PATH:
home
/
lab2454c
/
veritserv.com
/
wp-content
/
plugins
/
user-registration-pro
/
includes
/
admin
/
views
<?php /** * Deactivation admin notice * * Link to WPEverst contact form page. * * @package User Registration/Admin * @since 1.1.4 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } $reason_deactivation_url = 'https://wpeverest.com/deactivation/user-registration/'; global $status, $page, $s; $deactivate_url = wp_nonce_url( 'plugins.php?action=deactivate&plugin=' . UR_PLUGIN_BASENAME . '&plugin_status=' . $status . '&paged=' . $page . '&s=' . $s, 'deactivate-plugin_' . UR_PLUGIN_BASENAME ); ?> <tr class="plugin-update-tr active updated" data-slug="user-registration" data-plugin="user-registration/user-registration.php"> <td colspan ="3" class="plugin-update colspanchange"> <div class="notice inline notice-alt notice-warning"> <p><?php printf( __( 'Before we deactivate User Registration, would you care to <a href="%1$s" target="_blank">let us know why</a> so we can improve it for you? <a href="%2$s">No, deactivate now</a>.', 'user-registration' ), esc_url( $reason_deactivation_url ), esc_url( $deactivate_url ) ); ?></p> </div> </td> </tr>
[-] html-admin-page-addons.php
[edit]
[-] html-notice-registration.php
[edit]
[-] html-notice-custom.php
[edit]
[-] html-notice-updated.php
[edit]
[-] html-admin-settings.php
[edit]
[-] html-notice-updating.php
[edit]
[+]
..
[-] html-admin-page-form-templates.php
[edit]
[-] html-notice-key-deactivated.php
[edit]
[-] html-license-form.php
[edit]
[-] html-admin-page-export-users.php
[edit]
[-] html-admin-page-import-export-forms.php
[edit]
[-] html-notice-key-activated.php
[edit]
[-] html-admin-page-builder-setup.php
[edit]
[-] html-notice-error.php
[edit]
[-] html-notice-deactivation.php
[edit]
[-] html-admin-page-status.php
[edit]
[-] .htaccess
[edit]
[-] html-admin-page-status-logs.php
[edit]
[-] html-admin-page-forms.php
[edit]
[-] html-notice-install.php
[edit]
[-] html-notice-key-unvalidated.php
[edit]
[-] html-notice-update.php
[edit]