Classifiers

This plugin is meant for theme developers. It adds a new admin side page Classifiers, where you can define your classifiers and categories. Example: Your site user needs to select her favorite color. 1.) Define classifier category ‘color’ 2.) Define classifiers: ‘black’, ‘blue’ etc. Displaying these options in your template: $cm = new ClassifierManager(); print_r($cm->getClassifiers(1)); OR AJAX: $http({ method: ‘POST’, url: $scope.ajaxurl, params: { ‘action’: ‘wpc_ajax_getclassifiers’, ‘security’: $scope.nonce, ‘category’ : 1 } }).success( function( data ) { //do something.. });

10
Instalaciones activas
2
Tablas
1.1
Versión
Ver en WordPress.org
Mapa de relaciones
Información
Slug
classifiers
Autor
taavi.aasver
Última actualización
17/09/2015
Probado hasta
4.3.34

Ayúdanos a mejorar nuestra base de datos

Sugerir corrección