danyaneh
1/31/2018 - 9:01 AM

Check if plugin is active on theme

Check if plugin is active on theme

<?php

if ( in_array( {plugin/path/main-file.php}, apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) {
  // Your code here.
}