aioseo_sitemap_posts

aioseo_sitemap_posts

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

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

apply_filters('aioseo_sitemap_posts') is found 4 times:

  • /app/Common/Sitemap/Content.php line 266
    			$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 );
    	}
    
    	/**
    	 * Returns all post archive entries.
    	 *
    	 * @since 4.0.0
    
  • /app/Common/Sitemap/Content.php line 733
     
    			array_unshift( $entries, $entry );
    		}
    
    		return apply_filters( 'aioseo_sitemap_posts', $entries, $postType );
    	}
    
    	/**
    	 * Returns all entries for the BuddyPress Group Sitemap.
    	 * This method is automagically called from {@see get()} if the current index name equals to 'bp-group'
    	 *
    
  • /app/Common/Sitemap/Content.php line 790
     
    			array_unshift( $entries, $entry );
    		}
    
    		return apply_filters( 'aioseo_sitemap_posts', $entries, $postType );
    	}
    
    	/**
    	 * Returns all entries for the BuddyPress Member Sitemap.
    	 * This method is automagically called from {@see get()} if the current index name equals to 'bp-member'
    	 *
    
  • /app/Common/Sitemap/Content.php line 845
     
    			array_unshift( $entries, $entry );
    		}
    
    		return apply_filters( 'aioseo_sitemap_posts', $entries, $postType );
    	}
    
    	/**
    	 * Returns all entries for the WooCommerce Product Attributes sitemap.
    	 * Note: This sitemap does not support pagination.
    	 *