LLMS_Blocks_Migrate::get_migrateable_post_types()
Get an array of post types which can be migrated.
Description Description
Return Return
(array)
Source Source
File: vendor/lifterlms/lifterlms-blocks/includes/class-llms-blocks-migrate.php
public function get_migrateable_post_types() { return apply_filters( 'llms_blocks_migrateable_post_types', array( 'course', 'lesson' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.3.3 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: