WP Manifestindependent plugin directory
manifest / ecommerce / vrcore

Vacation Rentals Core releases

VRCore: Work in Progress!

by mrahmadawais, WPTie · github.com/wptie/vrcore · website

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.zip

Readme

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 includes vrc.php
  • vrc.php: Main initializer for everything

Design Pattern

Let's assume we are building a functionality called feature

  • Folder: feature
  • File: feature-init.php includes everything classes and actions/filters
  • File: class-feature.php main class that interacts with other small classes
  • File: cpt-feature.php class for the Custom Post Type
  • File: ct-feature-taxonomy.php class for the custom taxonomy
  • File: feature-custom a custom class for a sub-feature
  • File: class-feature-meta-boxes class for related meta boxes

Read the full README on GitHub →

Releases

TagPublished
1.0.0 Feb 20, 2017
0.0.9 Sep 13, 2016
0.0.8 May 19, 2016

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.