[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentyeleven/inc/ -> widgets.php (summary)

(no description)

File Size: 201 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Twenty_Eleven_Ephemera_Widget:: (6 methods):
  __construct()
  Twenty_Eleven_Ephemera_Widget()
  widget()
  update()
  flush_widget_cache()
  form()


Class: Twenty_Eleven_Ephemera_Widget  - X-Ref

Widget For displaying post format posts

Handles displaying Aside, Link, Status, and Quote Posts available with Twenty Eleven.

__construct()   X-Ref
PHP5 constructor.


Twenty_Eleven_Ephemera_Widget()   X-Ref
PHP4 constructor.


widget( $args, $instance )   X-Ref
Outputs the HTML for this widget.

param: array $args     An array of standard parameters for widgets in this theme.
param: array $instance An array of settings for this widget instance.

update( $new_instance, $old_instance )   X-Ref
Update widget settings.

Deals with the settings when they are saved by the admin. Here is
where any validation should be dealt with.


flush_widget_cache()   X-Ref
Flush widget cache.


form( $instance )   X-Ref
Set up the widget form.

Displays the form for this widget on the Widgets page of the WP Admin area.




Generated : Thu Apr 18 08:20:02 2024 Cross-referenced by PHPXref