Skip to content

Commit 9498f3d

Browse files
committed
hook updated
1 parent 0955bb4 commit 9498f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/CBXTaxonomy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function __construct() {
4242
$this->load_orm();
4343

4444

45-
add_filter( 'init', [ $this, 'load_plugin_textdomain' ]);
45+
add_action( 'init', [ $this, 'load_plugin_textdomain' ]);
4646
add_filter( 'plugin_row_meta', [ $this, 'plugin_row_meta' ], 10, 4 );
4747

4848
//new Hooks();//we are not using the github update checker

0 commit comments

Comments
 (0)