I careted edd_templates under view folder. But can’t override custom templatest.
Add this somewhere (I have an app/edd.php
but you can throw it in app/filters.php
):
/**
* Location for EDD templates
*/
add_filter('edd_templates_dir', function () {
return 'views/edd';
});
Then put them in resources/views/edd/
2 Likes
This topic was automatically closed after 42 days. New replies are no longer allowed.