I don’t think spaces are allowed in $meta_key
. Try to change ‘Author Email’ to ‘author_email’.
Also, if you don’t want ‘author_email’ to be visible in Custom Fields metabox, prepend it with underscore: ‘_author_email’. Unfiltered link as custom field value can also mess this metabox.
Related Posts:
- Post meta vs separate database tables
- Save metabox with multiple checkbox array
- How to enable users to down-vote in this simple voting counter (that uses the post meta)?
- How can I free up the memory used by update_post_meta?
- Is there a way to list tags order by post_meta field
- Plugin development: get_post_meta is not working [closed]
- Ordering posts by metadata
- Act on user meta updated, but only once
- How to check if Woocommerce Order number equals to post ID?
- update post meta for checkbox in the admin when inserted in the front-end
- 403 Error when text is pasted in Custom Metabox Textarea
- Saving value of a selection option in comment form as comment meta
- Add a Save Button to Custom Meta Box [duplicate]
- Plugin with action ‘save_post’ needs to press publish twice on order to publish
- Doubts about the use of metadata and how this can affect performance on WordPress
- update_post_meta not working in a loop
- Run Shortcode of post’s custom field in functions.php / Plugin
- Get draggable widgets on Edit Post page
- WP nonce field checkbox prints checked=’checked’ outside input field
- Ajax: Populate with content from a post’s ID not working – duplicating current page html instead
- Issues Updating Post Meta with AJAX (Seems simple but cannot figure it out)
- Using delete_post_meta for deleting multiple selected options
- Get audio metadata on file upload
- Plugin can’t be activated [closed]
- Any way to update_post_meta with html content? It gets stripped and becomes empty
- Remove Meta-boxes (Yoast SEO plugin) [duplicate]
- Adjust query on single
- Why is $_POST empty when saving custom Meta Box?
- Condition to check previous next article post title
- register_meta not showing custom post type metabox data in rest api
- Insert, update or remove data from database (usermeta)
- Unexpected issue when using attachment_fields_to_edit filter
- WordPress delete mysql rows with string
- Saving post meta
- Displaying Custom Post Meta
- Include add_post_meta in a plugin
- A better way of getting draft posts that has a particular post meta using get_posts function
- How do I create a custom role capability?
- What is the advantage of using wp_mail?
- Calling the widget id of a mult-instance widget from inside the widget?
- Do I need to call do_action in my plugin?
- Fatal error: Call to undefined function wp_mail()
- WooCommerce get Shipping Class of product from either the product id or the order after order is completed
- Dequeue script, but still use wp_localize_script to pass vars
- I can’t find where a hook is being defined in a plugin – Easy Digital Downloads
- Filter on the_content ignores shortcodes
- Replacing WordPress menu functionality with a plugin
- Programmatically Selecting Theme Based on URL
- How can I add a custom meta value on file upload?
- Is it possible to load plugin from console with core ?
- Plugin base URL
- Database for development
- Customize multisite site creation with user data
- Adding plugin settings link upon activation
- How to create multiple Gutenberg blocks in one plugin
- How to disable reCaptcha v3 except on Contact Form 7 pages?
- Fetching the value of forms in WordPress AJAX
- How to add setting section in custom post type [closed]
- Get Current Menu Location inside Nav_Walker
- Append country to ‘pretty’ url but serve same page
- Where to add hooks in a class
- Insert terms for custom taxonomy on plugin activation, or each page load (init hook)
- Adding a brand column to WooCommerce Products
- Custom GET Parameters In Plugin’s Admin Page
- Adding option to Gallery shortcode
- WordPress Search filter to remove possible script injections
- Incorporate small angular feature in my wordpress site
- Bootstrap doesn’t work on admin menu page-How to override wp-admin style?
- WordPress class, using add_action to call member function does not work
- random code at the end of file after plugin upload
- How Can I add Fields in wp-option table?
- Where do I put my add_action(… and add_filter(… and do I need to remove them?
- Can’t find where to modify attrbitutes
- ajax recursive calls on wordpress returning answers outsite the function scope
- WordPress pages are not published due to External database connection with WPDB class
- In wordpress plugin wp_signon shows error
- How to find where an object first instantiatiation
- Problem with autoloader and namespaces
- Clean way to initialize plugin in newly-added site when plugin has been network activated?
- wp_insert_post generated mixed permalinks
- Is there any way to pass messages from a script to a redirect target in a hidden fashion?
- What should I pass for $needed_dirs when calling _unzip_file_pclzip (aka PclZip)?
- Custom Path for a Plugin
- How to determine primary editor for a page/post
- Trigger function on Remove block or add new block in Gutenberg JavaScript
- WPGut – Updating failed and shortcode?
- How the add_action is included in the plugin development
- do I need to sanitize a shortcode’s function input?
- Email content as comment
- WordPress use template
- Warning: Illegal string offset – on homepage
- Organising and completing posts (mark as read and hide)
- Query only title/field/featured media of posts [closed]
- To remove rendering of menus and header, plugin or theme?
- Displaying External Data – Not Posts
- I want to add post meta for picture thum during submit for revision
- How to synchronize an e-commerce site and a pharmacy management software?
- woocommerce features to add product along with link
- How do I modify the error code array used by “shake_error_codes” filter?
- How do I add multiple custom menu Woo-commerce my account page?