• Resolved Mayeenul Islam

    (@wzislam)


    I’m wondering, is there a conditional available to check whether Elementor is active on a page or not?

    is_elementor_active() is a fictional function.

    Like:

    if( is_singular() ) {
        global $post;
        if( is_elementor_active($post) ) {
            return; // bail out
        } else {
            // do my trick
        }
    }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Conditional to check is_elementor_active()?’ is closed to new replies.