get_noptin_new_newsletter_campaign_url()
Returns a link to add a new newsletter campaign.
Return Return
(string)
Source Source
File: includes/functions.php
function get_noptin_new_newsletter_campaign_url() { $param = array( 'page' => 'noptin-email-campaigns', 'section' => 'newsletters', 'sub_section' => 'new_campaign', ); return add_query_arg( $param, admin_url( '/admin.php' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |