Okay found it. It was a silly mistake I overlooked. I had 1 attribute (esc_attr($myField)
) double inside the update_post_meta()
method.
So this function works perfectly:
function woocommerce_save_fields($post_id)
{
$myField = $_POST['field_name'];
if (!empty($myField))
update_post_meta($post_id, 'field_name', esc_attr($myField));
else update_post_meta( $post_id, 'field_name', '' );
}
Related Posts:
- Conditionally run function based on custom meta value?
- How to add custom checkboxes from loop to WooCommerce product variation options?
- acf_form() – “On Update” action [closed]
- WooCommerce: Can’t use wc_get_products for custom REST API endpoints
- Hook and send Woocommerce data after click Place Order button
- WooCommerce conditional meta query
- WooCommerce: How to display item meta data in email confirmation using woocommerce_order_item_meta_end
- Get updated meta data after save_post hook
- post meta data clearing on autosave
- Extend Woocommerce rest api routes fails
- Display info from custom fields in all images’ HTML
- Update meta values with AJAX
- Remove action on product archive page [closed]
- display available size on hover, in woocommerce shop page [closed]
- Customize WooCommerce orders displayed shipping
- How can I show an empty WooCommerce cart? [closed]
- Is there a Woocommerce hook that fires when applying a coupon but before checking if it’s valid?
- What is the action hook for an order that fails on frontend checkout in WooCommerce?
- How to unhook a function in Woocommerce Template?
- WooCommerce: Adding Order Item Meta Data That’s Hidden
- Using a filter with multiple parameters and $this
- Remove Order List Row Link in WooCommerce Admin?
- Get rid of product images mobile swipe functionality from WooCommerce single product [closed]
- Edit WooCommerce product content based on category
- Bulk remove post meta
- How to create html block to display extra information on woocommerce single product page
- woocommerce_package_rates not fired everytime
- WP_Query with meta_query for children
- Woocommerce custom meta fields, sort by date
- How to VAR_DUMP a $variable during checkout process (Is my product meta callable?)
- Add Stripe Connect data to wc_stripe_payment_request
- Redirect customer to login page (with other signup plugin) if user not logged in when proceeding to checkout
- Woocommerce Moving Review Below add to cart breaks button
- How to upload multiple image using wp_insert_post
- WooCommerce order complete email logic
- Set default value field meta_Value [closed]
- How to override Woocommerce functionality in Reports section?
- how can use woocommerce add to cart popup?
- How to Update the Order-Items While Editing an Order on the WooCommerce Admin Order Screen [closed]
- WooCommerce Hook: Content get’s displayed twice and not AFTER the order total
- Is it possible to update the total price on the checkout page in woocommerce from a custom field
- New field on checkout is shown but it’s not saved on the order details [closed]
- Adding Product Name on Admin Panel Order list and User’s My-Account Order List
- update_post_meta not work [closed]
- How to exclude a taxonomy from shop & search page wooCommerce?
- Redirect no product url’s to static url
- Adding a custom Shipping methods field to an order
- What Hook/Action is performed when a field in checkout form is changed in WooCommerce
- How to change a WooCommerce Subscription Deposit and Monthly Payment? [closed]
- How can I add a so i can show sale price under normal price
- password_reset doesnt work
- WooCommerce checkout page price break down table hook
- How to output woocommerce products to a page, style and modify the html structure
- Filter default_content only for products
- Conditional action hook
- How can I override wp_price woocommerce function in my theme
- WooCommerce Bookings Plugin Not Saving Order ID
- manage_shop_order_posts_custom_column() hook is Not working In Functions.php file in my WordPress active theme
- Display custom product option in admin order details
- Next/Previous Product with custom order by price & products inside the product category [closed]
- WooCommerce Meta
- How to alter taxes amounts when updating an order
- How to check if woocommerce_order_item_name is use in email?
- Hooks For Design variation in woo commerce single product page
- How to add woocommerce products header title in woocommerce_breadcrumb hook to function.php
- Use ID as slug for product category by default in WooCommerce?
- What is the problem with these lines of code?
- data-value for custom woocommerce field showing in code but not visable on page load
- Display custom field value in woocommerce variable product via jQurey
- Access custom meta_data in processing order email
- Woocommerce : Add name filed of checkout page to buyers wordpress display name
- Missing variable options on add to cart form
- Help to locate a woocommerce hook method
- Add custom field address_3 before city in user profile
- check shipping amount in woocommerce_after_checkout_validation?
- How to display two different custom taxonomy terms on a WooCommerce single product page
- Woocommerce Disabling Auto Restocking for Cancelled Orders
- Parameters in woocommerce_before_add_to_cart_button hook
- Unable to call woocommerce hook in my custom php file
- How can i add product Accessories from front-end using custom php form?
- woocommerce_add_to_cart custom function called several times
- How to save a Woocomerce metabox input as a metadata field
- Remove username and account password field from checkout page
- Display product thumbnail in Woocommerce email notifications
- Can’t update WooCommerce payment method title
- Add suffix to price html does not work
- With what hook do I remove WooCommerce existing Product Data Tab form fields?
- Woocommerce: Unique price for individual basket items
- Update Custom Post Meta Even if Draft
- WooCommerce Admin Only Email Hook
- Create woocommerce order on new user registration
- Check if value exists before saving
- change attachment custom field onChange event
- Add custom fields after post/page title
- Can a woocommerce hook alter the UI of a website?
- Order shipped by which driver[hook for woocoomerce order staus changed and popup in admin panel ] [closed]
- Updating order meta to have a meta entry from an item in the order
- Hide a shipping method if cart total is higher than an amount
- Add second price option based on payment method at cart item price
- Use a woocommerce hook to create a table and populate it with a query