edit_profile_url

edit_profile_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('edit_profile_url') is found 1 times:

  • /wp-includes/link-template.php line 4020
    	 * @param int    $user_id The user ID.
    	 * @param string $scheme  Scheme to give the URL context. Accepts 'http', 'https', 'login',
    	 *                        'login_post', 'admin', 'relative' or null.
    	 */
    	return apply_filters( 'edit_profile_url', $url, $user_id, $scheme );
    }
    
    /**
     * Returns the canonical URL for a post.
     *
     * When the post is the same as the current requested page the function will handle the
    

See this hook used in plugins: