I have to add new tab and new data in wordpress users. Please see the image below.
The points tab came from the plugin mycred
but i don’t know what was used. What I think was it was done using:
$tabs = apply_filters( 'mycred_edit_profile_tabs', $tabs, $user, false );
do_action( 'mycred_edit_profile', $user, $type );
I want this code in my functions.php.
You can add new tabs in this way: