site_status_test_result, call_user_func( $callback

site_status_test_result, call_user_func( $callback

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('site_status_test_result, call_user_func( $callback') is found 1 times:

  • /wp-admin/includes/class-wp-site-health.php line 194
    		 *     @type string $actions     An action to direct the user to where they can resolve the issue, if one exists.
    		 *     @type string $test        The name of the test being ran, used as a reference point.
    		 * }
    		 */
    		return apply_filters( 'site_status_test_result', call_user_func( $callback ) );
    	}
    
    	/**
    	 * Runs the SQL version checks.
    	 *
    	 * These values are used in later tests, but the part of preparing them is more easily managed