Skip to content

Commit

Permalink
priority change
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Feb 28, 2019
1 parent b0d2635 commit c76d7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shortcode-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static function getSubscribedEvents()
require_once(__DIR__.'/classes/ShortcodeManager.php');

return [
'onPluginsInitialized' => ['onPluginsInitialized', 0],
'onPluginsInitialized' => ['onPluginsInitialized', 10],
];
}

Expand Down

0 comments on commit c76d7f7

Please sign in to comment.