Skip to content

Base plugin for ACF & CPT Wordpress data model with autoload/save

Notifications You must be signed in to change notification settings

Codeko/wp-data-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Wordpress Data Model

License: AGPL v3

Base template to easy load custom posts types, customs taxonomies and load/save ACF groups

Description

This plugins loads the taxonomies, custom post types and acf groups.

The plugin search for a taxs.php and cpts.php file in the following path:

  • Theme directory.
  • If child themes are used search in both child theme and parent theme directory.
  • Alls active plugins path.
  • wp-content directory.

Any file found will be included.

The plugin also define the ACF json save path to wp-content/acf-groups and add that path to the ACF json load paths.

About

Base plugin for ACF & CPT Wordpress data model with autoload/save

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages