conflict with store exporter deluxe
-
i’ve been working with the developer of store exporter deluxe and he identified an issue in your code that is causing conflict between the plugins. see below:
—
>Widget Countdown… I added the following lines to that Plugin, wpdevart-countdown.php on line #74
>
> $screen = get_current_screen();
> if( !empty( $screen ) ) {
> if( in_array( $screen->id, array( ‘woocommerce_page_woo_ce’, ‘scheduled_export’ ) ) )
return;
> }
>
>
> What I added within their Plugin is to not load their jQuery
> resources on the Store Export or Scheduled Export screens of the
> WordPress Administration, they should only be loading their
> resources when it’s needed so I’d raise this with the developer of
> that Plugin and get them to conditionally load their resources when
> required instead of globally.—-
i noticed there’s an update today. by any chance does it address this issue?
- The topic ‘conflict with store exporter deluxe’ is closed to new replies.