wpdm_template_path

Description As well as keeping edited template file in your active theme folder, your can keep template files any custom location you want, you simply need to introduce the new template dir using this filter hook Parameters Two arguments are passed to this hook. Usage To add new template dir: <?php add_filter(‘wpdm_template_path’,’wpdm_new_template_dir’,10,2); ?> Examples <?php … Continue reading wpdm_template_path