aioseo_author_meta

aioseo_author_meta

Hook Type: filter

See hook in core

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

apply_filters('aioseo_author_meta') is found 1 times:

  • /app/Common/Views/main/meta.php line 32
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
        <meta name="robots" content="<?php echo esc_html( $robots ); ?>" />
    <?php
    endif;
    if (
        apply_filters( 'aioseo_author_meta', true ) &&
        ! is_page() &&
        post_type_supports( $postType, 'author' ) &&
        ! empty( $post->post_author ) &&
        ! empty( get_the_author_meta( 'display_name', $post->post_author ) )
    ) :
        ?>