heartbeat_settings

heartbeat_settings

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('heartbeat_settings') is found 1 times:

  • /wp-includes/script-loader.php line 845
    841
    842
    843
    844
    845
    846
    847
    848
    849
    850
    851
         * @since 3.6.0
         *
         * @param array $settings Heartbeat settings array.
         */
        apply_filters( 'heartbeat_settings', array() )
    );
     
    $scripts->add( 'wp-auth-check', "/wp-includes/js/wp-auth-check$suffix.js", array( 'heartbeat' ), false, 1 );
    $scripts->set_translations( 'wp-auth-check' );
     
    $scripts->add( 'wp-lists', "/wp-includes/js/wp-lists$suffix.js", array( 'wp-ajax-response', 'jquery-color' ), false, 1 );

See this hook used in plugins: