Support

Account

Home Forums Add-ons Options Page Add a post-state indicator based on post object field on option page Reply To: Add a post-state indicator based on post object field on option page

  • The answer that shows how WC does it shows the code pretty well. The only difference is that you would substituted wc_get_page_id( 'shop' ) for get_field('your-field-name', 'options', false)