apply_filters( 'llms_elementor_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
Changelog Changelog
| Version | Description |
|---|---|
| 7.7.0 | Introduced. |