LLMS_Blocks_Migrate::get_migrateable_post_types()

Get an array of post types which can be migrated.


Description Description


Return Return

(array)


Top ↑

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' ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.3.3 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.





Permalink: