Skip to content

Commit

Permalink
Fix errors on standalone plugin activation (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaguiini authored Aug 30, 2024
1 parent d5df784 commit 9f46a55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
require_once __DIR__ . '/class-content-model-json-initializer.php';

add_action(
'plugins_loaded',
'init',
array( Content_Model_Json_Initializer::class, 'maybe_register_content_models_from_json' )
);

0 comments on commit 9f46a55

Please sign in to comment.