FIX Temp comment on unused get_permalink
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e2760d2427
commit
cc7d5a4102
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user