• Stars
    star
    405
  • Rank 106,340 (Top 3 %)
  • Language
    PHP
  • License
    GNU General Publi...
  • Created over 12 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A class for creating WordPress taxonomies custom fields

Tax Meta Class

Contributors: bainternet Requires at least: 3.5 Tested up to: 4.0 Analytics

Description

The Tax Meta Class is used by including it in your plugin r theme files and using its methods to Add meta fields for WordPress Taxonomies (categories,tags and custom taxonomies). It is meant to be very simple and straightforward.

This class is derived from My-Meta-Box (https://github.com/bainternet/My-Meta-Box script) which is a class for creating custom meta boxes for WordPress.

Usage

Take a look at the class-usage-demo.php file which can also be tested as a WordPress Plugin. Other options are available for each field which can be see in the 'Tax-meta-class.php' file,

Changelog

2.1.0 Added support for WordPress 4.4 native term meta table added migration class

2.0.2 Fixed jquery ui not loading theme and better jquery ui to WP version handling. Added a filter hook to change jQuery ui theme tmc_jquery_ui_theme. Better preBind jQuery plgin included.

2.0.1 Fixed #93.

2.0.0 Too many changes to list :) major ones are around the image and file fields which no use url instead of src and allow multiple images/files that are stored in two fields of urls and ids split by a pipe |.

1.9.9 Fix references for the class for PHP 5.4 compatibility

1.9.8 fixed issue #49

1.9.7 see issue #44

1.9.6 Added WYSIWYG in repater support and most other fields which never worked in the repeate block, now should work. issue #42

1.9.5 Fixed Typo in validation call Props @Screenfeed.

1.9.4 Added textdomain for l18n #39

1.9.3 Fixed issue #38 props to Nicola Peluchetti for finding it and giving my an idea of how to fix it.

1.9.2 Pull #36

1.9.1 Fixed Upload field issues.

1.9.0 Added 'multiple' => false to all field types as defualt.

= 1.8.9 = fixed issue #27 (again). fixed issues #28, #29 , #30.

= 1.8.8 = fixed issue #27.

= 1.8.7 = fixed issue #26.

= 1.8.6 = fixed issue #25.

= 1.8.5 = fixed issue #21.

= 1.8.4 = Renamed delete_taxonomy_metadata function to delete term meta on term deletion. pull #20.

= 1.8.3 = Cleaned up Media uploader to simplify things. (parisholley)[https://github.com/parisholley] Change the replacement of "INSERT TO POST" and is now done on client side.

= 1.8.2 = Replaced get_stylesheet_directory_uri with get_template_directory_uri to work better with child themes. Once again thanks to oobi. issue 17

= 1.8.1 = added mete deletion on term deletion thanks to oobi

= 1.8 = fixed issue 12 fixed issue 13 fixed issue 14 fixed issue 15 changed "insert into post" on media uploader.

= 1.7.4 = Fixed bug caused by issue 2 fix.

= 1.7.3 = Fixed issue #2.

= 1.7.2 = Fixed issue #11.

= 1.7.1 = Fixed typo.

= 1.7 = Added strip slashes and get_tax_meta_strip function to avoid WordPress's native escape slashes.

= 1.6 = Fixed file field issues.

= 1.5 = Fixed repeater delete meta bug

= 1.4 = updated addPosts in demo and add_thickbox

= 1.3 = Fixed WP debug errors

= 1.2= Fixed debug Errors

= 1.0 =

  • First Release

More Repositories

1

PHP-Hooks

The PHP Hooks Class is a fork of the WordPress filters hook system rolled in to a class to be ported into any php based system .
PHP
274
star
2

My-Meta-Box

A class for creating custom meta boxes for WordPress
JavaScript
223
star
3

Admin-Page-Class

create custom WordPress Admin option Pages
JavaScript
128
star
4

bs3_panel_shortcode

A plugin to add Bootstrap 3 panel shortcode as a part to the GWP tutorial a part of the Take your shortcodes to the ultimate level tutorial http://generatewp.com/?p=11889
JavaScript
63
star
5

Memchaced-Dashboard

A dead simple single file Memchaced stats dashboard in PHP.
PHP
57
star
6

Wamp-WordPress-installer

Simple WordPress Auto Installer for WAMP
PHP
41
star
7

GWP-Custom-Product-Tabs

A plugin to add Custom product tabs for WooCommerce a part of the Create WooCommerce custom product tabs plugin tutorial http://generatewp.com/create-woocommerce-custom-product-tabs-plugin/
PHP
23
star
8

GWP-Widget-Cache

A plugin to cache WordPress Widgets using the Transients API, based on this tutorial http://generatewp.com/?p=10132
PHP
15
star
9

GWP-Menu-Cache

A plugin to cache WordPress menus using the Transients API, based on this tutorial http://generatewp.com/?p=10473
PHP
12
star
10

SQLite-simple-store

Super lightweight Zero configuration sqlite-based key => value store with expiration time for PHP.
PHP
12
star
11

GWP-mail-BCC-and-CC

A plugin to add bcc and cc email address to any mail sent by WordPress part of the Allow multiple recipients to any WordPress mail tutorial http://generatewp.com/allow-multiple-recipients-wordpress-mail/
PHP
11
star
12

FlatFileDB

FlatFileDB
PHP
6
star
13

FancyCheckbox

FancyCheckbox is a simple and lightweight jQuery plugin to create Iphone styled checkboxes
JavaScript
4
star
14

Curlo

simple curl wrapper for PHP based on the WordPress HTTP curl class
PHP
4
star
15

Lyte_video

Lyte_video is a jquery plugin to embed youtube videos on selected event, after the page loads
JavaScript
4
star
16

elementor-oembed-widget

PHP
2
star
17

Contact-Form-7-Israeli-Phone-numbers

This plugin add a new form tag named [telil] which acts just like the tel tag but validate against Israeli mobile and land-line phone numbers ex: 052-5555555, 052-555-5555,0525555555,08-5555555,085555555. known mobile pattern is 10 digital starting with: "050","052","053","054","055","056","057","058","059". known land-lines patterns are 10 digital starting with:"072","073","074","076","077","078" and 9 digital starting with "02","03","04","08","09".
PHP
1
star