You appear to be a bot. Output may be restricted
Description
Implement the [bw_register] shortcode
Usage
bw_register_shortcode( $atts, $content, $tag );
Parameters
- $atts
- ( mixed ) optional –
- $content
- ( mixed ) optional –
- $tag
- ( mixed ) optional –
Returns
voidSource
File name: oik/shortcodes/oik-login.phpLines:
1 to 4 of 4
function bw_register_shortcode( $atts=null, $content=null, $tag=null ) { $form = wp_register( '', '', false ); return( $form ); }View on GitHub View on Trac