Skip to content

Commit

Permalink
Added after_init action
Browse files Browse the repository at this point in the history
  • Loading branch information
raikasdev committed Sep 29, 2023
1 parent 19ae5dd commit 6eb4ba7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions air-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ function air_helper_admin_fly() {
require_once air_helper_base_path() . '/inc/admin/updates.php';
require_once air_helper_base_path() . '/inc/admin/helpscout.php';
require_once air_helper_base_path() . '/inc/admin/polylang.php';

do_action( 'after_air_helper_init' );
} // end air_helper_admin_fly

/**
Expand Down

0 comments on commit 6eb4ba7

Please sign in to comment.