diff --git a/inc/compatibility.php b/inc/compatibility.php index 9cb16d2a..9a633c19 100644 --- a/inc/compatibility.php +++ b/inc/compatibility.php @@ -5,7 +5,7 @@ class SiteOrigin_Panels_Compatibility { public function __construct() { add_action( 'admin_init', array( $this, 'admin_init' ) ); - add_action( 'plugins_loaded', array( $this, 'init' ), 100 ); + add_action( 'init', array( $this, 'init' ), 100 ); } public static function single() {