fixing echo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2024-11-05 16:28:42 +01:00
parent 204141ec66
commit 325f2ddaa0
2 changed files with 0 additions and 2 deletions

View File

@ -42,7 +42,6 @@ if (!function_exists("translateContractType")) {
<?php foreach ($offresEmplois->posts as $offre) : ?>
<?php
$contractType = get_field("contract_type", $offre->ID) ? get_field("contract_type", $offre->ID)['label'] : null;
echo $contractType;
$offrePermalink = get_the_permalink($offre->ID);
get_the_content($offre->ID);

View File

@ -42,7 +42,6 @@ if (!function_exists("translateContractType")) {
<?php foreach ($offresEmplois->posts as $offre) : ?>
<?php
$contractType = get_field("contract_type", $offre->ID) ? get_field("contract_type", $offre->ID)['label'] : null;
echo $contractType;
$offrePermalink = get_the_permalink($offre->ID);
get_the_content($offre->ID);