Vacation Rentals Core releases
VRCore: Work in Progress!
★ 3stars
2forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/wptie/vrcore/archive/refs/heads/master.zipReadme
VRCore v0.0.8
[Work in progress!] Add vacation rentals to your WordPress site with membership, agents, partners, search, and frontend booking features.

Architecture
vr-core.php: Main plugin file that includesvrc.phpvrc.php: Main initializer for everything
Design Pattern
Let's assume we are building a functionality called feature
- Folder:
feature - File:
feature-init.phpincludes everything classes and actions/filters - File:
class-feature.phpmain class that interacts with other small classes - File:
cpt-feature.phpclass for the Custom Post Type - File:
ct-feature-taxonomy.phpclass for the custom taxonomy - File:
feature-customa custom class for a sub-feature - File:
class-feature-meta-boxesclass for related meta boxes
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.