• Hello.
    I’m using the WC Fields Factory plugin version 3.0.4. This version has a load_fields_for_product function. I am accessing this function from my plugin.
    However, this feature has been removed in newer versions.

    Tell me, please, how can I get the data that I received with the load_fields_for_product function now? Thank you.

    • This topic was modified 2 years, 4 months ago by Vlad.
Viewing 1 replies (of 1 total)
  • Plugin Contributor Sark

    (@sarkware)

    Sorry for the delayed response.

    You can use load_fields_groups_for_product function from wcff_dao.php.
    eg.
    wcff()->dao->load_fields_groups_for_product($_product_id);

Viewing 1 replies (of 1 total)
  • The topic ‘How to replace the removed load_fields_for_product function?’ is closed to new replies.