|
|
|
@ -17,7 +17,9 @@ require_once(__DIR__.'/vendor/autoload.php'); |
|
|
|
use Zoomyboy\Stepper\Stepper; |
|
|
|
|
|
|
|
|
|
|
|
$stepper = new Stepper(); |
|
|
|
$stepper->url = plugin_dir_url(__FILE__); |
|
|
|
$stepper->init(); |
|
|
|
if (!is_admin()) { |
|
|
|
$stepper = new Stepper(); |
|
|
|
$stepper->url = plugin_dir_url(__FILE__); |
|
|
|
$stepper->init(); |
|
|
|
} |
|
|
|
|
|
|
|
|