aioseo_rest_api_post_types, $postTypes
aioseo_rest_api_post_types, $postTypes
Appears in: all-in-one-seo-pack.5.0.0.1
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1apply_filters('aioseo_rest_api_post_types, $postTypes') is found 1 times:
- /app/Common/RestApi/Controllers/Post.php line 28
* @return void */ public function register() { $postTypes = aioseo()->helpers->getPublicPostTypes( true ); $postTypes = apply_filters( 'aioseo_rest_api_post_types', $postTypes ); $supportedPostTypes = []; foreach ( $postTypes as $postType ) { $postTypeObject = get_post_type_object( $postType ); if (