SHELL BYPASS 403 |
Modern UI. Responsive. Powerful.

Faizzz-Chin Shell

Uname\Kernel: Linux server.kxo.bgz.mybluehostin.me 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
Server: Apache
PHP Version: 8.2.29 [ PHP INFO ]
Operating System: Linux
Server Ip: 162.240.163.222
Your Ip: 216.73.216.114
Date Time: 2025-07-12 03:26:16
User: dilseshaadi (1027) | Group: dilseshaadi (1027)
Safe Mode: OFF
Disable Function: exec,passthru,shell_exec,system

name : ozy_custom_font.php
<?php

return array(
	'id'          => 'ozy_wedding_planner_meta_font',
	'types'       => array('ozy_fonts'),
	'title'       => esc_attr__('Font Options', 'wedding-planner'),
	'priority'    => 'high',
	'template'    => array(

		array(
			'type'      => 'group',
			'repeating' => true,
			'length'    => 1,
			'name'      => 'ozy_wedding_planner_meta_font_group',
			'title'     => esc_attr__('Custom Font', 'wedding-planner'),
			'fields'    => array(	
				array(
					'type' => 'textbox',
					'name' => 'ozy_wedding_planner_meta_font_id',
					'label' => esc_attr__('Font Identifier', 'wedding-planner'),
					'description' => esc_attr__('Exact name of the font. * Font type name', 'wedding-planner'),
					'default' => '',
					'validation' => 'required'
				),	
				array(
					'type' => 'upload',
					'name' => 'ozy_wedding_planner_meta_font_eot',
					'label' => esc_attr__('EOT File', 'wedding-planner'),
					'description' => esc_attr__('Upload or choose a EOT font file.', 'wedding-planner'),
					'validation' => 'required'
				),
				array(
					'type' => 'upload',
					'name' => 'ozy_wedding_planner_meta_font_woff',
					'label' => esc_attr__('WOFF File', 'wedding-planner'),
					'description' => esc_attr__('Upload or choose a WOFF font file.', 'wedding-planner'),
					'validation' => 'required'
				),
				array(
					'type' => 'upload',
					'name' => 'ozy_wedding_planner_meta_font_ttf',
					'label' => esc_attr__('TTF File', 'wedding-planner'),
					'description' => esc_attr__('Upload or choose an TTF font file.', 'wedding-planner'),
					'validation' => 'required'
				),
				array(
					'type' => 'upload',
					'name' => 'ozy_wedding_planner_meta_font_svg',
					'label' => esc_attr__('SVG File', 'wedding-planner'),
					'description' => esc_attr__('Upload or choose an SVG font file.', 'wedding-planner'),
					'validation' => 'required'
				),		
				array(
					'type' => 'radiobutton',
					'name' => 'ozy_wedding_planner_meta_font_weight',
					'label' => esc_attr__('Font Weight', 'wedding-planner'),
					'items' => array(
						array(
							'value' => 'normal',
							'label' => 'Normal',
						),
						array(
							'value' => '100',
							'label' => '100',
						),
						array(
							'value' => '200',
							'label' => '200',
						),
						array(
							'value' => '300',
							'label' => '300',
						),
						array(
							'value' => '400',
							'label' => '400',
						),
						array(
							'value' => '500',
							'label' => '500',
						),
						array(
							'value' => '600',
							'label' => '600',
						),
						array(
							'value' => '700',
							'label' => '700',
						),
						array(
							'value' => '800',
							'label' => '800',
						),
						array(
							'value' => '900',
							'label' => '900',
						),																																
					),
					'validation' => 'required',
					'default' => array(
						'normal',
					),
				),
				array(
					'type' => 'radiobutton',
					'name' => 'ozy_wedding_planner_meta_font_style',
					'label' => esc_attr__('Font Style', 'wedding-planner'),
					'items' => array(
						array(
							'value' => 'normal',
							'label' => 'Normal',
						),
						array(
							'value' => 'italic',
							'label' => 'Italic',
						),
						array(
							'value' => 'oblique',
							'label' => 'Oblique',
						)																															
					),
					'validation' => 'required',
					'default' => array(
						'normal',
					),
				)
			)
		)				
	),	
);

/**
 * EOF
 */
© 2025 Faizzz-Chin