emzo/wp-tax-post-binding
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
## Config Settings $config = array( 'taxonomy' => 'key' | array( // standard WP taxonomy config here ), 'post_type' => 'key' | array( // standard WP post type config here ), 'slave_title_editable' => false, 'slave_slug_editable' => false, );