* @copyright (c) 2006-2018 Eoxia * @license AGPLv3 * @package Annonces\contact\Actions * @since 2.0.0 */ namespace annonces; defined( 'ABSPATH' ) || exit; ?>

ID ); $taxonomies = wp_get_post_terms( $announce->ID, 'announce_taxonomy', array() ); $tax = ''; if ( ! empty( $taxonomies ) ) : foreach ( $taxonomies as $element ) : $tax .= $element->name . ','; endforeach; endif; $tax = substr( $tax, 0, -1 ); ?>