noptin_delete_optin_form( $id )
Deletes an optin form.
Source Source
File: includes/functions.php
function noptin_delete_optin_form( $id ) { return wp_delete_post( $id, true ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.5 | Introduced. |