Hi,
There is new_royalslider_templates
filter that allows you to modify templates, print_r to see how they look.
add_filter('new_royalslider_templates', 'new_royalslider_edit_templates', 10, 2);
function new_royalslider_edit_templates($templates) {
print_r($templates); // modify $templates array here (add/remove/edit)
return $templates;
}
Dmitry
.
help.dimsemenov.com
No comments:
Post a Comment