Skip to content

Commit

Permalink
Update InstallerListener.php
Browse files Browse the repository at this point in the history
  • Loading branch information
officiallygod committed Oct 14, 2024
1 parent 9de51c8 commit b114923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/WPAdmin/Listeners/InstallerListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) );
}

/**
Expand Down

0 comments on commit b114923

Please sign in to comment.