| [ Index ] |
WordPress Cross Reference |
[Source view] [Print] [Project Stats]
Default Widgets
| File Size: | 1207 lines (46 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
WP_Widget_Pages:: (4 methods):
__construct()
widget()
update()
form()
WP_Widget_Links:: (4 methods):
__construct()
widget()
update()
form()
WP_Widget_Search:: (4 methods):
__construct()
widget()
form()
update()
WP_Widget_Archives:: (4 methods):
__construct()
widget()
update()
form()
WP_Widget_Meta:: (4 methods):
__construct()
widget()
update()
form()
WP_Widget_Calendar:: (4 methods):
__construct()
widget()
update()
form()
WP_Widget_Text:: (4 methods):
__construct()
widget()
update()
form()
WP_Widget_Categories:: (5 methods):
__construct()
widget()
onCatChange()
update()
form()
WP_Widget_Recent_Posts:: (5 methods):
__construct()
widget()
update()
flush_widget_cache()
form()
WP_Widget_Recent_Comments:: (6 methods):
__construct()
recent_comments_style()
flush_widget_cache()
widget()
update()
form()
WP_Widget_RSS:: (7 methods):
__construct()
widget()
update()
form()
wp_widget_rss_output()
wp_widget_rss_form()
wp_widget_rss_process()
WP_Widget_Tag_Cloud:: (5 methods):
__construct()
widget()
update()
form()
_get_current_taxonomy()
WP_Nav_Menu_Widget:: (5 methods):
__construct()
widget()
update()
form()
wp_widgets_init()
Class: WP_Widget_Pages - X-Ref
Pages widget class| __construct() X-Ref |
| No description |
| widget( $args, $instance ) X-Ref |
| No description |
| update( $new_instance, $old_instance ) X-Ref |
| No description |
| form( $instance ) X-Ref |
| No description |
Class: WP_Widget_Links - X-Ref
Links widget class| __construct() X-Ref |
| No description |
| widget( $args, $instance ) X-Ref |
| No description |
| update( $new_instance, $old_instance ) X-Ref |
| No description |
| form( $instance ) X-Ref |
| No description |
Class: WP_Widget_Search - X-Ref
Search widget class| __construct() X-Ref |
| No description |
| widget( $args, $instance ) X-Ref |
| No description |
| form( $instance ) X-Ref |
| No description |
| update( $new_instance, $old_instance ) X-Ref |
| No description |
Class: WP_Widget_Archives - X-Ref
Archives widget class| __construct() X-Ref |
| No description |
| widget( $args, $instance ) X-Ref |
| No description |
| update( $new_instance, $old_instance ) X-Ref |
| No description |
| form( $instance ) X-Ref |
| No description |
Class: WP_Widget_Meta - X-Ref
Meta widget class| __construct() X-Ref |
| No description |
| widget( $args, $instance ) X-Ref |
| No description |
| update( $new_instance, $old_instance ) X-Ref |
| No description |
| form( $instance ) X-Ref |
| No description |
Class: WP_Widget_Calendar - X-Ref
Calendar widget class| __construct() X-Ref |
| No description |
| widget( $args, $instance ) X-Ref |
| No description |
| update( $new_instance, $old_instance ) X-Ref |
| No description |
| form( $instance ) X-Ref |
| No description |
Class: WP_Widget_Text - X-Ref
Text widget class| __construct() X-Ref |
| No description |
| widget( $args, $instance ) X-Ref |
| No description |
| update( $new_instance, $old_instance ) X-Ref |
| No description |
| form( $instance ) X-Ref |
| No description |
Class: WP_Widget_Categories - X-Ref
Categories widget class| __construct() X-Ref |
| No description |
| widget( $args, $instance ) X-Ref |
| No description |
| onCatChange() X-Ref |
| No description |
| update( $new_instance, $old_instance ) X-Ref |
| No description |
| form( $instance ) X-Ref |
| No description |
Class: WP_Widget_Recent_Posts - X-Ref
Recent_Posts widget class| __construct() X-Ref |
| No description |
| widget($args, $instance) X-Ref |
| No description |
| update( $new_instance, $old_instance ) X-Ref |
| No description |
| flush_widget_cache() X-Ref |
| No description |
| form( $instance ) X-Ref |
| No description |
Class: WP_Widget_Recent_Comments - X-Ref
Recent_Comments widget class| __construct() X-Ref |
| No description |
| recent_comments_style() X-Ref |
| No description |
| flush_widget_cache() X-Ref |
| No description |
| widget( $args, $instance ) X-Ref |
| No description |
| update( $new_instance, $old_instance ) X-Ref |
| No description |
| form( $instance ) X-Ref |
| No description |
Class: WP_Widget_RSS - X-Ref
RSS widget class| __construct() X-Ref |
| No description |
| widget($args, $instance) X-Ref |
| No description |
| update($new_instance, $old_instance) X-Ref |
| No description |
| form($instance) X-Ref |
| No description |
| wp_widget_rss_output( $rss, $args = array() X-Ref |
| Display the RSS entries in a list. param: string|array|object $rss RSS url. param: array $args Widget arguments. |
| wp_widget_rss_form( $args, $inputs = null ) X-Ref |
| Display RSS widget options form. The options for what fields are displayed for the RSS form are all booleans and are as follows: 'url', 'title', 'items', 'show_summary', 'show_author', 'show_date'. param: array|string $args Values for input fields. param: array $inputs Override default display options. |
| wp_widget_rss_process( $widget_rss, $check_feed = true ) X-Ref |
| Process RSS feed widget data and optionally retrieve feed items. The feed widget can not have more than 20 items or it will reset back to the default, which is 10. The resulting array has the feed title, feed url, feed link (from channel), feed items, error (if any), and whether to show summary, author, and date. All respectively in the order of the array elements. param: array $widget_rss RSS widget feed data. Expects unescaped data. param: bool $check_feed Optional, default is true. Whether to check feed for errors. return: array |
Class: WP_Widget_Tag_Cloud - X-Ref
Tag cloud widget class| __construct() X-Ref |
| No description |
| widget( $args, $instance ) X-Ref |
| No description |
| update( $new_instance, $old_instance ) X-Ref |
| No description |
| form( $instance ) X-Ref |
| No description |
| _get_current_taxonomy($instance) X-Ref |
| No description |
Class: WP_Nav_Menu_Widget - X-Ref
Navigation Menu widget class| __construct() X-Ref |
| No description |
| widget($args, $instance) X-Ref |
| No description |
| update( $new_instance, $old_instance ) X-Ref |
| No description |
| form( $instance ) X-Ref |
| No description |
| wp_widgets_init() X-Ref |
| Register all of the default WordPress widgets on startup. Calls 'widgets_init' action after all of the WordPress widgets have been registered. |
| Generated: Tue Mar 25 01:41:18 2014 | WordPress honlapkészítés: online1.hu |