File: /var/www/html/wptoho/wp-content/plugins/themify-portfolio-post/includes/config.php
<?php
return array(
// Project Date
array(
'name' => 'project_date',
'title' => __( 'Date', 'themify-portfolio-post' ),
'description' => '',
'type' => 'textbox',
'meta' => array()
),
// Project Client
array(
'name' => 'project_client',
'title' => __( 'Client', 'themify-portfolio-post' ),
'description' => '',
'type' => 'textbox',
'meta' => array()
),
// Project Services
array(
'name' => 'project_services',
'title' => __( 'Services', 'themify-portfolio-post' ),
'description' => '',
'type' => 'textbox',
'meta' => array()
),
// Project Launch
array(
'name' => 'project_launch',
'title' => __( 'Link to Launch', 'themify-portfolio-post' ),
'description' => '',
'type' => 'textbox',
'meta' => array()
),
);