Skip to content

Instantly share code, notes, and snippets.

@pipinghotdev
pipinghotdev / restaurants.php
Last active January 15, 2024 13:58
Create custom "restaurant" post type
<?php
/**
Assuming you create this file in your "lib" directory, add this file into your functions.php like this:
require_once get_template_directory() . '/lib/restaurants.php';
**/
if (!class_exists('theme_restaurants')) {