| Current Path : /home/copmadinaarea/thecopmadinaarea.org/wp-content/plugins/deeds-plugin/metabox/ |
| Current File : /home/copmadinaarea/thecopmadinaarea.org/wp-content/plugins/deeds-plugin/metabox/projects.php |
<?php return array( 'title' => 'deeds Project Setting', 'id' => 'deeds_meta_projects', 'icon' => 'el el-cogs', 'position' => 'normal', 'priority' => 'core', 'post_types' => array( 'deeds_project' ), 'sections' => array( array( 'id' => 'deeds_projects_meta_setting', 'fields' => array( array( 'id' => 'client_name', 'type' => 'text', 'title' => esc_html__( 'Client Name', 'actavista' ), ), ), ), ), );