wordads_iponweb_bottom_sticky_ad_disable, false

wordads_iponweb_bottom_sticky_ad_disable, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

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

  • /modules/wordads/class-wordads.php line 394
    		$is_logged_in = is_user_logged_in() ? '1' : '0';
    
    		$disabled_slot_formats = apply_filters( 'wordads_disabled_slot_formats', array() );
    
    		if ( apply_filters( 'wordads_iponweb_bottom_sticky_ad_disable', false ) ) {
    			$disabled_slot_formats[] = 'MTS';
    		}
    
    		if ( apply_filters( 'wordads_iponweb_sidebar_sticky_right_ad_disable', false ) ) {
    			$disabled_slot_formats[] = 'DPR';
    		}