Support

Account

Home Forums Add-ons Options Page WooCommerce single product tab get_field('someting','option') not working Reply To: WooCommerce single product tab get_field('someting','option') not working

  • Hi @musenuovo

    This is the correct syntax for fetching from an options page:
    get_field('image', 'options');

    You missed the plural form of option 🙂