aioseo_html_sitemap_posts

aioseo_html_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_html_sitemap_posts') is found 1 times:

  • /app/Common/Sitemap/Html/Frontend.php line 118
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
            $entries[] = $entry;
        }
     
        return apply_filters( 'aioseo_html_sitemap_posts', $entries, $postType );
    }
     
    /**
     * Returns the terms of a given taxonomy that should be included.
     *
     * @since 4.1.3