aioseo_sitemap_post, $entry, $item->id, $postType

aioseo_sitemap_post, $entry, $item->id, $postType

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_post, $entry, $item->id, $postType') is found 3 times:

  • /app/Common/Sitemap/Content.php line 776
    				'changefreq' => aioseo()->sitemap->priority->frequency( 'postTypes', false, $postType ),
    				'priority'   => aioseo()->sitemap->priority->priority( 'postTypes', false, $postType ),
    			];
    
    			$entries[] = apply_filters( 'aioseo_sitemap_post', $entry, $item->id, $postType );
    		}
    
    		$archiveUrl = BuddyPressIntegration::getComponentArchiveUrl( 'activity' );
    		if (
    			aioseo()->helpers->isUrl( $archiveUrl ) &&
    			! in_array( $postType, aioseo()->helpers->getNoindexedObjects( 'archives' ), true )
    
  • /app/Common/Sitemap/Content.php line 835
    				'changefreq' => aioseo()->sitemap->priority->frequency( 'postTypes', false, $postType ),
    				'priority'   => aioseo()->sitemap->priority->priority( 'postTypes', false, $postType ),
    			];
    
    			$entries[] = apply_filters( 'aioseo_sitemap_post', $entry, $item->id, $postType );
    		}
    
    		$archiveUrl = BuddyPressIntegration::getComponentArchiveUrl( 'group' );
    		if (
    			aioseo()->helpers->isUrl( $archiveUrl ) &&
    			! in_array( $postType, aioseo()->helpers->getNoindexedObjects( 'archives' ), true )
    
  • /app/Common/Sitemap/Content.php line 891
    				'changefreq' => aioseo()->sitemap->priority->frequency( 'postTypes', false, $postType ),
    				'priority'   => aioseo()->sitemap->priority->priority( 'postTypes', false, $postType ),
    			];
    
    			$entries[] = apply_filters( 'aioseo_sitemap_post', $entry, $item->id, $postType );
    		}
    
    		$archiveUrl = BuddyPressIntegration::getComponentArchiveUrl( 'member' );
    		if (
    			aioseo()->helpers->isUrl( $archiveUrl ) &&
    			! in_array( $postType, aioseo()->helpers->getNoindexedObjects( 'archives' ), true )