*** # WP_SEO Class WP_SEO * Full name: `\CourierNotices\Controller\Integrations\WP_SEO` ## Methods ### register_actions Register our hooks Exclude notice related post types and taxonomies from the sitemap regardless of options. ```php public register_actions(): mixed ``` *** ### exclude_courier_notice_taxonomies Exclude Taxonomy From Yoast SEO Sitemap ```php public exclude_courier_notice_taxonomies(mixed $value, mixed $taxonomy): bool ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$value` | **mixed** | | | `$taxonomy` | **mixed** | | *** ### exclude_courier_notice_from_search Exclude Courier Notices from WordPress SEO Sitemaps ```php 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