site_status_available_object_cache_services

site_status_available_object_cache_services

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('site_status_available_object_cache_services') is found 1 times:

  • /wp-admin/includes/class-wp-site-health.php line 3624

    Warning: Undefined array key 3626 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 3627 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 3628 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 3629 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    3620
    3621
    3622
    3623
    3624
    3625
    3626
             * @since 6.1.0
             *
             * @param string[] $services The list of available persistent object cache services.
             */
            return apply_filters( 'site_status_available_object_cache_services', $services );
        }
    }