Skip to content

Commit

Permalink
Support dt theme and plugins loading order updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kodinkat committed May 17, 2024
1 parent 4a536c8 commit 52937ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disciple-tools-storage.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function disciple_tools_storage() {
return Disciple_Tools_Storage::instance();

}
add_action( 'after_setup_theme', 'disciple_tools_storage', 20 );
add_action( 'disciple_tools_load_plugins', 'disciple_tools_storage', 20 );

//register the D.T Plugin
add_filter( 'dt_plugins', function ( $plugins ){
Expand Down

0 comments on commit 52937ae

Please sign in to comment.