Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Add priority for loading modules
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Oct 11, 2015
1 parent 4e9ad45 commit 82a3fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soil.php
Expand Up @@ -62,4 +62,4 @@ function load_modules() {
}
}
}
add_action('after_setup_theme', __NAMESPACE__ . '\\load_modules');
add_action('after_setup_theme', __NAMESPACE__ . '\\load_modules', 100);

0 comments on commit 82a3fb1

Please sign in to comment.