Inpsyde\MultilingualPress\Module\CustomPostTypeSupport\TypeSafePostTypeRepository::unsupport_all_post_types PHP Method

unsupport_all_post_types() public method

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