diff --git a/inc/admin/profile/namespace.php b/inc/admin/profile/namespace.php index 34f65cf..f097d3f 100644 --- a/inc/admin/profile/namespace.php +++ b/inc/admin/profile/namespace.php @@ -12,7 +12,8 @@ * Bootstrap actions for the profile screen. */ function bootstrap() { - add_action( 'personal_options', __NAMESPACE__ . '\\render_profile_section', 50 ); + add_action( 'show_user_profile', __NAMESPACE__ . '\\render_profile_section' ); + add_action( 'edit_user_profile', __NAMESPACE__ . '\\render_profile_section' ); add_action( 'all_admin_notices', __NAMESPACE__ . '\\output_profile_messages' ); add_action( 'personal_options_update', __NAMESPACE__ . '\\handle_revocation', 10, 1 ); add_action( 'edit_user_profile_update', __NAMESPACE__ . '\\handle_revocation', 10, 1 ); @@ -26,40 +27,87 @@ function bootstrap() { function render_profile_section( WP_User $user ) { $tokens = Access_Token::get_for_user( $user ); ?> -
- |
-
-
|
+ + |
---|
get_name() ?>
+ +