How to call plugin functions in a custom template
There can be various reason for the undefined function error: The plugin might load its function definitions later than template_include or in the admin backend only. You might have made a syntax error, for example if the plugin is using a namespace, but you are calling the function without that namespace. Or the function is … Read more