Viewing 1 replies (of 1 total)
  • Plugin Author InnoGears

    (@innogears)

    Hi Onurozt!

    There is a way to check if PageBuilder is used in a post/page, by using under function:

    get_post_meta( $post->ID, '_ig_page_builder_content', false );

    if it returns true, it means that post which has ID is “$post->ID” used PageBuilder

    Hope this helps,

Viewing 1 replies (of 1 total)
  • The topic ‘How to check if builder is used in a page?’ is closed to new replies.