diff --git a/plugin.php b/plugin.php index f3a6483..5efe856 100644 --- a/plugin.php +++ b/plugin.php @@ -98,11 +98,11 @@ function ( $class ) { * * @return void */ -function bootstrap() { +function bootstrap_easytts() { Core\setup(); Editor\setup(); Admin\Dashboard\setup(); Install::setup(); } -add_action( 'plugins_loaded', __NAMESPACE__ . '\\bootstrap' ); +add_action( 'plugins_loaded', __NAMESPACE__ . '\\bootstrap_easytts' );