LLMS_Blocks::remove_metaboxes( string $post_type, string $post )
Remove deprecated core metaboxes.
Description Description
Parameters Parameters
- $post_type
-
(Required) WP post type of the current post.
- $post
-
(Required) WP_Post.
Return Return
(void)
Source Source
File: libraries/lifterlms-blocks/includes/class-llms-blocks.php
Changelog Changelog
Version | Description |
---|---|
1.3.0 | Updated. |
1.0.0 | Introduced. |