update multicurrencies functionality on global level
This commit is contained in:
2
vendor/wpcfto/WPCFTO.php
vendored
2
vendor/wpcfto/WPCFTO.php
vendored
@@ -14,6 +14,7 @@
|
||||
* @license http://www.gnu.org/licenses/gpl-3.0.html
|
||||
*/
|
||||
|
||||
|
||||
add_action('plugins_loaded', function () {
|
||||
|
||||
if (!function_exists('get_plugin_data')) {
|
||||
@@ -30,6 +31,7 @@ add_action('plugins_loaded', function () {
|
||||
define('STM_WPCFTO_FILE', __FILE__);
|
||||
define('STM_WPCFTO_PATH', dirname(STM_WPCFTO_FILE));
|
||||
define('STM_WPCFTO_URL', plugin_dir_url(STM_WPCFTO_FILE));
|
||||
define('WPCFTO_FORK','dewebox-2025.08');
|
||||
|
||||
class Stylemix_WPCFTO
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user