aioseo_breadcrumbs_output

Purpose This filter can be used to control the display of breadcrumbs (show or hide). Arguments (1) $display (boolean) – Show or hide. Example code snippet The code snippet below is just an example of how this filter can be…Continue reading

aioseo_breadcrumbs_separator

Purpose This filter can be used to change the separator, including HTML, used between breadcrumbs. Arguments (1) $separator (string) – The separator html. Example code snippet The code snippet below is just an example of how this filter can be…Continue reading

aioseo_sitemap_exclude_terms

Purpose This filter can be used to filter the terms that are excluded from the sitemap. Arguments (1) $ids (array) – The IDs of the excluded terms. $type (string) – The type of sitemap. Example code snippet The code snippet…Continue reading

aioseo_sitemap_exclude_posts

Purpose This filter can be used to filter the posts that are excluded from the sitemap. Arguments (1) $ids (array) – The IDs of the excluded posts. $type (string) – The type of sitemap. Example code snippet The code snippet…Continue reading