| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 207 lines (7 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
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| __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<string, string|int> $instance An array of settings for this widget instance. |
| update( $new_instance, $old_instance ) X-Ref |
| Updates widget settings. Deals with the settings when they are saved by the admin. Here is where any validation should be dealt with. return: array<string, string|int> Updated widget instance. param: array $new_instance New widget instance. param: array $old_instance Original widget instance. |
| flush_widget_cache() X-Ref |
| Flushes widget cache. |
| form( $instance ) X-Ref |
| Sets up the widget form. Displays the form for this widget on the Widgets page of the WP Admin area. param: array $instance The settings for the particular instance of the widget. |
| Generated : Thu May 14 08:20:03 2026 | Cross-referenced by PHPXref |