Support

Account

Home Forums Backend Issues (wp-admin) Trying to add field group to the WooCommerce 'Shop' page (only) Reply To: Trying to add field group to the WooCommerce 'Shop' page (only)

  • The use of $options['post_id'] produced an undefined error on options pages, so I would add an isset check:

    if ( $rule['value'] == 'woo_shop_page' && isset( $options['post_id'] ) )