As mentioned in the comments, you can use the Plugin and Metadata APIs to attach some functionality to the 'profile_update'
action such that whenever a user’s profile information receives an update, custom user-metadata is set to the time of the update:
function wpse216609_update_profile_modified( $user_id ) {
update_user_meta( $user_id, 'wpse216609_profile_updated', current_time( 'mysql' ) );
}
add_action( 'profile_update', 'wpse216609_update_profile_modified' );
Related Posts:
- Edit Imported advanced Custom Fields from wordpress Dashboard
- Advanced Custom Fields query
- How to create Repeater fields using Advanced Custom Fields?
- is there a way to link one of the field in ACF field group, to a field in a media attachment page? [closed]
- Redirect to another page using contact form 7? [closed]
- Adding class to last list item? Not WP generated
- How do we update a custom file upload field with the Advanced Custom Field plugin?
- Advanced Custom Fields Plugin – Images not displaying
- How to create repeater field manually, without plugin (ACF Pro)?
- What snippet do I need to type to show my ACF field show up on my theme?
- custom fields not displaying on wordpress site
- Why Custom fields description is not working WordPress Version 5.4.2?
- How do I change the functionality of an image slider which is part of ACF?
- ACF: Hide a div or template section when a custom field (in a field group) is empty
- How ACF Advanced Custom Field works with Woocommerce Single Product [closed]
- Unable to check if plugin is active
- How to store ACF custom fields data in a custom table
- How can I show drafts in wp_dropdown_pages list?
- How can I save repeatable fields with one value inside an array?
- Add custom meta box on Post page
- Visual Composer vs. Advanced Custom Fields [closed]
- ACF for audio url in wordpress audio shortcode
- how to display all posts Custom fields dynamically?
- Custom options page checkbox will not save, despite working with text
- Upload files programmatically to users
- How do I add advanced custom fields / meta fields to Elasticsearch? [closed]
- Plugin allowing for artists, events and venues
- Using ACF to display data on all pages
- Plugin not saving values when placed in a folder within /wp-content/plugins
- Security checking in meta_box save is reluctant?
- WordPress CMB2 – Run function on save
- Carbon Fields use in custom plugin class
- How I can get custom field’s current value?
- UnWanted Custom field added in the wp page edit area
- Woocommerce – How to populate custom select field with stored values on checkout page?
- How to query the custom fields by language?
- Creating a custom post type, adding custom meta fields, preventing all future editability of posts of this type
- How to toggle between two custom fields in WordPress woocommerce ‘WC Product Field Group’ plugin?
- add custom filters to the event calendar plugin programatically to frontend [closed]
- Can you use another Profile Builder shortcodes through advanced custom fields
- Unable to select image using custom image field type
- ACF: post query, hide duplicate values [closed]
- Advanced Custom Fields – Disable Users to Edit Custom Fields
- Using ACF default value to autoincrement a number field
- Advanced Custom Fields – Get value in other plugin file [closed]
- How to Resize the Custom Post Images?
- Amazon.com intergration with WordPress?
- Keeping and updating ACF and ACF Pro at the same time
- ACF – How to set the menu order for the relationship field
- Custom post types, disable fields
- How can I store data from custom fields to custom tables?
- Translation to ACF relationship field
- Advanced custom fields and Slideshow gallery desn’t work together? [closed]
- Plugin that lets visitors Like a post (not facebook) and stores likes in custom meta?
- Parent Child Custom Fields with Advanced Custom Fields
- grab or load text on demand
- Dictionary-style definition list plugin
- Adding custom Field To The Posts Listing
- Is there a way to make [Table Of Content] plugin while not using revision data?
- Table of contents (TOC) plugin is not showing header tag
- Best approach to make all tags searchable by the wordpress search function
- Replace the_content with ACF Flexible Content via function
- acf backend error handling
- Preset custom fields
- get_post_meta shortcode returns empty field
- Images are broken in Wysiwyg Editor – ACF backend
- Adding Custom Endpoint in WordPress Rest API
- make p tag collapsed after 3 rows
- General Term for this form Field
- Make custom post types using ACF
- Problem Advanced Custom Fields PRO
- How to pass multiple custom fields as shortcode’s parameters
- Will downloading a page builder plugin delete my existing data?
- Custom product page’s style for printing
- If I am not writing a theme, how do I add custom fields to a user for a plugin
- Taxonomy question
- Returning incorrect $post->ID after installing plugin
- Get a Taxonomy values in an array
- Else If statement for ACF [closed]
- WordPress doesn’t save a post revision when changing CMB2 custom fields
- Add custom field for users
- How to Save settings of custom tab product page in admin side in a database?
- Changing the body of mail sent to new user registration
- Creating a user ‘add custom field’ section
- 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
- force category table refresh when adding new category
- get_post_meta does not work
- Woocommerce custom fields
- How do I add custom fields to the “Edit page” admin screen?
- Displaying Random Image from ACF Options Page [closed]
- Need help saving input fields for Security Deposit plugin in WC Vendors page
- Adding a variable to a meta field in the backend?
- ACF: Not displaying ACF data from another post
- Order shipped by which driver[hook for woocoomerce order staus changed and popup in admin panel ] [closed]
- How to change data format in custom meta box field [closed]
- Retrieve a post with its ACF repeater fields in wordpress
- Render CMB2 select option to post page [closed]
- Is there a plugin or another way that can help me find out the underlying files of a page/post? [closed]
- ACF prugin for WooCommerce Shop Page