Between functions.php (theme), widgets, and plugins, which is loaded first?
Question
Customer asks if a specific carousel plugin he uses can be widgetized. That means I should create a widget inside functions.php which calls the plugin’s function. That means that the plugin’s code has to be loaded first so that the function be available to WordPress when the functions.php file is loaded, right? Would that work?
0
4 months
0 Answers
17 views
0
Leave an answer
You must login or register to add a new answer .