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.8.1.1

apply_filters('aioseo_amp_schema') is found 1 times:

  • /app/Common/Meta/Amp.php line 40
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    // 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 );