SILENT KILLERPanel

Current Path: > home > transcarter > > > www > wp-content > > > > themes > bridge > framework > admin > meta-boxes > post


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.8
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter///www/wp-content////themes/bridge/framework/admin/meta-boxes/post

NameTypeSizeLast ModifiedActions
post-format-audio Directory - -
post-format-gallery Directory - -
post-format-link Directory - -
post-format-quote Directory - -
post-format-video Directory - -
map.php File 2635 bytes March 10 2023 20:42:10.

Reading File: /home/transcarter///www/wp-content////themes/bridge/framework/admin/meta-boxes/post/map.php

<?php

if(!function_exists('bridge_qode_map_post_meta_fields')) {

	function bridge_qode_map_post_meta_fields() {

		// Layout
		$post_layout_meta_box = bridge_qode_create_meta_box(
			array(
				'scope' => array('post'),
				'title' => 'Qode Post Layout',
				'name' => 'post_layout'
			)
		);

		$qode_hide_featured_image = new BridgeQodeMetaField("yesno","qode_hide-featured-image","no","Hide Feature image","Do you want to hide feature image for this post?");
		$post_layout_meta_box->addChild("qode_hide-featured-image",$qode_hide_featured_image);


		$qode_post_style_masonry_date_image = new BridgeQodeMetaField("select","qode_post_style_masonry_date_image","","Dimensions of image for Blog Masonry","Choose post image dimensions for Blog Masonry and Blog Masonry - Date in Image template",array(
			"full" => "Default",
			"landscape" => "Landscape",
			"portrait" => "Portrait",
			"square" => "Square"
		));
		$post_layout_meta_box->addChild("qode_post_style_masonry_date_image",$qode_post_style_masonry_date_image);

		$qode_post_style_masonry_gallery = new BridgeQodeMetaField("select","qode_post_style_masonry_gallery","","Dimensions for Masonry Gallery","Choose image layout when it appears in Masonry Gallery list",array(
			"default" => "Default",
			"large-width" => "Large width",
			"large-height" => "Large heigh",
			"large-width-height" => "Large width/height"
		));
		$post_layout_meta_box->addChild("qode_post_style_masonry_gallery",$qode_post_style_masonry_gallery);

		$single_templates_meta = array(
			'standard'				=> 'Standard',
			'image-title-post'		=> 'Image Title Post'
		);
		$single_templates_meta = apply_filters('bridge_qode_filter_single_blog_templates_meta',$single_templates_meta);
		bridge_qode_create_meta_box_field(
			array(
				'name'        	=> 'blog_single_type_meta',
				'type'        	=> 'selectblank',
				'label'       	=> 'Single Post Type',
				'default_value'	=> '',
				'description'	=> 'Choose type for Single Post pages',
				'parent'		=> $post_layout_meta_box,
				'options'		=> $single_templates_meta
			)
		);

		bridge_qode_create_meta_box_field(
			array(
				'name'        => 'post_layout_meta',
				'type'        => 'selectblank',
				'label'       => 'Post Layout',
				'default'	  => 'default',
				'description' => 'Choose post layout for Blog Compound list',
				'parent'      => $post_layout_meta_box,
				'options'     => array(
					'default' => 'Default',
					'split' => 'Split'
				)
			)
		);

		do_action('bridge_qode_action_blog_post_meta', $post_layout_meta_box);
	}

	add_action('bridge_qode_action_meta_boxes_map', 'bridge_qode_map_post_meta_fields');
}

SILENT KILLER Tool