| Server IP : 62.72.47.131 / Your IP : 216.73.217.34 Web Server : Apache/2.4.66 (Debian) System : Linux 975cdb959a49 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : ( 501) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/html/wp-content/themes/medicate/admin/dashboard/ |
Upload File : |
<?php
/**
* Template Welcome
*
* @link https://themeforest.net/user/peacefuldesign
* @since 1.0.0
*
*
*
*/
/**
* @since 1.0.0
*
*
* @author PeaceFulThemes
*/
if(!class_exists('TGMPA_List_Table')){
return;
}
$plugin_table = new TGMPA_List_Table;
wp_clean_plugins_cache( false );
if(!Pcfq_Theme_Helper::pcfq_purchase_verify())
{
wp_die('<div class="error notice">
<h1>The Licence is not active</h1>
<p>Sorry, you are not allowed to view the plugins.</p>
</div>');
}
?>
<div class="Pcfq-tgmpa_dashboard tgmpa wrap">
<?php $plugin_table->prepare_items(); ?>
<?php $plugin_table->views(); ?>
<form id="tgmpa-plugins" action="" method="post">
<input type="hidden" name="tgmpa-page" value="tgmpa-install-plugins" />
<input type="hidden" name="plugin_status" value="<?php echo esc_attr( $plugin_table->view_context ); ?>" />
<?php $plugin_table->display(); ?>
</form>
</div>
<div class="Pcfq-btn-holder">
<a class="button button-primary button-prev" href="<?php echo esc_url(admin_url('admin.php?page=Pcfq-status-panel')); ?>">
<span class="text-btn"><?php esc_html_e( 'Prev Step', 'medicate' ); ?></span>
</a>
<a class="button button-primary button-next" href="<?php echo esc_url(admin_url('admin.php?page=Pcfq-theme-helper-panel')); ?>">
<span class="text-btn"><?php esc_html_e( 'Next Step', 'medicate' ); ?></span>
</a>
</div>