Uses
Uses | Description |
---|---|
wp-includes/theme.php: get_theme_support() | Gets the theme support arguments passed when registering that support. |
wp-includes/pluggable.php: wp_create_nonce() | Creates a cryptographic token tied to a specific action, user, user session, and window of time. |
wp-includes/functions.wp-scripts.php: wp_enqueue_script() | Enqueue a script. |
wp-includes/functions.wp-scripts.php: wp_localize_script() | Localize a script. |
wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
wp-includes/media.php: wp_enqueue_media() | Enqueues all scripts, styles, settings, and templates necessary to use all media JS APIs. |
wp-includes/customize/class-wp-customize-header-image-control.php: WP_Customize_Header_Image_Control::prepare_control() | |
wp-includes/customize/class-wp-customize-header-image-control.php: WP_Customize_Header_Image_Control::get_current_image_src() |