Replies: 0
I am trying to override the wcfm-controller-products.php but there is no filter for the data I am trying to manipulate.
I am specifically trying to edit this:
$wcfm_products_json_arr[$index][] = date_i18n( wc_date_format(), strtotime($wcfm_products_single->post_date) );
As well as add extra actions.
Please advise.