Uses
Uses | Description |
---|---|
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::prepare_controls() | Prepare panels, sections, and controls. |
wp-includes/class-wp-customize-manager.php: customize_preview_init | Fires once the Customizer preview has initialized and JavaScript settings have been printed. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::wp_die() | Custom wp_die wrapper. Returns either the standard message for UI or the Ajax message. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.wp-scripts.php: wp_enqueue_script() | Enqueue a script. |
wp-includes/functions.php: nocache_headers() | Set the headers to prevent caching for the different browsers. |
wp-includes/functions.wp-styles.php: wp_enqueue_style() | Enqueue a CSS stylesheet. |
wp-includes/plugin.php: add_action() | Hooks a function on to a specific action. |
wp-includes/plugin.php: add_filter() | Hook a function or method to a specific filter action. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |