• Resolved wxmpd

    (@wxmpd)


    Hi.
    Please help, I’m using this pluggin but i Have to add a custom function and I need to know how to get the value from the custom fields that i created with this pluggin.

    Someone could help me ? Please

Viewing 1 replies (of 1 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    All the fields created using our plugin are saved as Order Meta Data.

    You can retrieve the data from the database using the below function:

    get_post_meta($order_id, 'field_name', true);

    We hope this will help.

    Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘How can i get the value from custom field using php function?’ is closed to new replies.