WP Manifestindependent plugin directory
manifest / content / basic_types

basic_types

a plugin for WP to create custom post types, editable meta data, custom taxonomies, roles and relationships, all from simple JSON configs.

by nullstep · github.com/nullstep/basic_types · website

1stars
0forks

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/nullstep/basic_types/archive/refs/heads/main.zip

Readme

basic_types

a WP plugin for custom roles, taxonomies and posts by creating admin pages and all metadata fields based on simple JSON configs.

filters

  • bt_add_post_fields
  • bt_post_column_data
  • bt_post_column_title
  • bt_taxonomy_column_title
  • bt_taxonomy_column_data
  • bt_user_column_title
  • bt_user_column_data
  • bt_download_data
  • bt_taxonomy_meta_box
  • bt_dialog_tabs
  • bt_dialog_content

api

/wp-json/basic_types-api/v1/data/

  • get_records

// eof

Read the full README on GitHub →