Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: site_status_persistent_object_cache_url

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
2421       */
2422      public function get_test_persistent_object_cache() {
2423           /**
2424            * Filters the action URL for the persistent object cache health check.
2425            *
2426            * @since 6.1.0
2427            *
2428            * @param string $action_url Learn more link for persistent object cache health check.
2429            */
2430           $action_url = apply_filters(
2431                'site_status_persistent_object_cache_url',
2432                /* translators: Localized Support reference. */
2433                __( 'https://wordpress.org/support/article/optimization/#persistent-object-cache' )
2434           );
2435
2436           $result = array(
2437                'test'        => 'persistent_object_cache',
2438                'status'      => 'good',
2439                'badge'       => array(