apply_filters( 'llms_blocks_should_migrate_post', bool $migrate , int $post_id )
Filters whether or not a post should be migrated
Parameters Parameters
- $migrate
-
(bool) Whether or not a post should be migrated.
- $post_id
-
(int) WP_Post ID.
Source Source
File: libraries/lifterlms-blocks/includes/class-llms-blocks-migrate.php
Changelog Changelog
Version | Description |
---|---|
1.3.3 | Introduced. |