You appear to be a bot. Output may be restricted
Description
Handle the squeeze form or popup
Usage
bw_squeeze_form( $atts );
Parameters
- $atts
- ( array ) optional – array of shortcode parameters
Returns
voidSource
File name: oik-squeeze/shortcodes/oik-squeeze.phpLines:
1 to 8 of 8
function bw_squeeze_form( $atts=null ) { $popup = bw_array_get( $atts, "popup", false ); if ( $popup ) { oiksp_display_squeeze_popup( $atts ); } else { oiksp_display_squeeze_form( $atts ); } }