Viewing 1 replies (of 1 total)
  • You can use Types API call or shortcodes, like:
    types_render_field( "my-checkboxes" );
    [types field="my-checkboxes"][/types]
    and add output to woocommerce templates.
    https://wp-types.com/documentation/functions/

    You’ll have to add API call to theme code or use some builder,
    like ‘woocommerce-views’ or WooCommerce extension
    that can handle widgets that contain shortcodes.

Viewing 1 replies (of 1 total)
  • The topic ‘How to display content in frontend?’ is closed to new replies.