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.7.2

apply_filters('customize_refresh_nonces') is found 1 times:

  • /wp-includes/class-wp-customize-manager.php line 4807
    4803
    4804
    4805
    4806
    4807
    4808
    4809
    4810
    4811
    4812
    4813
         * @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: