This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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'; |