site_status_autoloaded_options_action_to_perform

site_status_autoloaded_options_action_to_perform

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('site_status_autoloaded_options_action_to_perform') is found 1 times:

  • /wp-admin/includes/class-wp-site-health.php line 2686
    2682
    2683
    2684
    2685
    2686
    2687
    2688
    2689
    2690
    2691
    2692
         * @since 6.6.0
         *
         * @param string $actions Call to Action to be used to point to the right direction to solve the issue.
         */
        $result['actions'] = apply_filters( 'site_status_autoloaded_options_action_to_perform', $result['actions'] );
        return $result;
    }
     
    /**
     * Returns a set of tests that belong to the site status page.
     *