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.6.1

apply_filters('site_status_autoloaded_options_action_to_perform') is found 1 times:

  • /wp-admin/includes/class-wp-site-health.php line 2686
    		 * @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.
    	 *