aioseo_sitemap_author_archives, $entries

aioseo_sitemap_author_archives, $entries

Hook Type: filter

See hook in core

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

apply_filters('aioseo_sitemap_author_archives, $entries') is found 1 times:

  • /app/Common/Sitemap/Content.php line 588
     
    			$entries[] = apply_filters( 'aioseo_sitemap_author_entry', $entry, $authorData->ID, $authorData->nicename, 'author' );
    		}
    
    		return apply_filters( 'aioseo_sitemap_author_archives', $entries );
    	}
    
    	/**
    	 * Returns all data archive entries.
    	 *
    	 * @since 4.0.0