get_noptin_new_form_url()
Retrieves the URL to the forms creation page
Return Return
(string) The forms page url
Source Source
File: includes/functions.php
function get_noptin_new_form_url() { return admin_url( 'post-new.php?post_type=noptin-form' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.5 | Introduced. |