This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Cartflows_Compatibility::is_thrive_builder_page( String $post_id )
Check if the page being rendered is the main ID on the editor page.
Parameters
- $post_id
-
(String) (Required) Post ID which is to be rendered.
Return
(boolean) True if current if is being rendered is not being edited.
Source
File: classes/class-cartflows-compatibility.php
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |