diff --git a/library/functions/company-functions.php b/library/functions/company-functions.php index da58424..b16cfb6 100644 --- a/library/functions/company-functions.php +++ b/library/functions/company-functions.php @@ -577,34 +577,6 @@ function rolo_save_company_info($field_name, $post_id) { } } - -/** - * Setup function for company tags - * - * @global array $company_fields List of company fields - * @param string $field_name Field Name to be shown - * @param $rolo_tab_index - * @since 1.5 - */ -function rolo_setup_company_post_tags($fieldname, $tabidx, $cid ) { - $post_tags = wp_get_post_terms($cid, 'post_tag'); - $tag_list = ''; - $i = 0; - foreach ( $post_tags as $tag ) { - $tag_list .= $tag->name; - if ( $i+1 -
- - -
-