79431248

Date: 2025-02-11 20:36:52
Score: 1
Natty:
Report link

You can also add your ajax action name in the filter "wcml_multi_currency_ajax_actions".

add_filter('wcml_multi_currency_ajax_actions', function($actions) {
    $actions[] = 'get_wc_products';
     return $actions;
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Iván Cuella