You appear to be a bot. Output may be restricted
Description
Implement "login_headerurl" for oikReplace "https://wordpress.org" with our URL
Usage
$string = oik_login_headerurl( $login_header_url );
Parameters
- $login_header_url
- ( string ) required –
Returns
string whatever network_site_url() returnsSource
File name: oik/shortcodes/oik-logo.phpLines:
1 to 4 of 4
function oik_login_headerurl( $login_header_url ) { $login_header_url = network_site_url(); return( $login_header_url ); }View on GitHub View on Trac