how does wordpress call a field information in the database?
I want to call the meta_ value in the wp_usermeta table in the wp database. How to call the information in the red box in the picture with PHP?
is the name of the calling avatar. The default is the following code. How to modify it?
<?php echo get_avatar( $current_user->ID, "24" , get_edit_profile_url($current_user->ID) ); ?>