You appear to be a bot. Output may be restricted
Description
Implement "signup_header" action for oik-squeezeIf the WPMU signup form is being displayed then we need to disable the [bw_squeeze] shortcode since we don't want spam registration robots to sign up accidentally. The robots don't know any better – they think they're registering to become a spam user.
Usage
oiksp_signup_header();
Parameters
Returns
voidSource
File name: oik-squeeze/oik-squeeze.phpLines:
1 to 4 of 4
function oiksp_signup_header() { global $bw_squeeze_off; $bw_squeeze_off = true; }