• Resolved fakrulislam

    (@fakrulislam)


    Is there any function or way available I could check if jetpack is installed or not? I am actually trying to query jetpack portfolio in a custom page template & want to check first if jetpack is installed or not.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter fakrulislam

    (@fakrulislam)

    Found it!

    if( class_exists( ‘Jetpack’ ) && Jetpack::is_module_active( ‘contact-form’ ) ) {}

    Plugin Contributor Ryan C.

    (@ryancowles)

    Glad you were able to find a solution! I’ll mark this thread resolved, but please let us know if you have any other questions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is there any function available to check if Jetpack is installed or not?’ is closed to new replies.