customize_refresh_nonces

customize_refresh_nonces

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('customize_refresh_nonces') is found 1 times:

  • /wp-includes/class-wp-customize-manager.php line 4794
    		 * @param string[]             $nonces  Array of refreshed nonces for save and
    		 *                                      preview actions.
    		 * @param WP_Customize_Manager $manager WP_Customize_Manager instance.
    		 */
    		$nonces = apply_filters( 'customize_refresh_nonces', $nonces, $this );
    
    		return $nonces;
    	}
    
    	/**
    	 * Prints JavaScript settings for parent window.
    

See this hook used in plugins: