wordads_excerpt_disable, false

wordads_excerpt_disable, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

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

  • /modules/wordads/class-wordads.php line 311
    		 * @since 5.8.0
    		 *
    		 * @param bool True to disable ads in `the_excerpt`
    		 */
    		if ( ! apply_filters( 'wordads_excerpt_disable', false ) ) {
    			add_filter( 'the_excerpt', array( $this, 'insert_ad' ) );
    		}
    
    		if ( $this->option( 'enable_header_ad', true ) ) {
    			if ( self::is_amp() ) {
    				add_filter( 'the_content', array( $this, 'insert_header_ad_amp' ) );