#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 
