Server IP : 172.24.0.40 / Your IP : 216.73.216.10 Web Server : Apache System : Linux dbweb26.ust.edu.ph 4.18.0-513.5.1.el8_9.x86_64 #1 SMP Fri Sep 29 05:21:10 EDT 2023 x86_64 User : apache ( 48) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/medicine/public_html/wp-content/plugins/newsletter/subscription/ |
Upload File : |
<?php /* @var $this NewsletterSubscriptionAdmin */ /* @var $controls NewsletterControls */ /* @var $logger NewsletterLogger */ use Newsletter\Integrations; defined('ABSPATH') || exit; $extensions_url = '?page=newsletter_main_extensions'; if (class_exists('NewsletterExtensions')) { $extensions_url = '?page=newsletter_extensions_index'; } ?> <div class="wrap" id="tnp-wrap"> <?php include NEWSLETTER_ADMIN_HEADER; ?> <div id="tnp-heading"> <?php $controls->title_help('/subscription') ?> <?php include __DIR__ . '/nav-forms.php' ?> </div> <div id="tnp-body"> <?php $controls->show(); ?> <p> Quick access to all subscription sources. </p> <form method="post" action=""> <?php $controls->init(); ?> <table class="widefat" style="width: auto"> <thead> <tr> <th style="width: 30rem" colspan="2">Form</th> <th style="width: 5rem"> </th> </tr> </thead> <tbody> <tr> <td>Newsletter</td> <td>Standard form</td> <td style="white-space: nowrap"> <?php $controls->button_icon_configure('?page=newsletter_subscription_form') ?> </td> </tr> <tr> <td>Newsletter</td> <td>After posts' content</td> <td style="white-space: nowrap"> <?php $controls->button_icon_configure('?page=newsletter_subscription_inject') ?> </td> </tr> <tr> <td>Newsletter</td> <td>Simple popup</td> <td style="white-space: nowrap"> <?php $controls->button_icon_configure('?page=newsletter_subscription_popup') ?> </td> </tr> <tr> <td>Leads Addon</td> <td>Popup</td> <td style="white-space: nowrap"> <?php if (class_exists('NewsletterLeads')) { ?> <?php $controls->button_icon_configure('?page=newsletter_leads_index') ?> <?php } else { ?> <?php $controls->btn_link($extensions_url . '#newsletter-leads', 'Addon required', ['tertiary' => true, 'target' => '_blank']) ?> <?php } ?> </td> </tr> <tr> <td>Leads Addon</td> <td>Topbar</td> <td style="white-space: nowrap"> <?php if (class_exists('NewsletterLeads')) { ?> <?php $controls->button_icon_configure('?page=newsletter_leads_topbar') ?> <?php } else { ?> <?php $controls->btn_link($extensions_url . '#newsletter-leads', 'Addon required', ['tertiary' => true, 'target' => '_blank']) ?> <?php } ?> </td> </tr> <tr> <td>Leads Addon</td> <td>Injection on posts' content</td> <td style="white-space: nowrap"> <?php if (class_exists('NewsletterLeads')) { ?> <?php $controls->button_icon_configure('?page=newsletter_leads_inject') ?> <?php } else { ?> <?php $controls->btn_link($extensions_url . '#newsletter-leads', 'Addon required', ['tertiary' => true, 'target' => '_blank']) ?> <?php } ?> </td> </tr> <tr> <td>WordPress</td> <td>WP User Registration</td> <td style="white-space: nowrap"> <?php if (class_exists('NewsletterWpUsers')) { ?> <?php $controls->button_icon_configure('?page=newsletter_wpusers_index') ?> <?php } else { ?> <?php $controls->btn_link($extensions_url . '#newsletter-wpusers', 'Addon required', ['tertiary' => true, 'target' => '_blank']) ?> <?php } ?> </td> </tr> <tr> <td>WordPress</td> <td>Comment form</td> <td style="white-space: nowrap"> <?php if (class_exists('NewsletterComments')) { ?> <?php $controls->button_icon_configure('?page=newsletter_comments_index') ?> <?php } else { ?> <?php $controls->btn_link($extensions_url . '#newsletter-comments', 'Addon required', ['tertiary' => true, 'target' => '_blank']) ?> <?php } ?> </td> </tr> <?php Integrations::source_rows(Integrations::get_elementor_sources(), $controls) ?> <?php Integrations::source_rows(Integrations::get_cf7_sources(), $controls) ?> <?php Integrations::source_rows(Integrations::get_gravityforms_sources(), $controls) ?> <?php Integrations::source_rows(Integrations::get_wpforms_sources(), $controls) ?> <?php Integrations::source_rows(Integrations::get_forminator_sources(), $controls) ?> <?php Integrations::source_rows(Integrations::get_formidable_sources(), $controls) ?> <?php Integrations::source_rows(Integrations::get_ninjaforms_sources(), $controls) ?> <?php Integrations::source_rows(Integrations::get_fluentforms_sources(), $controls) ?> <?php Integrations::source_rows(Integrations::get_woocommerce_sources(), $controls) ?> <?php Integrations::source_rows(Integrations::get_edd_sources(), $controls) ?> <?php Integrations::source_rows(Integrations::get_ultimatemember_sources(), $controls) ?> <?php Integrations::source_rows(Integrations::get_pmpro_sources(), $controls) ?> </tbody> </table> <p>Integrations with many other plugins are available on the addons page.<p> </form> </div> </div>