开发者 | nechehin |
---|---|
更新时间 | 2020年10月28日 22:28 |
PHP版本: | 5.4 及以上 |
WordPress版本: | 4.9.5 |
Create filter "relink_template" and return path to your template. Example, include template from my theme folder: add_filter('relink_template', function(){ return locate_template('templates/my-custom-relink-template.php'); });