Javier Carazo
@carazo on WordPress.org and Slack
Bio
WordPress Origin Story
- Member Since: November 9th, 2011
- Location: Córdoba (España)
- Website: import-wp.com
- Job Title: WordPress Engineer
- Employer: Codection
Contribution History
Javier Carazo’s badges:- Core Contributor
- Plugin Developer
- Translation Contributor
- WordCamp Speaker
-
Posted a reply to Importing memberships into PMPro (again), on the site WordPress.org Forums:
Sorry I don't know anything about changes. I am not an PMPro user. -
Posted a reply to Does not update a WP-Members field of the type “select”, on the site WordPress.org Forums:
@cbutlerjr thanks for your help. -
Posted a reply to Does not update a WP-Members field of the type “select”, on the site WordPress.org Forums:
Good evening, Could you tell me how this data is stored in the usermeta table… -
Posted a reply to Gateway Timeout = New Users, No Email, on the site WordPress.org Forums:
This is really a problem with how the plugin currently works, doing the whole process… -
Posted a reply to Paid Memberships Pro – membership_enddate not being updated, on the site WordPress.org Forums:
Do some tests with our code, if you achieve it, let me know. -
Posted a reply to Paid Memberships Pro – membership_enddate not being updated, on the site WordPress.org Forums:
yes... as I told you, this part of the code came from PMPro. I could… -
Posted a reply to Paid Memberships Pro – membership_enddate not being updated, on the site WordPress.org Forums:
Yes but in this csv the date is bad formed. You should use yyyy-mm-dd hh:ii:ss -
Posted a reply to Paid Memberships Pro – membership_enddate not being updated, on the site WordPress.org Forums:
Maybe the problem is the format of the date? -
Posted a reply to Paid Memberships Pro – membership_enddate not being updated, on the site WordPress.org Forums:
I am not a PMPro user and I don't know anything about the importer you… -
Posted a reply to Paid Memberships Pro – membership_enddate not being updated, on the site WordPress.org Forums:
Yes, but that data in that loop, if you look at the add-on, which, by… -
Posted a reply to Paid Memberships Pro – membership_enddate not being updated, on the site WordPress.org Forums:
Maybe the problem is in this line: if( !empty( $membership_subscription_transaction_id ) && ( $membership_status ==… -
Posted a reply to date format exported ACF, on the site WordPress.org Forums:
Sorry but this is not a hook for ACF. This is a hook of this… -
Posted a reply to date format exported ACF, on the site WordPress.org Forums:
Michel, Sorry but this is the way that ACF saves the date in database. Maybe… -
Posted a reply to User Roles Not Importing as Set in CSV and on Import Screen, on the site WordPress.org Forums:
Can you make a test deactivating all the other plugins and using a default theme? -
Posted a reply to User Roles Not Importing as Set in CSV and on Import Screen, on the site WordPress.org Forums:
@eacacb, This is really strange. Could you remove the role column and test? -
Posted a reply to Can I import profile images?, on the site WordPress.org Forums:
User-associated images are not a default feature of WordPress. Therefore, we cannot offer support for… -
Posted a reply to Data in separate columns when exporting, on the site WordPress.org Forums:
Yes, I told you why. When you made a specification you have to send variables.… -
Posted a reply to Data in separate columns when exporting, on the site WordPress.org Forums:
Try changing those names where you created them. You probably copied and pasted them from… -
Posted a reply to Need to extract User Profiles & Woo orders & Product Add Ons into Excel, on the site WordPress.org Forums:
In a future it would be great if we can also include this functionality. -
Posted a reply to Need to extract User Profiles & Woo orders & Product Add Ons into Excel, on the site WordPress.org Forums:
Good morning, Sorry, but as the name of this plugin suggests, this plugin is about… -
Posted a reply to Data in separate columns when exporting, on the site WordPress.org Forums:
So that's the problem, that's right, I never imagined that anyone could use a character… -
Posted a reply to User import completes but custom fields / meta not populating correctly, on the site WordPress.org Forums:
In the documentation tab, you will find the metadata that WooCommerce uses to store this… -
Posted a reply to Data in separate columns when exporting, on the site WordPress.org Forums:
Please delete your last comment. In this type of forum, NEVER offer access. It is… -
Posted a reply to Data in separate columns when exporting, on the site WordPress.org Forums:
So this is not a standard metadata, how did you add this? -
Posted a reply to Data in separate columns when exporting, on the site WordPress.org Forums:
Which kind of data is city? A standard metadata? If yes, this should work. -
Posted a reply to Data in separate columns when exporting, on the site WordPress.org Forums:
First of all, as you may have read in the plugin and here in this… -
Committed [3409584] to Plugins SVN:
Ready for WordPress 6.9 -
Posted a reply to No Email, on the site WordPress.org Forums:
If you install any plugin to log emails, you will see that they are being… -
Posted a reply to To send emails it will use the default email settings of the website or how?, on the site WordPress.org Forums:
The plugin uses the standard wp_mail function, so any settings you apply to WordPress will… -
Posted a reply to Who can download the file on the frontend?, on the site WordPress.org Forums:
You're doing something wrong. This never fails. if( !current_user_can( apply_filters( ‘acui_capability’, ‘create_users’ ) ) )wp_die(… -
Posted a reply to Who can download the file on the frontend?, on the site WordPress.org Forums:
You can do two things: add the editor role that can create users and/or use… -
Posted a reply to list data not populating field, on the site WordPress.org Forums:
As you can read in the documentation tab, you can import serialized data using this… -
Posted a reply to list data not populating field, on the site WordPress.org Forums:
Yes but not all the serialized data can be imported in a natural way. Read… -
Posted a reply to list data not populating field, on the site WordPress.org Forums:
I'm sorry, but this isn't really a problem with this plugin, but rather with how… -
Posted a reply to warning on homepage, on the site WordPress.org Forums:
Thanks to you for reporting the issue. -
Committed [3390926] to Plugins SVN:
Fixed a warning -
Posted a reply to warning on homepage, on the site WordPress.org Forums:
The issue is solved. Thanks for your help. Update to the last version when it… -
Posted a reply to uploaded csv, on the site WordPress.org Forums:
As you can see in our source code, the CSV file is never stored. We… -
Posted a reply to utf-8 problem, on the site WordPress.org Forums:
It appears that you are not using UTF-8. If you open the CSV file with… -
Posted a reply to plugin borks user update, on the site WordPress.org Forums:
Thanks for the information. I can't reproduce the error in any way. Perhaps there is… -
Posted a reply to plugin borks user update, on the site WordPress.org Forums:
This is really strange, this plugin does not throw this message. -
Committed [3362307] to Plugins SVN:
New hooks added to define users that should never be deleted or ... -
Posted a reply to Users not deleted, on the site WordPress.org Forums:
Hook added: $args = array( 'fields' => array( 'ID' ), 'role__not_in' => $exclude_roles, 'exclude' =>… -
Posted a reply to Users not deleted, on the site WordPress.org Forums:
Currently, there is no way to do this, but if it's enough for you, I… -
Posted a reply to Users not deleted, on the site WordPress.org Forums:
Sorry I do not understand really well your question. -
Posted a reply to Users not deleted, on the site WordPress.org Forums:
If you have some kind of error or warning in the users import results, it… -
Posted a reply to Still working great after many years, on the site WordPress.org Forums:
@wpnovice2, Thank you so much for taking the time to speak highly of us. It… -
Posted a reply to Not working, on the site WordPress.org Forums:
If you give me more details I can have a look at it -
Posted a reply to Not working, on the site WordPress.org Forums:
Are you using some kind of cache? -
Posted a reply to Unclear column names for username and email, on the site WordPress.org Forums:
That's right, it doesn't matter what names you use in the first two columns. Thanks…
Developer
-
Akismet Notifier
Active Installs: 20+
-
Clean Login
Active Installs: 6,000+
-
First payment date for WooCommerce Subscriptions
Active Installs: 500+
-
Import and export users and customers
Active Installs: 80,000+
-
Products Restricted Users for WooCommerce
Active Installs: 400+