We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0955bb4 commit 9498f3dCopy full SHA for 9498f3d
includes/CBXTaxonomy.php
@@ -42,7 +42,7 @@ public function __construct() {
42
$this->load_orm();
43
44
45
- add_filter( 'init', [ $this, 'load_plugin_textdomain' ]);
+ add_action( 'init', [ $this, 'load_plugin_textdomain' ]);
46
add_filter( 'plugin_row_meta', [ $this, 'plugin_row_meta' ], 10, 4 );
47
48
//new Hooks();//we are not using the github update checker
0 commit comments