Frédéric Le Put

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
in reply to: Customize [file_list] or [file_list_extended] #64861

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

in reply to: Customize [file_list] or [file_list_extended] #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)