This commit is contained in:
parent
cb4e314fbd
commit
ff03b6ba24
|
|
@ -215,6 +215,9 @@ add_action('add_meta_boxes', function () {
|
||||||
function render_custom_chantier_box_content($post)
|
function render_custom_chantier_box_content($post)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
$artisans_id_fr = apply_filters('wpml_object_id', $post->ID, 'artisans', TRUE, 'fr');
|
||||||
|
|
||||||
$args = array(
|
$args = array(
|
||||||
'post_type' => 'chantiers',
|
'post_type' => 'chantiers',
|
||||||
'posts_per_page' => -1,
|
'posts_per_page' => -1,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user