container->callback(ProCronsCleaner::class, 'ajaxCleanProCrons')); // phpcs:ignore WPStaging.Security.AuthorizationChecked add_action(Notices::BASIC_NOTICES_ACTION, $this->container->callback(BasicNotices::class, 'renderNotices')); // phpcs:ignore WPStaging.Security.FirstArgNotAString, WPStaging.Security.AuthorizationChecked } protected function registerClasses() { // This is to tell the container to use the BASIC feature $this->container->setVar('WPSTG_PRO', false); $this->container->register(BackupServiceProvider::class); } }