LLMS_Blocks_Page_Builders::check_for_divi( bool $val, int $post_id )
Add support for Divi (ET) Builder.
Description Description
If the builder is enabled for the post LifterLMS should treat the post as not migrated (actions are not removed).
Parameters Parameters
- $val
-
(Required) default value of the migration status.
- $post_id
-
(Required) WP_Post ID.
Return Return
(bool)
Source Source
File: libraries/lifterlms-blocks/includes/class-llms-blocks-page-builders.php
Changelog Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |