wordads_content_disable, false

wordads_content_disable, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

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

  • /modules/wordads/class-wordads.php line 296
    		 * @since 5.8.0
    		 *
    		 * @param bool True to disable ads in `the_content`
    		 */
    		if ( ! apply_filters( 'wordads_content_disable', false ) ) {
    			add_filter( 'the_content', array( $this, 'insert_ad' ) );
    		}
    
    		/**
    		 * Filters enabling ads in `the_excerpt` filter
    		 *