Skip to content

Instantly share code, notes, and snippets.

<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use Mypos\IPC\Cart;
use Mypos\IPC\Config;
use Mypos\IPC\Customer;
use Mypos\IPC\Defines;
use Mypos\IPC\IPC_Exception;
@mavinothkumar
mavinothkumar / gist:2ea3a5b82b838d8167c252b359adf0ff
Last active September 27, 2019 10:41
Create a Taxonomy for Custom Post Event
/**
* Create a Taxonomy for Custom Post Event
* Paste this code in Theme function.php
*/
add_action('init', 'create_event_taxonomy', 0);
if ( ! function_exists('create_event_taxonomy')) {
function create_event_taxonomy()
{
register_taxonomy(