Skip to content

Commit

Permalink
Renamed air-helper action to be consistent with WP
Browse files Browse the repository at this point in the history
  • Loading branch information
raikasdev committed Sep 26, 2023
1 parent fc20831 commit 91ae048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,5 +211,5 @@
add_action( 'after_setup_theme', __NAMESPACE__ . '\build_taxonomies' );
add_action( 'after_setup_theme', __NAMESPACE__ . '\build_post_types' );

add_action( 'air_helper_activated', __NAMESPACE__ . '\rebuild_taxonomies' );
add_action( 'air_helper_activated', __NAMESPACE__ . '\rebuild_post_types' );
add_action( 'after_air_helper_init', __NAMESPACE__ . '\rebuild_taxonomies' );
add_action( 'after_air_helper_init', __NAMESPACE__ . '\rebuild_post_types' );

0 comments on commit 91ae048

Please sign in to comment.