customize_refresh_nonces, $nonces, $this

customize_refresh_nonces, $nonces, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('customize_refresh_nonces, $nonces, $this') is found 1 times:

  • /wp-includes/class-wp-customize-manager.php line 4806
    		 * @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.