LLMS_Blocks::remove_metaboxes( string $post_type, string $post )
Remove deprecated core metaboxes.
Parameters Parameters
- $post_type
-
(string) (Required) WP post type of the current post.
- $post
-
(string) (Required) WP_Post.
Return Return
(void)
Source Source
File: libraries/lifterlms-blocks/includes/class-llms-blocks.php
/** * Remove deprecated core metaboxes. * * @since 1.0.0 * @since 1.3.0 Updated. * * @param string $post_type WP post type of the current post. * @param string $post WP_Post. * @return void */
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.3.0 | Updated. |
1.0.0 | Introduced. |