Uses
Uses | Description |
---|---|
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/class-wp-customize-setting.php: WP_Customize_Setting::value() | Fetch the value of the setting. |
wp-includes/class-wp-customize-setting.php: customize_sanitize_js_{$this->id} | Filters a Customize setting value for use in JavaScript. |