Noptin_Hooks::maybe_hide_optin_forms()
Hide opt-in forms from existing users.
Source Source
File: includes/class-noptin-hooks.php
public function maybe_hide_optin_forms() { if ( ! empty( $_GET['noptin_hide'] ) ) { setcookie( 'noptin_hide', 'true', 0, COOKIEPATH, COOKIE_DOMAIN ); } }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.3.2 | Introduced. |