Current File : /home/kelaby89/topflowroofingplumbing.com.au/wp-content/plugins/homlane-plugin/metabox/project.php
<?php
return array(
	'title'      => 'Homlane Project Setting',
	'id'         => 'homlane_meta_project',
	'icon'       => 'el el-cogs',
	'position'   => 'normal',
	'priority'   => 'core',
	'post_types' => array( 'project' ),
	'sections'   => array(
		array(
			'id'     => 'homlane_project_meta_setting',
			'fields' => array(
				
				array(
					'id'    => 'ext_url',
					'type'  => 'text',
					'title' => esc_html__( 'Enter Read More Link', 'homlane' ),
				),
				array(
					'id'    => 'dimension',
					'type'  => 'select',
					'title' => esc_html__( 'Select Image Dimension', 'homlane' ),
					'options'  => array(
						'extra_height' => esc_html__( 'Extra Height', 'homlane' ),
						'extra_width' => esc_html__( 'Extra Width', 'homlane' ),
						'small_height' => esc_html__( 'Small Height', 'homlane' ),
						'larg_height' => esc_html__( 'Large Height', 'homlane' ),
					),
				),
			),
		),
	),
);
Page not found – Hello World !