Skip to content

Commit

Permalink
Plugins Screens: Initialize in Controller::__construct(). (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
costdev authored Nov 1, 2024
1 parent 74e2a58 commit 6d14131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/class-controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class Controller {
*/
public function __construct() {
Admin_Settings::get_instance();
Plugins_Screens::get_instance();
Themes_Screens::get_instance();

$this->api_rewrite();
Expand Down

0 comments on commit 6d14131

Please sign in to comment.