Bulk invitation code import
-
I’ve seen many people ask questions on either how to bulk import many invitation codes, or asking the developer of this plugin to create this as a feature. In case any of you need to do this I’m going to explain my method on accomplishing this task.
1) Access you PHPmyadmin (you can user the plugin adminer to do this if you do not have direct access.
2) The data for register redux invitation codes is stored with the wp_options as serialized information.
3) Format your data as such ‘variable’, (you can do this with many methods, an option is excel.
4) Create a PHP array using that information. You can use https://www.w3resource.com/php/function-reference/serialize.php to generate that array into serialized data.
5) Copy the serialized data into the database mentioned in step 2.
6) Now if you look in the Register Redux plugin within wordpress (where you typically insert invitation codes one by one) you’ll notice that all codes are now there.
I’ve done this with 11,000 codes.
- The topic ‘Bulk invitation code import’ is closed to new replies.