HEX
Server: LiteSpeed
System: Linux eko108.isimtescil.net 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: uyarreklamcomtr (11202)
PHP: 7.4.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/metabox.config.php.tar
uyarreklam.com.tr/httpdocs/wp-content/themes/vadimarketv4/inc/temapanel/config/metabox.config.php000064400000003021151554015470032223 0ustar00var/www/vhosts<?php if ( ! defined( 'ABSPATH' ) ) { die; } // Cannot access pages directly.
// ===============================================================================================
// -----------------------------------------------------------------------------------------------
// METABOX OPTIONS
// -----------------------------------------------------------------------------------------------
// ===============================================================================================
$options      = array();

$options[]    = array(
  'id'        => '_sayfa_slider_ayarlari',
  'title'     => 'Sayfa Ayarları',
  'post_type' => 'page',
  'context'   => 'side',
  'priority'  => 'default',
  'sections'  => array(

    array(
      'name'   => 'sliderayarlari',
      'fields' => array(

        array(
			'id'          => 'slider',
			'type'        => 'switcher',
			'title'       => 'Slide Alanı Gösterilsin mi?',
		    'label' => '<h4>Slide alanının gösterilmesini buradan ayarlayabilirsiniz.</h4>',
			'on_text' => 'Göster',
			'off_text' => 'Gizle',
			'default' => false,
		),

        array(
			'id'          => 'sayfabaslik',
			'type'        => 'switcher',
			'title'       => 'Sayfa Başlığı Gösterilsin mi?',
		    'label' => '<h4>Oluşturduğunuz sayfada sayfa başlığının göster/gizlemeyi buradan ayarlayabilirsiniz.</h4>',
			'on_text' => 'Göster',
			'off_text' => 'Gizle',
			'default' => false,
		),
      ),
    ),

  ),
);
CSFramework_Metabox::instance( $options );