32 ) { return; } buddy_update_state( array( 'name' => $new_name ) ); add_action( 'admin_notices', function () { printf( '

%s

', esc_html__( 'Buddy renamed.', 'buddy' ) ); } ); } function buddy_render_settings_page() { if ( ! current_user_can( 'read' ) ) { wp_die( esc_html__( 'You do not have permission to view this page.', 'buddy' ) ); } $state = buddy_get_state(); ?>