ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/class-wp-widget.php

WP_Widget::_set()

Method: Sets the internal order number for the widget instance.

Source: wp-includes/class-wp-widget.php:287

Used by 0 functions | Uses 0 functions

WP_Widget::_get_display_callback()

Method: Retrieves the widget display callback.

Source: wp-includes/class-wp-widget.php:299

Used by 0 functions | Uses 0 functions

WP_Widget::_get_update_callback()

Method: Retrieves the widget update callback.

Source: wp-includes/class-wp-widget.php:310

Used by 0 functions | Uses 0 functions

WP_Widget::_get_form_callback()

Method: Retrieves the form callback.

Source: wp-includes/class-wp-widget.php:321

Used by 0 functions | Uses 0 functions

WP_Widget::is_preview()

Method: Determines whether the current request is inside the Customizer preview.

Source: wp-includes/class-wp-widget.php:339

Used by 0 functions | Uses 0 functions

WP_Widget::display_callback()

Method: Generates the actual widget content (Do NOT override).

Source: wp-includes/class-wp-widget.php:360

Used by 0 functions | Uses 0 functions

widget_display_callback

Filter Hook: Filters the settings for a particular widget instance.

Source: wp-includes/class-wp-widget.php:383

Used by 0 functions | Uses 0 functions

WP_Widget

Class: Core base class extended to register widgets.

Source: wp-includes/class-wp-widget.php:21

Used by 10 functions | Uses 0 functions

WP_Widget::update_callback()

Method: Handles changed settings (Do NOT override).

Source: wp-includes/class-wp-widget.php:411

Used by 0 functions | Uses 0 functions

WP_Widget::widget()

Method: Echoes the widget content.

Source: wp-includes/class-wp-widget.php:113

Used by 0 functions | Uses 0 functions
1 2 3 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy