From b114923aff2b055ee8fca2341075d3c11e161809 Mon Sep 17 00:00:00 2001 From: Allen Benny Date: Mon, 14 Oct 2024 17:47:18 +0530 Subject: [PATCH] Update InstallerListener.php --- includes/WPAdmin/Listeners/InstallerListener.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/WPAdmin/Listeners/InstallerListener.php b/includes/WPAdmin/Listeners/InstallerListener.php index 14341b0..82687c0 100644 --- a/includes/WPAdmin/Listeners/InstallerListener.php +++ b/includes/WPAdmin/Listeners/InstallerListener.php @@ -13,7 +13,7 @@ class InstallerListener { * Constructor for the Installer class. */ public function __construct() { - add_action( 'newfold_installer_enqueue_scripts', array( $this, 'enqueue_installer_scripts' ) ); + add_action( 'newfold/installer/enqueue_scripts', array( $this, 'enqueue_installer_scripts' ) ); } /**