Rename plugin to wp-seoprostack-plugin, update file structure
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* Theme panel template for WP Allstars
|
||||
* Theme panel template for SEO Pro Stack
|
||||
*
|
||||
* @package WP_Allstars
|
||||
* @package SEO_Pro_Stack
|
||||
* @subpackage SEO_Pro_Stack/Admin/Partials
|
||||
*/
|
||||
|
||||
// Prevent direct access
|
||||
@ -24,7 +25,7 @@ if (!defined('ABSPATH')) {
|
||||
$installed_theme = wp_get_theme('kadence');
|
||||
$current_theme = wp_get_theme();
|
||||
$is_active = ($current_theme->get_stylesheet() === 'kadence');
|
||||
$nonce = wp_create_nonce('wp-allstars-nonce');
|
||||
$nonce = wp_create_nonce('wp-seoprostack-nonce');
|
||||
|
||||
if ($is_active): ?>
|
||||
<button type="button" class="button button-disabled" disabled="disabled">
|
||||
|
Reference in New Issue
Block a user