customize_save, $this
customize_save, $this
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('customize_save, $this') is found 1 times:
- /wp-includes/class-wp-customize-manager.php line 3552
* @since 3.4.0 * * @param WP_Customize_Manager $manager WP_Customize_Manager instance. */ do_action( 'customize_save', $this ); /* * Ensure that all settings will allow themselves to be saved. Note that * this is safe because the setting would have checked the capability * when the setting value was written into the changeset. So this is why * an additional capability check is not required here.