wp_auth_check_interval

wp_auth_check_interval

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-5.4.2

apply_filters('wp_auth_check_interval') is found 1 times:

  • /wp-includes/script-loader.php line 731
    727
    728
    729
    730
    731
    732
    733
    734
    735
    736
    737
             *
             * @param int $interval The interval in which to check a user's authentication.
             *                      Default 3 minutes in seconds, or 180.
             */
            'interval'     => apply_filters( 'wp_auth_check_interval', 3 * MINUTE_IN_SECONDS ),
        )
    );
     
    $scripts->add( 'wp-lists', "/wp-includes/js/wp-lists$suffix.js", array( 'wp-ajax-response', 'jquery-color' ), false, 1 );
     
    // WordPress no longer uses or bundles Prototype or script.aculo.us. These are now pulled from an external source.