LearnDash_REST_API::gutenberg_enabled( string $post_type = '' )
Check if Gutenberg editor is enabled for post type.
Parameters #
- $post_type
-
(string)
(Optional)
Post Type slug to check.
Default value: ''
Return #
(bool) true is enable. Otherwise false.