Inpsyde\MultilingualPress\Module\CustomPostTypeSupport\TypeSafePostTypeRepository::unsupport_all_post_types PHP Méthode

unsupport_all_post_types() public méthode

Removes the support for all post types.
Since: 3.0.0
public unsupport_all_post_types ( ) : boolean
Résultat boolean Whether the support for all post types was removed successfully.
    public function unsupport_all_post_types()
    {
        return $this->set_supported_post_types([]);
    }