File "settings_page.php"
Full Path: /home/jlklyejr/public_html/post-date/wp-content/plugins/click-to-chat-for-whatsapp/prev/admin/settings_page.php
File size: 851 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* options page
* content of this page load / continue at admin_page.php
*
* @package ccw
* @subpackage Administration
* @since 1.0
*/
if ( ! defined( 'ABSPATH' ) ) exit;
?>
<div class="wrap">
<?php settings_errors(); ?>
<div class="row">
<div class="col s12 m12 xl6 options">
<form action="options.php" method="post" class="col s12">
<?php settings_fields( 'ccw_settings_group' ); ?>
<?php do_settings_sections( 'ccw_options_settings' ) ?>
<?php submit_button() ?>
</form>
</div>
<div class="col s12 m12 xl6 admin_sidebar">
<div class="wca_card" style="display: none;">
<!-- sidebar content -->
</div>
</div>
</div>
</div>