Skip to content

Commit

Permalink
rename bootstrap func
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Apr 23, 2024
1 parent b421828 commit 49006ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' );

0 comments on commit 49006ca

Please sign in to comment.