customize_preview_init, $this

customize_preview_init, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('customize_preview_init, $this') is found 1 times:

  • /wp-includes/class-wp-customize-manager.php line 1960
    		 * @since 3.4.0
    		 *
    		 * @param WP_Customize_Manager $manager WP_Customize_Manager instance.
    		 */
    		do_action( 'customize_preview_init', $this );
    	}
    
    	/**
    	 * Filters the X-Frame-Options and Content-Security-Policy headers to ensure frontend can load in customizer.
    	 *
    	 * @since 4.7.0