wordads_ads_txt, $ads_txt_transient

wordads_ads_txt, $ads_txt_transient

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('wordads_ads_txt, $ads_txt_transient') is found 1 times:

  • /modules/wordads/class-wordads.php line 250
    			 * @since 6.1.0
    			 *
    			 * @param string WordAds_API::get_wordads_ads_txt() The contents of the ads.txt file.
    			 */
    			$ads_txt_content = apply_filters( 'wordads_ads_txt', $ads_txt_transient );
    
    			status_header( 200 );
    			header( 'Content-Type: text/plain; charset=utf-8' );
    			echo esc_html( $ads_txt_content );
    			die( 0 );
    		}