fix: resolved deprecated notice for early trigger

This commit is contained in:
joshuapregua
2025-11-27 23:50:34 +08:00
parent e18445a021
commit 316b404131
2 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ class Genesis_Simple_Sidebars {
*/
public function init() {
$this->load_plugin_textdomain();
add_action( 'init', array( $this, 'load_plugin_textdomain' ) );
add_action( 'admin_notices', array( $this, 'requirements_notice' ) );