aioseo_sitemap_author_entry

aioseo_sitemap_author_entry

Hook Type: filter
See hook in action

See hook in core

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

apply_filters('aioseo_sitemap_author_entry') is found 1 times:

  • /app/Common/Sitemap/Content.php line 558
    				'changefreq' => aioseo()->sitemap->priority->frequency( 'author' ),
    				'priority'   => aioseo()->sitemap->priority->priority( 'author' )
    			];
    
    			$entries[] = apply_filters( 'aioseo_sitemap_author_entry', $entry, $authorData->ID, $authorData->nicename, 'author' );
    		}
    
    		return apply_filters( 'aioseo_sitemap_author_archives', $entries );
    	}
    
    	/**
    

See this hook used in plugins: