rebase on oct-10-2023

This commit is contained in:
Rachit Bhargava
2023-10-10 17:23:21 -04:00
parent d37566ffb6
commit d096058d7d
4789 changed files with 254611 additions and 307223 deletions

View File

@@ -27,7 +27,7 @@ $current_section = isset( $_GET['section'] ) ? $_GET['section'] : 'general';
<div id="poststuff">
<div id="post-body" class="columns-2">
<div id="post-body-content">
<!-- Plugin Settings -->
<!-- Plugin Settings -->
<div class="postbox wp-schema-pro-advanced-settings" >
<h2 class="hndle">
<span><?php esc_html_e( 'Plugin Settings', 'wp-schema-pro' ); ?></span>
@@ -283,7 +283,7 @@ $current_section = isset( $_GET['section'] ) ? $_GET['section'] : 'general';
</div>
</div>
<?php if ( 'disabled' === $sp_hide_label ) { ?>
<div id="side-sortables" style="">
<div id="side-sortables" style="min-height: 0px;">
<div class="postbox">
<h2 class="hndle"><span><?php esc_html_e( 'Knowledge Base', 'wp-schema-pro' ); ?></span></h2>
<div class="inside">
@@ -297,6 +297,21 @@ $current_section = isset( $_GET['section'] ) ? $_GET['section'] : 'general';
</div>
</div>
<?php } ?>
<?php
if ( bsf_display_rollback_version_form( 'wp-schema-pro' ) ) {
?>
<div id="side-sortables" style="">
<div class="postbox">
<h2 class="hndle"><span><?php esc_html_e( 'Rollback Version', 'wp-schema-pro' ); ?></span></h2>
<div class="inside">
<?php
$product_id = 'wp-schema-pro';
bsf_get_version_rollback_form( $product_id );
?>
</div>
</div>
</div>
<?php } ?>
</div>
</div>
</div>