PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins
/
wp-job-manager-alerts
/
includes
/
updater
/
views
<tr id="<?php echo esc_attr( sanitize_title( $this->plugin_slug . '_licence_key_row' ) ); ?>" class="active plugin-update-tr wpjm-updater-licence-key-tr"> <td class="plugin-update" colspan="3"> <?php $this->error_notices(); ?> <div class="wpjm-updater-licence-key"> <label for="<?php echo sanitize_title( $this->plugin_slug ); ?>_licence_key"><?php _e( 'License' ); ?>:</label> <input type="text" id="<?php echo sanitize_title( $this->plugin_slug ); ?>_licence_key" name="<?php echo esc_attr( $this->plugin_slug ); ?>_licence_key" placeholder="XXXX-XXXX-XXXX-XXXX" /> <input type="email" id="<?php echo sanitize_title( $this->plugin_slug ); ?>_email" name="<?php echo esc_attr( $this->plugin_slug ); ?>_email" placeholder="Email address" value="<?php echo esc_attr( get_option( 'admin_email' ) ); ?>" /> <span class="description"><?php _e( 'Enter your license key and email and hit return. A valid key is required for updates.' ); ?> <?php printf( 'Lost your key? <a href="%s">Retrieve it here</a>.', esc_url( 'https://wpjobmanager.com/lost-licence-key/' ) ); ?></span> </div> </td> <script> jQuery(function(){ jQuery('tr#<?php echo esc_attr( $this->plugin_slug ); ?>_licence_key_row').prev().addClass('wpjm-updater-licenced'); }); </script> </tr>
[+]
..
[-] html-key-notice.php
[edit]
[-] html-key-input.php
[edit]
[-] html-ms-update.php
[edit]
[-] html-deactivated-key.php
[edit]
[-] html-activated-key.php
[edit]
[-] html-error-notice.php
[edit]