wordads_header_disable, false

wordads_header_disable, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('wordads_header_disable, false') is found 1 times:

  • /modules/wordads/class-wordads.php line 552

    * @since 4.5.0
    *
    * @param bool true Should the header unit be disabled. Default to false.
    */
    if ( apply_filters( ‘wordads_header_disable’, false ) ) {
    return;
    }

    // Prevent multiple manual ads.
    if ( 2 <= did_action( 'wordads_header_ad' ) ) { return; [/php]