FIX Temp comment on unused get_permalink
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-08-11 16:13:02 +02:00
parent e2760d2427
commit cc7d5a4102

View File

@ -10,7 +10,7 @@ $current_lang = apply_filters('wpml_current_language', null);
$post_thumbnail = get_the_post_thumbnail($postID, 'full', array('class' => 'card-artisans__thumbnail card-post__thumbnail')) ?? null; $post_thumbnail = get_the_post_thumbnail($postID, 'full', array('class' => 'card-artisans__thumbnail card-post__thumbnail')) ?? null;
$postDefautlThumbnail = get_stylesheet_directory_uri() . '/resources/img/illustrations/Homegrade_resultats-filtres.svg'; $postDefautlThumbnail = get_stylesheet_directory_uri() . '/resources/img/illustrations/Homegrade_resultats-filtres.svg';
$post_title = $args['post_title']; $post_title = $args['post_title'];
$post_permalink = get_the_permalink($postID); // $post_permalink = get_the_permalink($postID);
$artisans_clean_url = get_home_url(null, '/') . 'artisans/' . $post_name; $artisans_clean_url = get_home_url(null, '/') . 'artisans/' . $post_name;