|
Server : LiteSpeed System : Linux premium152.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 User : idesfsze ( 1473) PHP Version : 7.4.33 Disable Function : NONE Directory : /home/idesfsze/pandaexpressketo.com/wp-content/themes/jnews/class/metabox/ |
<?php
return array(
'id' => 'jnews_social_meta',
'types' => array('post', 'page'),
'title' => esc_html__('JNews : Social Meta', 'jnews'),
'priority' => 'high',
'template' => array(
array(
'type' => 'tab',
'name' => 'facebook_social_meta',
'title' => esc_html__('Facebook Social Meta', 'jnews'),
'fields' => array(
array(
'type' => 'textbox',
'name' => 'fb_title',
'label' => esc_attr__( 'FB Share Title', 'jnews' ),
'description' => esc_attr__( 'Leave this option empty to use this post / page title', 'jnews' ),
),
array(
'type' => 'textarea',
'name' => 'fb_description',
'label' => esc_attr__( 'FB Share Description', 'jnews' ),
'description' => esc_attr__( 'Leave this option empty to use this post / page excerpt', 'jnews' ),
),
array(
'type' => 'imageupload',
'name' => 'fb_image',
'label' => esc_attr__( 'FB Share Image', 'jnews' ),
'description' => esc_attr__( 'Leave this option empty to use default featured image', 'jnews' ),
),
),
),
array(
'type' => 'tab',
'name' => 'twitter_social_meta',
'title' => esc_html__('Twitter Social Meta', 'jnews'),
'fields' => array(
array(
'type' => 'textbox',
'name' => 'twitter_title',
'label' => esc_attr__( 'Twitter Share Title', 'jnews' ),
'description' => esc_attr__( 'Leave this option empty to use post / page title', 'jnews' ),
),
array(
'type' => 'textarea',
'name' => 'twitter_description',
'label' => esc_attr__( 'Twitter Share Description', 'jnews' ),
'description' => esc_attr__( 'Leave this option empty to use post / page excerpt', 'jnews' ),
),
array(
'type' => 'imageupload',
'name' => 'twitter_image',
'label' => esc_attr__( 'Twitter Share Image', 'jnews' ),
'description' => esc_attr__( 'Leave this option empty to use default featured image', 'jnews' ),
),
),
),
),
);