How to capture number input from wordpress form into acf field in woocommerce

Try using the wpuf_add_post_after_insert hook. This hook gets triggered right after a post is created using WPUF, which means it might be a more appropriate time to save additional data, like the phone number: add_action(‘wpuf_add_post_after_insert’, ‘update_product_acf_field_guest_submission’, 10, 3); function update_product_acf_field_guest_submission($post_id, $form_id, $form_settings) { // Check if the form ID matches the specific form where the … Read more

Is it possible to create a custom post type with blank page for Post List and Add Post Page only?

Hiding the admin UI that WP generates is trivial and well documented in the official WP Developer docs for register_post_type: https://developer.wordpress.org/reference/functions/register_post_type/ show_ui bool Whether to generate and allow a UI for managing this post type in the admin. Default is value of $public. and show_in_menu bool|string Where to show the post type in the admin … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)