PHP Functions
If you need you have a set of php functions to interact with the plugin without the need of using shortcodes. Be sure to wrap all your functions in a function_exists() block to avoid fatal errors when plugin is not enabled. Eg:
We’ve made changes to our Privacy Policy which is effective from Jan 13. You can take a look to it in here
What can we help you with?
Find articles, help and advice for getting the most of our solution.
If you need you have a set of php functions to interact with the plugin without the need of using shortcodes. Be sure to wrap all your functions in a function_exists() block to avoid fatal errors when plugin is not enabled. Eg: