Uses
Uses | Description |
---|---|
wp-includes/class-wp-customize-manager.php: customize_register | Fires once WordPress has loaded, allowing scripts and styles to be initialized. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::__construct() | Constructor. |
wp-includes/plugin.php: remove_action() | Removes a function from a specified action hook. |
wp-includes/plugin.php: did_action() | Retrieve the number of times an action is fired. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/revision.php: wp_revisions_enabled() | Determine if revisions are enabled for a given post. |