Sindbad~EG File Manager

Current Path : /home/copmadinaarea/thecopmadinaarea.org/wp-content/plugins/deeds-plugin/inc/
Upload File :
Current File : /home/copmadinaarea/thecopmadinaarea.org/wp-content/plugins/deeds-plugin/inc/taxonomies.php

<?php

namespace deedsPLUGIN\Inc;


use deedsPLUGIN\Inc\Abstracts\Taxonomy;


class Taxonomies extends Taxonomy {


	public static function init() {

		$labels = array(
			'name'              => _x( 'Project Category', 'wpfixkar' ),
			'singular_name'     => _x( 'Project Category', 'wpfixkar' ),
			'search_items'      => __( 'Search Category', 'wpfixkar' ),
			'all_items'         => __( 'All Categories', 'wpfixkar' ),
			'parent_item'       => __( 'Parent Category', 'wpfixkar' ),
			'parent_item_colon' => __( 'Parent Category:', 'wpfixkar' ),
			'edit_item'         => __( 'Edit Category', 'wpfixkar' ),
			'update_item'       => __( 'Update Category', 'wpfixkar' ),
			'add_new_item'      => __( 'Add New Category', 'wpfixkar' ),
			'new_item_name'     => __( 'New Category Name', 'wpfixkar' ),
			'menu_name'         => __( 'Project Category', 'wpfixkar' ),
		);
		$args   = array(
			'hierarchical'       => true,
			'labels'             => $labels,
			'show_ui'            => true,
			'show_admin_column'  => true,
			'query_var'          => true,
			'public'             => true,
			'publicly_queryable' => true,
			'rewrite'            => array( 'slug' => 'project_cat' ),
		);


		register_taxonomy( 'project_cat', 'deeds_project', $args );
	}
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists