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

apply_filters('aioseo_sitemap_posts') is found 4 times:

  • /app/Common/Sitemap/Content.php line 266
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
            $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
    730
    731
    732
    733
    734
    735
    736
    737
    738
    739
            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
    787
    788
    789
    790
    791
    792
    793
    794
    795
    796
            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
    842
    843
    844
    845
    846
    847
    848
    849
    850
    851
            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.
     *