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.7.7

apply_filters('aioseo_sitemap_posts') is found 4 times:

  • /app/Common/Sitemap/Content.php line 255
    			$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 722
     
    			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 779
     
    			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 834

    Warning: Undefined array key 836 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 837 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 838 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 839 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

     
    			array_unshift( $entries, $entry );
    		}
    
    		return apply_filters( 'aioseo_sitemap_posts', $entries, $postType );
    	}
    }