get_edit_user_link

get_edit_user_link

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_edit_user_link') is found 1 times:

  • /wp-includes/link-template.php line 1754
    	 *
    	 * @param string $link    The edit link.
    	 * @param int    $user_id User ID.
    	 */
    	return apply_filters( 'get_edit_user_link', $link, $user->ID );
    }
    
    //
    // Navigation links.
    //