Frédéric Le Put

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
Oct 25, 2017 at 8:57 am
#64861

Thx a lot for your help it works like a charm 😉
Problem solved.

Oct 24, 2017 at 4:20 pm
#64817

Thx,

Should i use it this way ?

add_filter(‘wdm_before_fetch_template’,’my_fetch_template’,10,1);

and then


function my_fetch_template($vars) {

$vars['file_list'] = "tag value";

$vars['my_custom_file_list'] = callback_function();

// code to customize how file_list is rendered

return $vars;

}
Viewing 2 posts - 1 through 2 (of 2 total)