You appear to be a bot. Output may be restricted
Description
Syntax for [bw_login] shortcode
Usage
bw_login__syntax( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_login –
Returns
voidSource
File name: oik/shortcodes/oik-login.phpLines:
1 to 6 of 6
function bw_login__syntax( $shortcode="bw_login" ) { $syntax = array( "redirect" => BW_::bw_skv( "", __( "ID", "oik" ), __( "post ID to redirect to", "oik" ) ) , "remember" => BW_::bw_skv( "Y", "N", __( "display 'Remember me?' checkbox", "oik" ) ) ); return( $syntax ); }View on GitHub View on Trac