DevinVinson / WordPress-Plugin-Boilerplate

[WordPress] A foundation for WordPress Plugin Development that aims to provide a clear and consistent guide for building your plugins.
http://wppb.io
7.62k stars 2.25k forks source link

Right now there is no way to use independent functions as a call back using loader class. #586

Open MuhammadFaizanHaidar opened 1 year ago

MuhammadFaizanHaidar commented 1 year ago

You have to use direct add_action or add_filter if your call back is not associated with any class. So loader class should handle independent call backs also. I am also proposing a solution for this also.

Thanks!