You appear to be a bot. Output may be restricted
Description
Returns the names of the post types to be excluded.
To be used in the wpseo_indexable_excluded_post_types filter.
Usage
$array = Abstract_Exclude_Post_Type::get_post_type();
Parameters
Returns
array The names of the post types.
Source
File name: wordpress-seo/src/integrations/abstract-exclude-post-type.php
Lines:
1 to 1 of 1
abstract public function get_post_type();