aioseo_sitemap_post

aioseo_sitemap_post

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

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

apply_filters('aioseo_sitemap_post') is found 1 times:

  • /app/Common/Sitemap/Content.php line 247
    				$entry['changefreq'] = aioseo()->sitemap->priority->frequency( 'homePage' );
    				$entry['priority']   = aioseo()->sitemap->priority->priority( 'homePage' );
    			}
    
    			$entries[] = apply_filters( 'aioseo_sitemap_post', $entry, $post->ID, $postType, 'post' );
    		}
    
    		// We can't remove the post type here because other plugins rely on it.
    		return apply_filters( 'aioseo_sitemap_posts', $entries, $postType );
    	}
    
    

See this hook used in plugins: