aioseo_amp_schema

aioseo_amp_schema

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.5.9.2

apply_filters('aioseo_amp_schema') is found 1 times:

  • /app/Common/Meta/Amp.php line 40
    		// Add social meta to AMP plugin.
    		$enableAmp = apply_filters( 'aioseo_enable_amp_social_meta', true );
    
    		if ( $enableAmp ) {
    			$useSchema = apply_filters( 'aioseo_amp_schema', true );
    
    			if ( $useSchema ) {
    				add_action( 'amp_post_template_head', [ $this, 'removeHooksAmpSchema' ], 9 );
    			}
    
    			add_action( 'amp_post_template_head', [ aioseo()->head, 'output' ], 11 );