-
Notifications
You must be signed in to change notification settings - Fork 0
WP_SEO
linchpin edited this page Sep 7, 2022
·
12 revisions
Class WP_SEO
- Full name:
\CourierNotices\Controller\Integrations\WP_SEO
Register our hooks Exclude notice related post types and taxonomies from the sitemap regardless of options.
public register_actions(): mixed
Exclude Taxonomy From Yoast SEO Sitemap
public exclude_courier_notice_taxonomies( $value, $taxonomy): bool
Parameters:
Parameter | Type | Description |
---|---|---|
$value |
**** | |
$taxonomy |
**** |
Exclude Courier Notices from WordPress SEO Sitemaps
public exclude_courier_notice_from_search(bool $value, string $post_type): bool
Parameters:
Parameter | Type | Description |
---|---|---|
$value |
bool | Default false. |
$post_type |
string | Post type name. |
Automatically generated from source code comments on 2022-09-07 using phpDocumentor and saggre/phpdocumentor-markdown