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