Advertisement
nshelper

Untitled

Mar 9th, 2023
741
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1. /* Start WP Global Cart Synchronization module */
  2. @include_once( ( defined('WP_PLUGIN_DIR')    ?     WP_PLUGIN_DIR   .   '/woo-global-cart/'    :      ( defined( 'WP_CONTENT_DIR') ? WP_CONTENT_DIR  :   dirname( __FILE__ ) . '/' . 'wp-content' )  . '/plugins/woo-global-cart' ) . '/sync/loader.php');
  3. /* End WP Global Cart Synchronization module */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement