You appear to be a bot. Output may be restricted
Description
Initializes the integration.
Usage
Abstract_Exclude_Post_Type::register_hooks();
Parameters
Returns
void
Source
File name: wordpress-seo/src/integrations/abstract-exclude-post-type.php
Lines:
1 to 3 of 3
public function register_hooks() { \add_filter( 'wpseo_indexable_excluded_post_types', [ $this, 'exclude_post_types' ] ); }