diff --git a/includes/class-init.php b/includes/class-init.php index b7f0cda6..1aebcfb7 100644 --- a/includes/class-init.php +++ b/includes/class-init.php @@ -205,6 +205,7 @@ if ( ! class_exists( 'UM' ) ) { // include UM classes $this->includes(); + // @todo build the proper 'init' priorities hook and docs about. // include hook files add_action( 'plugins_loaded', array( &$this, 'init' ), 0 ); // run hook for extensions init