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

apply_filters('aioseo_author_meta') is found 1 times:

  • /app/Common/Views/main/meta.php line 32
    	<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 ) )
    ) :
    	?>