getting values from dokan plugin
-
Hello,
I want to get the values when user registers to website. I mean the values like store_name for example. I have tried adding the following mysql to REGISTRATION.PHP in dokan plugin, but it does not help. How can I achieve that?
INSERT INTO
another_table
(title
) VALUES (${dokan_settings['store_name'}
);I mean when user registers to system with dokan plugin(it goes to user_metadata, but it is not the issue), it takes dokan_settings[‘store_name’] and adds it to database. I want to insert to another database that dokan_settings array when user registers. How can I do that?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘getting values from dokan plugin’ is closed to new replies.