I solved this by editing the plugin files. Not ideal, but when the plugin author ignores your emails and forum posts it’s what I had to do (I have paid for the pro version…).
In the rare case that this may help someone else, in UserInsert.php
I added the filter
$userData = apply_filters('user_meta_pre_user_register', $userData);
before
$this->userData = $userData;
$this->setMetaData();
as I realised that when the data was being sent to setMetaData()
it was too soon and hadn’t reached the filter so didn’t have the extra meta fields added.
Why this is happening in this plugin, I have no idea….
Related Posts:
- Where the Nickname is being used in WordPress
- Building a scalable WordPress favouriting plugin – one serialised meta value array or many meta records
- How to add usermeta to “Notice of Email Change” email message
- How to get user-meta from Social Login registered users?
- delete_user_meta Delete one value out of array
- Upload files programmatically to users
- Displaying a Welcome Message to a Woocommerce User
- update_user_meta add value on the top on existing value
- Set user ID at time of wp_create_user
- I’m trying to update user meta but is always 1, What I doing wrong? [closed]
- Average Account Age
- How to keep users unique id stored in session in addition to IP in WordPress plugin?
- Modifying Author Link to add Author Meta in URL
- update_user_meta() misfires sometimes
- Cannot update user display_name field
- Shortcode to update user meta
- Search users with custom meta data
- Add user meta after a user has registered and logged In [closed]
- WordPress /users/me endpoint request forbidden
- Linking form to user meta fields
- Auto populate a user custom field from another user custom field
- Get user edit functions in frontend for site admin
- User updating their profile wipes my custom fields
- How To Export User’s Custom Fields in CSV or XLSX
- Get all user meta_keys and then group users by matching values
- How to use get_user_by in plugin
- Confusing problem with displaying message recipient metadata
- Need help getting a certain value out of a multi dimensional array
- How to delete only user meta value (not key) from usermeta table in wordpress?
- How to delete user meta by key
- Getting label name of extra user fields
- How to add usermeta for existing users when user profile is updated
- Disable plugin only for one post
- Placing the two most voted posts at the top (in a WordPress site that uses the Vote it up plugin)?
- Is there any plugin which enables users to rate comments in thumbs up-down way?
- custom uploader in the admin area
- Plugin Repostitory Questions
- Timed content and flagging content as viewed by user?
- How do I add the same contact form to multiple wordpress sites and capture the response in one place or database?
- eLearning Module
- Add SideBar/Widgets Just Below the Post
- Amazon.com intergration with WordPress?
- How to best create a jQuery Slider to display a native wordpress gallery?
- Free paypal cart solution [closed]
- Best/Correct way to add an option to a category
- Are there action hooks for comments?
- Help with WP Business Directory Manager Plugin?
- “W3 Total Cache” with “What Would Seth Godin Do” (and widgets?!)? [closed]
- Add filter on html tags,attributes on specific function in wordpress
- XML Sitemap Generator can’t notify google and bing
- cforms plugin function “my_cforms_logic” (for writing custom logic), is running 5 times
- Adding rel=”nofollow” to external links in posts?
- Best Sitemap Plugin for 1M+ pages [closed]
- Collecting email addresses via a “beta” sign up form
- Plugin that provides the [edit] shortcode?
- Which plugin can do horizontal scrolling of RSS feeds in WordPress [closed]
- How to limit image size for the entire website ? But without editing the post (css/plugin?!)
- Problem installing plugin: unexpected T_STRING, expecting T_FUNCTION
- How do I get the Twitter Tools widget to display my tweets?
- Why are my WordPress store items showing up in duplicates?
- When I try to de-activate any plugin it gives error “Warning: call_user_func_array() [function.call-user-func-array]”
- Plugins for logo in wp themes? [closed]
- How to remove js ui library added by default by wordpress
- Is there a plugin for automatically adding a word or symbol after a trigger word? I.e. Like a search and replace but more like search and add? [closed]
- How to set category correctly for a custom post created by a remote API call?
- Can I do in-page changes binding events/triggers to actions in WordPress?
- Can inactive WordPress plugins still load scripts?
- What is the best way to cache pages on WordPress
- How to see which sites use my installed plugins (wordpress multisite)
- Product count in archive page Title in WooCommerce [closed]
- Use current class method inside add_submenu_page()
- how remove font to increase site speed load
- Plugin main file is constantly been fired on every website visit
- Why is Google Search Console getting X-Robots-Tag noindex?
- Website show Google Ads when we have no Google Ads linked to our website
- How to set “split_on_numerics” to false in ElasticSearch mapping using ElasticPress? (for proper SKU search in WooCommerce) [closed]
- Sticky option for custom post types without using custom fields or plugins
- My plugins are ending up above the header?
- Let users sell video in my website [closed]
- Change letters for day name
- Where should custom post types be registered in a plugin?
- Keeping and updating ACF and ACF Pro at the same time
- Pass user role to javascript code inside body
- A plugin that downloads other plugins
- Php page with filters for custom fields
- How to be escape Variables and options when echo?
- (WordPress 5.8.3) Function.php or a plugin for better performance? [duplicate]
- Basic question about accessing scripts in my plugin
- Gutenberg Blocks – Cannot retrieve block saved attributes in edit post
- plugins not working in custom theme
- How to use template_include hook with form submission?
- Adding Plugin Assets to Header
- Release the plugin in the WordPress repository where redux is used
- How to Define Multiple List Tables in a Single Submenu
- Add item to the woocommerce dashboard menu from a plugin
- Can the uniqueness of the plugin file/plugin slug and version number be trusted?
- Add type to enqueued script inside plugin
- Dokan Marketplace store link in single product page
- How can I redirect some pages to new subdomain? [closed]
- Automatically download, install and activate plugins that my plugin depends, how?