PluginProbe
WPCasa – Real Estate for WordPress / 1.5.3
WPCasa – Real Estate for WordPress v1.5.3
1.5.5 1.5.4 1.5.3 1.5.2 1.5.1 1.5.1.1 trunk 1.2.0 1.2.1 1.2.10 1.2.10.1 1.2.11 1.2.12 1.2.13 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.2.9.1 1.2.9.2 1.3.0 All 31 releases
wpcasa / includes / admin / views / settings.php

settings.php in WPCasa – Real Estate for WordPress 1.5.3, at includes/admin/views/settings.php

24 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
2
3 <?php
4 if ( isset( $_GET['settings-updated'] ) ) {
5 echo '<div class="fade notice notice-success"><p>' . esc_html__( 'Settings saved.', 'wpcasa' ) . '</p></div>';
6 }
7 ?>
8
9 <div class="wrap wpsight-settings-wrap">
10 <?php include WPSIGHT_PLUGIN_DIR . '/includes/admin/views/sidebar.php'; ?>
11 <div class="wpsight-admin-main">
12 <div class="wpsight-admin-ui-panel wpsight-admin-main-wrap-btn-toggle">
13 <button class="wpsight-admin-main-btn-toggle">
14 <span class="wpsight-admin-main-btn-toggle-line"></span>
15 <span class="wpsight-admin-main-btn-toggle-line"></span>
16 <span class="wpsight-admin-main-btn-toggle-line"></span>
17 </button>
18 </div>
19 <?php include WPSIGHT_PLUGIN_DIR . '/includes/admin/views/panels.php'; ?>
20 <?php include WPSIGHT_PLUGIN_DIR . '/includes/admin/views/settings-form.php'; ?>
21 <?php include WPSIGHT_PLUGIN_DIR . '/includes/admin/views/page-tools.php'; ?>
22
23 </div>
24 </div>