Skip to content

site_status_tests

github-actions[bot] edited this page Oct 6, 2025 · 1 revision

Auto-generated Example

/**
 * Callback function for the 'site_status_tests' filter.
 *
 * @param array $array 
 * @return array The filtered value.
 */
function my_site_status_tests_callback( array $array ) {
    // Your code here.
    return $array;
}
add_filter( 'site_status_tests', 'my_site_status_tests_callback' );

Parameters

  • array $array Other variable names: $string_list

Files

\apply_filters( 'site_status_tests', array() )
\apply_filters( 'site_status_tests', array( 'direct' => array() ) )

← All Hooks

Users

Developers

Clone this wiki locally