Hi, I am developing a new plugin for b2evo users to display a widget in the sidebar, this plugin requires to load content with special characters:
<iframe blah blah blah... ></iframe>
I would like to know how to call a function present in:
inc/_core/_misc.funcs.php
and use it in the plugin.
Is this possible?
You can use any function from inc/_core/_misc.funcs.php and some other files loaded by default
If you are trying to use a function and get an error that it's unknown, you should include the file defining that function with "load_funcs"