-
Notifications
You must be signed in to change notification settings - Fork 0
WP_SEO
github-actions[bot] edited this page Aug 26, 2024
·
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(mixed $value, mixed $taxonomy): bool
Parameters:
Parameter | Type | Description |
---|---|---|
$value |
mixed | |
$taxonomy |
mixed |
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 on 2024-08-26