Import and export users and customers

Import and export users and customers including user meta, roles, and other. Compatible with many plugins. Do it from the front end or using cron.

2 database tables

Table NameDescriptionMethod
wp_actionscheduler_actionsStores actionscheduler actions data created by this plugin.Static
wp_actionscheduler_logsA logging table that records activity, events, or audit history.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_comments
Direct access
wp_options
Option key:acui_automatic_created_edited_wordpress_emailOption key:acui_automatic_wordpress_emailOption key:acui_columnsOption key:acui_columns_extendedOption key:acui_cron_activatedOption key:acui_cron_allow_multiple_accountsOption key:acui_cron_change_role_not_presentOption key:acui_cron_change_role_not_present_roleOption key:acui_cron_delete_usersOption key:acui_cron_delete_users_assign_postsOption key:acui_cron_logOption key:acui_cron_path_to_fileOption key:acui_cron_path_to_moveOption key:acui_cron_path_to_move_auto_renameOption key:acui_cron_periodOption key:acui_cron_roleOption key:acui_cron_send_mailOption key:acui_cron_send_mail_updatedOption key:acui_cron_update_roles_existing_usersOption key:acui_enable_email_templatesOption key:acui_frontend_activate_users_wp_membersOption key:acui_frontend_change_role_not_presentOption key:acui_frontend_change_role_not_present_roleOption key:acui_frontend_delete_usersOption key:acui_frontend_delete_users_assign_postsOption key:acui_frontend_force_user_reset_passwordOption key:acui_frontend_mail_adminOption key:acui_frontend_roleOption key:acui_frontend_send_mailOption key:acui_frontend_send_mail_admin_address_listOption key:acui_frontend_send_mail_updatedOption key:acui_frontend_update_existing_usersOption key:acui_frontend_update_roles_existing_usersOption key:acui_last_import_logOption key:acui_last_roles_usedOption key:acui_mail_attachment_idOption key:acui_mail_bodyOption key:acui_mail_disable_wp_editorOption key:acui_mail_subjectOption key:acui_mail_template_idOption key:acui_manually_force_user_reset_passwordOption key:acui_manually_send_mailOption key:acui_manually_send_mail_updatedOption key:acui_move_file_cronOption key:acui_path_to_fileOption key:acui_show_profile_fields
wp_postmeta
Post meta
wp_posts
Custom post type:acui_email_template
wp_usermeta
User meta