'.$title.'

Review Pagelayer

'; $promos = apply_filters('pagelayer_right_bar_promos', true); if($promos){ echo ' '; } echo '
'; } // The Pagelayer Settings footer function pagelayer_page_footer(){ echo ' '; if(!defined('PAGELAYER_PREMIUM')){ echo '

Upgrade to the premium version and get the following features :
  • 60+ Premium Widgets
  • 400+ Premium Sections
  • Theme Builder
  • WooCommerce Builder
  • Theme Creator and Exporter
  • Form Builder
  • Popup Builder
  • And many more ...
Upgrade
'; } echo '

Manage all your WordPress sites from 1 dashboard :
  • 1-click Admin Access
  • Update WordPress
  • Update Themes
  • Update Plugins
  • Backup your WordPress Site
  • Plugins & Theme Management
  • Post Management
  • And many more ...
Visit wpCentral

Let your followers know that you use Pagelayer to build your website :
   


Pagelayer v'.PAGELAYER_VERSION.'. You can report any bugs here.
'; } function pagelayer_settings_page(){ $option_name = 'pl_gen_setting' ; $new_value = ''; if(isset($_REQUEST['pl_gen_setting'])){ $new_value = $_REQUEST['pl_gen_setting']; if ( get_option( $option_name ) !== false ) { // The option already exists, so we just update it. update_option( $option_name, $new_value ); } else { // The option hasn't been added yet. We'll add it with $autoload set to 'no'. $deprecated = null; $autoload = 'no'; add_option( $option_name, $new_value, $deprecated, $autoload ); } } if(isset($_REQUEST['pl_support_ept'])){ $pl_support_ept = $_REQUEST['pl_support_ept']; if ( get_option( 'pl_support_ept' ) !== false ) { // The option already exists, so we just update it. update_option( 'pl_support_ept', $pl_support_ept ); } else { // The option hasn't been added yet. We'll add it with $autoload set to 'no'. $deprecated = null; $autoload = 'no'; $pl_support_ept = ['post', 'page']; add_option( 'pl_support_ept', $pl_support_ept, $deprecated, $autoload ); } } if(isset($_REQUEST['pagelayer_icons_set'])){ $pagelayer_icons_set = $_REQUEST['pagelayer_icons_set']; if ( get_option( 'pagelayer_icons_set' ) !== false ) { // The option already exists, so we just update it. update_option( 'pagelayer_icons_set', $pagelayer_icons_set); } else { // The option hasn't been added yet. We'll add it with $autoload set to 'no'. $deprecated = null; $autoload = 'no'; //$pagelayer_icons_set = []; add_option( 'pagelayer_icons_set', $pagelayer_icons_set, $deprecated, $autoload ); } } if(isset($_REQUEST['pagelayer_content_width'])){ $content_width = $_REQUEST['pagelayer_content_width']; if ( get_option( 'pagelayer_content_width' ) !== false ) { // The option already exists, so we just update it. update_option( 'pagelayer_content_width', $content_width ); } else { // The option hasn't been added yet. We'll add it with $autoload set to 'no'. $deprecated = null; $autoload = 'no'; add_option( 'pagelayer_content_width', $content_width, $deprecated, $autoload ); } } if(isset($_REQUEST['pagelayer_between_widgets'])){ $space_widgets = $_REQUEST['pagelayer_between_widgets']; if ( get_option( 'pagelayer_between_widgets' ) !== false ) { // The option already exists, so we just update it. update_option( 'pagelayer_between_widgets', $space_widgets ); } else { // The option hasn't been added yet. We'll add it with $autoload set to 'no'. $deprecated = null; $autoload = 'no'; add_option( 'pagelayer_between_widgets', $space_widgets, $deprecated, $autoload ); } } if(isset($_REQUEST['pagelayer_body_font'])){ $body_font = $_REQUEST['pagelayer_body_font']; if ( get_option( 'pagelayer_body_font' ) !== false ) { // The option already exists, so we just update it. update_option( 'pagelayer_body_font', $body_font ); } else { // The option hasn't been added yet. We'll add it with $autoload set to 'no'. $deprecated = null; $autoload = 'no'; add_option( 'pagelayer_body_font', $body_font, $deprecated, $autoload ); } } if(defined('PAGELAYER_PREMIUM')){ if(isset($_REQUEST['pagelayer_cf_to_email'])){ $to_email = $_REQUEST['pagelayer_cf_to_email']; if ( get_option( 'pagelayer_cf_to_email' ) !== false ) { // The option already exists, so we just update it. update_option( 'pagelayer_cf_to_email', $to_email ); } else { // The option hasn't been added yet. We'll add it with $autoload set to 'no'. $deprecated = null; $autoload = 'no'; add_option( 'pagelayer_cf_to_email', $to_email, $deprecated, $autoload ); } } if(isset($_REQUEST['pagelayer_cf_subject'])){ $subject = $_REQUEST['pagelayer_cf_subject']; if ( get_option( 'pagelayer_cf_subject' ) !== false ) { // The option already exists, so we just update it. update_option( 'pagelayer_cf_subject', $subject ); } else { // The option hasn't been added yet. We'll add it with $autoload set to 'no'. $deprecated = null; $autoload = 'no'; add_option( 'pagelayer_cf_subject', $subject, $deprecated, $autoload ); } } if(isset($_REQUEST['pagelayer_cf_success'])){ $success = $_REQUEST['pagelayer_cf_success']; if ( get_option( 'pagelayer_cf_success' ) !== false ) { // The option already exists, so we just update it. update_option( 'pagelayer_cf_success', $success ); } else { // The option hasn't been added yet. We'll add it with $autoload set to 'no'. $deprecated = null; $autoload = 'no'; add_option( 'pagelayer_cf_success', $success, $deprecated, $autoload ); } } if(isset($_REQUEST['pagelayer_cf_failed'])){ $failed = $_REQUEST['pagelayer_cf_failed']; if ( get_option( 'pagelayer_cf_failed' ) !== false ) { // The option already exists, so we just update it. update_option( 'pagelayer_cf_failed', $failed ); } else { // The option hasn't been added yet. We'll add it with $autoload set to 'no'. $deprecated = null; $autoload = 'no'; add_option( 'pagelayer_cf_failed', $failed, $deprecated, $autoload ); } } if(isset($_REQUEST['pagelayer_google_captcha'])){ $captcha = $_REQUEST['pagelayer_google_captcha']; if ( get_option( 'pagelayer_google_captcha' ) !== false ) { // The option already exists, so we just update it. update_option( 'pagelayer_google_captcha', $captcha ); } else { // The option hasn't been added yet. We'll add it with $autoload set to 'no'. $deprecated = null; $autoload = 'no'; add_option( 'pagelayer_google_captcha', $captcha, $deprecated, $autoload ); } } // Facebook APP ID if(isset($_REQUEST['pagelayer-fbapp-id'])){ $fb_app_id = $_REQUEST['pagelayer-fbapp-id']; // Save it update_option( 'pagelayer-fbapp-id', $fb_app_id ); } } $post_type = array('post', 'page', 'product'); $support_ept = get_option( 'pl_support_ept', ['post', 'page']); foreach ( $support_ept as $support_pl ) { add_post_type_support( $support_pl, 'pagelayer' ); } pagelayer_page_header('Pagelayer Settings'); ?>
Editor Enables On
Content Width >

Set the custom width of the content area. The default width set is 1170px

Space Between Widgets >

Set the Space Between Widgets. The default Space set is 15px

Body Font >

Please give font name as it appears on Google fonts site. You can check all google fonts here: https://fonts.google.com

Enable Icons

Facebook SDK Details

App ID />
To Email:
Subject:
Success Message:
Failed Message:
Google ReCaptcha

Support

You can contact the Pagelayer Team via email. Our email address is support@pagelayer.com. We will get back to you as soon as possible!

FAQ

1: Why choose us

Pagelayer is best live editor and easy to use and we will keep improving it !

2: Support

You can contact the PageLayer Group via email. Our email address is support@pagelayer.com. We will get back to you as soon as possible!