saas786 / hybrid-view

Hybrid View is an add-on for Hybrid Core framework. It's used for setting up and rendering theme template files. Views are a bit like a suped-up version of the core WordPress get_template_part() function.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hybrid\View

Hybrid View is PHP-based Engine and View package for WordPress themes. It's used for setting up and rendering theme template files. Views are a bit like a suped-up version of the core WordPress get_template_part() function. However, it allows you to build a hierarchy of potential templates as well as pass in any arbitrary data to your templates for use.

Requirements

  • WordPress 4.9+.
  • PHP 5.6+ (preferably 7+).
  • Composer for managing PHP dependencies.

Copyright and License

This project is licensed under the GNU GPL, version 2 or later.

2008 – 2021 © Justin Tadlock.

About

Hybrid View is an add-on for Hybrid Core framework. It's used for setting up and rendering theme template files. Views are a bit like a suped-up version of the core WordPress get_template_part() function.

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%