Your cart is currently empty!
How to install/use API
—
by
Groups import export provides two filters:
groups_import_export_new_user_registration_subject
groups_import_export_new_user_registration_message
how do you install or access those filters?
thks
Posted in Groups Import Export
Comments
One response to “How to install/use API”
Hi Michel,
Filters and actions don’t need installation, they already exist in a plugin or in WordPress. All you have to do is hook to them and therefore interfere with the normal flow. For more information on filters and actions you should have a look here.
Regarding these two specific filters, you should add these snippets to the functions.php of your active theme.
Kind regards,
George