self_admin_url

self_admin_url

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('self_admin_url') is found 1 times:

  • /wp-includes/link-template.php line 3883
    	 * @param string $url    The complete URL including scheme and path.
    	 * @param string $path   Path relative to the URL. Blank string if no path is specified.
    	 * @param string $scheme The scheme to use.
    	 */
    	return apply_filters( 'self_admin_url', $url, $path, $scheme );
    }
    
    /**
     * Sets the scheme for a URL.
     *
     * @since 3.4.0
    

See this hook used in plugins: