UPDATE SOLVED
I change my code to wp_insert_user beside bp_core_user_signup
$user_id = wp_insert_user(array(
'user_login' => $user_login,
'user_pass' => wp_hash_password( $email ),
'first_name' => $first_name,
'last_name' => $last_name,
'display_name' => $first_name . ' ' . $last_name,
'user_email' => $email,
'user_nicename' => $first_name
Related Posts:
- Page is loading after submit before the file is processed
- Export data as CSV in back end with proper HTTP headers
- Using a database view = evil incarnate?
- Sample — test — data for large WordPress install
- Creating a Wordpess Plugin that writes data to a csv file. The data doesn’t show in the csv file?
- How do I update a field of a meta box?
- How to export post 2 posts WordPress plugin data [closed]
- Importing CSV into database table not working?
- How to export post meta with images in wordpress
- Cleaning a filename after image sideloading a url that contains `%20`
- Workflow for new importer plugin – your advices?
- Import images remotly run through timeout error
- best way to upload a large file to wordpress using wp all import
- Why is that only the first row getting inserted into Mysql table when i import csv file on backend custom plugin?
- WordPress custom url without using any of the custom tags given
- Create CSV for import from File directories?
- Programmatically creating posts based on external JSON feed (asynchronously)
- How to include wp-load.php from any location?
- Correct way to enqueue jquery-ui
- How to echo the_excerpt without the P tag wrapper?
- How can I update a wordpress plugin from a Git repository (github)
- Is There a Plugin Life Cycle Documentation?
- What is an alternative method to the WordPress private _doing_it_wrong() function
- Shortcode adding p and br tags
- Export WP database for import using WP-CLI on Vagrant Box
- Problems with localization
- Install and load additional plugins when running unit tests
- Having Problem On Getting WP Post Gallery Images URL
- How do I hook a custom discount to change a WC_Order price total on WooCommerce?
- Properly licensing a plugin that uses Apache 2.0 licensed code
- Create Posts using Import>RSS/WXR/XML and pass values to Custom Fields
- How to restrict plugin’s sub-menu pages to admin/subscribers?
- Can I dynamically create a link to my plugin settings/options page from my plugin description?
- How to load the plugin only when logged in?
- I am trying to match the wpallimport using the Xpath Filter
- Cannot search post by taxonomy
- Hook into theme-switching later than `setup_theme`
- Save image as featured image
- Will current_theme_supports return TRUE with a nonstandard add_theme_support?
- WP AJAX is not working, always returns 0
- Act on user meta updated, but only once
- get_pages Drop down list for selection of a page
- Admin auto-refresh is interfering with Firebug — how to prevent it?
- Hide plugin dashboard menu item for specific roles
- Display content from custom post without modifying the single template
- How do I add custom column to woocommerce cart?
- WordPress mode for emacs?
- Widget translation on my plugin
- Upload to a remote server using wp_remote_post
- how to add custom functionality after woocommerce place order button
- Problems with: manage_${post_type}_posts_columns
- Make WordPress cache permanent for some pages until edited
- Getting timestamp of activation plugin time
- conditionally load javascript & CSS for do_action() calls from plugin
- How can I rewrite a URL to pass requests to a custom method via AJAX? (I can’t use admin-ajax.php)
- The plugin does not save data
- How do I create plugin or theme using MVC pattern?
- import posts with dutch/special letters
- How to Get Current Custom Post Type Associated Taxonomy Term
- tinymce.get() returns error after ajax request
- Access bloginfo, get_option, and plugins_url from a non-core php file
- How to get a list of child ids for a named category?
- Plugin could not be activated because it triggered a fatal error, unexpected ‘[‘
- How to make the first commit on WordPress.org
- How best to handle database version dependence (from $wp_db_version)
- Associate multiple email addresses with the same user account, so they can log in with either
- Custom filter not working
- ajax working when function is on child theme but not in plugin page
- I need to refresh page to display wp_get_current_user() : why?
- What is the way to hook all wordpress email
- Pagination not working with custom wp_query
- My plugin won’t create table in wordpress 3.5
- Remove Permalink Meta Box not working?
- WordPress actions for plugin admin UI page
- wp_insert_user keeps echoing values
- Pause plugin option page until all data manipulation is complete
- Modify custom block plugin without losing content
- Exclude Woocommerce Product Category From Sitemap
- apply_filters() and call_user_func() to define and call a function outside a class
- Import a folder containing HTML files and images to WordPress
- How to show only the last two categories in a menu?
- HTML Elements in my WP Plugin being generated in JS. Security and Translated Text Question about this method being used
- howTo let wordpress endpoint return html-page
- Sanitization and validation input fields – Settings API
- User meta query using Wildcard
- Warning: Illegal string offset ‘Andorra’ in … on line 106
- wp_ajax add_action fuction won’t fire on custom jQuery action
- wordpress4.8.2 Multilingual Plugin
- Dedicated server and WPDB Class : huge slow-down of the website
- $wpdb how can i save my postmeta table before querying it
- Create dedicated page with custom template showing custom data
- How can I see a varibles value when my plugin runs?
- Add Button to TinyMCE Custom Menu
- How should I use wpdb class to submit a form in admin dashboard?
- WordPress plugin: admin-ajax.php not passing data to custom function
- Create pages for authors
- How do I create Widget within plugin that uses its own class?
- How to design WooCommerce-like admin tabs for plugin settings page?
- Woocommerce: block user removing cart item
- How can I dynamically change title and description in WordPress?