[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 203 lines (6 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 $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. param: array $instance The settings for the particular instance of the widget. |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |