Skip to content

Instantly share code, notes, and snippets.

@WinterSoilder
WinterSoilder / php
Created June 10, 2017 13:29
Wordpress Taxonomy problem
<?php
/*
Plugin Name: job list
Plugin URI: http://example.com/
Description: A complete and practical example of use of the Settings API. This plugin creates a new plugin administration page.
Author: WROX
Author URI: http://wrox.com
*/
function dwwp_register_taxonomy() {
$singular = 'Location';