update multicurrencies functionality on global level

This commit is contained in:
dwindown
2025-08-25 19:55:38 +07:00
parent 38b6b5cddb
commit ccb2b1aea1
21 changed files with 1240 additions and 476 deletions

View File

@@ -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
{