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.
Instagram_Feed::is_page_building()
Determine if currently in Editor view, Preview, or Ajax running while in Editor View.
Description
The is_editor_view() is not reliable enough to truly determine the state of the page. We need to do additional checks to determine the state. This method determines whether someone is currently doing any sort of elementor page building and previewing.
Return
(bool) Whether or not the user is doing some kind of elementor page building
Source
File: includes/modules/elementor_booster/widgets/instagram_feed.php
Expand full source code Collapse full source code View on Github