Uses
Uses | Description |
---|---|
wp-includes/theme.php: is_customize_preview() | Whether the site is being previewed in the Customizer. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/plugin.php: add_action() | Hooks a function on to a specific action. |
wp-includes/class-wp-widget.php: WP_Widget::__construct() | PHP5 constructor. |
wp-includes/widgets.php: is_active_widget() | Determines whether a given widget is displayed on the front end. |