Steven, I think you are looking for the save_post
action, you should create the function you want to use and use the add_action
function.
You can find the data from the custom fields in the $_POST
array.
You don’t have to worry about the “other content”, at least if with that you are referring to the title, content, categories.
Related Posts:
- Saving Custom Post types and fields to a custom table
- Custom database or Custom Post Types?
- add_meta_box Callback not being called
- Plugin allowing for artists, events and venues
- how do i remove posts from a WP_Query so the pagination is right?
- Is it possible to create Custom Post plug-in?
- Creating a custom post type, adding custom meta fields, preventing all future editability of posts of this type
- auto populate list of questions if user select a category xyz
- Redirect to another page using contact form 7? [closed]
- Custom Post Type Fields
- How to Resize the Custom Post Images?
- Amazon.com intergration with WordPress?
- Sticky option for custom post types without using custom fields or plugins
- How do we update a custom file upload field with the Advanced Custom Field plugin?
- Price comparison table based on Custom Post Type?
- Show related posts based of current ACF field name in a single page post (a loop within loop)
- “After file loaded” action
- Dictionary-style definition list plugin
- How to create repeater field manually, without plugin (ACF Pro)?
- What database state changes happen after a post is manually “updated” with no changes?
- Register PODS Custom Field with WPGraphQL [closed]
- Can i stream data to a custom_post_type?
- WordPress hide post from custom post-type on a single page
- Create multiple posts when a custom post is created
- $wpdb->insert not working inside save_post tag
- WordPress custom posttype meta values doesnot save
- What method should I use for a sidebar widget that reads latest posts?
- Synch Custom Post Types (and Custom Fields, Cats, etc.) Between WordPress Sites
- Insert data in custom table during new post creation
- How can i do custom author list?
- A plugin for software reviews site like this one?
- Links not opening as they should. Custom WP plugin
- Is it bad practice to create own table for a plugin?
- Is it possible to define a template for a custom post type within a plugin independent of the active theme?
- What are these entries in the database? Looks similar to JSON
- How to empty wordpress custom post Database table
- Custom database table for plugin not creating on activation
- Should I global $wpdb outside of any of my plugin’s functions scope?
- How to edit/delete single row items in a table on my own menu page
- How to have the right design for a custom post type without accessing themes
- How to add the post ID (or any other post data) to a Contact Form 7 mail?
- FacetWP group listings by custom field [closed]
- Doubt using $wpbd->get_col for a single column
- WordPress Settings Lost After Site Migration
- When using Simple Fields plugin, how do I pull the information out of the database to display on a page?
- import posts with dutch/special letters
- Unable to delete custom post types, confusion around capabilities
- Execute js files doesn’t seem to work
- Better ads plugin has 500.000 entries in wp_postmeta
- How to create multiple database tables on plugin activation?
- How to delete all trashed item in one-go
- after wordpress update to 3.5+ i get many errors in plugin wpdb::prepare()
- How can I use a file in my plugin as a replacement for single.php on custom-post-type query?
- Specifying meta field’s column type in Database using add_post_meta
- ACF in wordpress
- Edit Permalink Structure For Custom Post Type or Modify .htaccess?
- How to set category correctly for a custom post created by a remote API call?
- Order posts by meta key ( Using ACF )
- How to add fields in the WordPress editor?
- WordPress function to add text warning on every pages [closed]
- Custom post type in Custom widget – $listItem
- Custom Template for wordpress cpt plugin
- Plugin: connect to external database without showing password
- delete duplicate meta_value with same post_id
- Storing Form data in a different database
- Custom Fields for Page Edits
- More than one WordPress site using the same database – how to disable plugin for one site?
- Rename existing cpt and taxonomy with new textdomain
- WordPress Phone Field Check (use numbers, spaces and pluses)
- Can export gallery but can’t import it Wp all import
- Auto populate a user custom field from another user custom field
- Create a pdf from the entries in DB
- Is there a hook similar to “save_post” which only fires AFTER the post is completely published?
- How do I add a medium to the WordPress database with my own plugin?
- save_post hook partly firing in update post
- custom fields not displaying on wordpress site
- Get Shortcode output to database for static post_content
- My wp database has been hacked
- Page not found after creating the add new post slider using custom post type
- How to update a database entry with a wordpress plugin?
- Meta Key array building with multiple input values from fields
- Get all user meta_keys and then group users by matching values
- How can I store user preferences in WordPress and retreive them later?
- Creating Nested custom fields
- one admin for 2 wordpress websites
- How to display all custom fields associated with a post type – IN THE ADMIN AREA?
- Need help for creating custom table on wordpress
- Add new post using a page inside the website
- Top Contributors Plugin with Custom Post Type
- featured image problem with custom post type
- Advanced Custom Fields Plugin – not displaying images
- How to submit the custom form data in database in WordPress without plugin?
- Trying to use Advanced Custom Fields with custom image sizes
- Is an Office a custom post type [closed]
- Duplicator live to wamp https to http
- Is it possible to recover Deleted users?
- Snippet displaying LearnDash parent course title with lesson title [closed]
- Text Wrapping in WPDataTables
- Order custom post type by posts with most likes first
- How to provide page_template path in custom plugin using WordPress