7.1.5
·
16 commits
to main
since this release
Updated the override method/:
Use:
if ($override = vtupress_auto_override(FILE)) {
require $override;
return; // stops execution of this original file
}
- Also fixed withdrawal issue