Skip to content

Instantly share code, notes, and snippets.

@NateWr
NateWr / new-shortcode-name-for-rtb.php
Created January 21, 2019 09:20
Duplicate the [booking-form] shortcode with a [rtb-booking-form] shortcode.
<?php
/**
* Plugin Name: New Shortcode Name for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Duplicate the [booking-form] shortcode with a [rtb-booking-form] shortcode.
* Version: 1.0
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@NateWr
NateWr / custom-interval-for-rtb.php
Created October 20, 2014 10:24
Add a new Time Interval option to the booking schedule settings in Restaurant Reservations.
<?php
/**
* Plugin Name: Custom Booking Interval for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Add a new Time Interval option to the booking schedule settings in Restaurant Reservations.
* Version: 0.0.1
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@NateWr
NateWr / email-template-tag-for-rtb.php
Last active January 23, 2019 08:53
Add a template tag for the email of the person who submitted the booking request.
<?php
/**
* Plugin Name: Email Template Tag for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Add a template tag for the email of the person who submitted the booking request.
* Version: 0.0.1
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@NateWr
NateWr / custom-legend-for-rtb.php
Last active January 23, 2019 08:54
Customize the "Book a Form" text in Restaurant Reservations
<?php
/**
* Plugin Name: Custom Legend for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Change the legend text of the booking form to Request an Appointment
* Version: 0.0.1
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@NateWr
NateWr / modified-party-for-rtb.php
Last active January 23, 2019 08:54
modified-party-for-rtb.php
<?php
/**
* Plugin Name: Modified Party Field Title for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Change the title of the Party field to Number in your group for the booking form.
* Version: 0.0.1
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@NateWr
NateWr / simple-phone-validation-for-rtb.php
Last active January 23, 2019 08:54
Require a phone number with at least 5 numbers, dashes, spaces, periods or parentheses.
<?php
/**
* Plugin Name: Simple Phone Validation for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Check if a reservations's phone number is not empty and includes only numbers, spaces, dashes, periods and parentheses.
* Version: 1.0
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@NateWr
NateWr / required-phone-for-rtb.php
Last active January 23, 2019 08:56
Require phone number for Restaurant Reservations
<?php
/**
* Plugin Name: Required Phone Number addon for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Modify the Restaurant Reservations plugin to require the phone number.
* Version: 1.0
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@NateWr
NateWr / email-confirmation-copy-for-rtb.php
Last active January 23, 2019 22:22
Send a copy of the confirmation email to the admin notification email address for Restaurant Reservations.
<?php
/**
* Plugin Name: Email Confirmation Copy for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Send a copy of the confirmation email to the admin notification email address.
* Version: 0.0.1
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@NateWr
NateWr / block-ips-for-rtb.php
Created November 16, 2016 10:11
This plugin records the IP address from bookings and allows you to block bookings by IP address or email address.
<?php
/**
* Plugin Name: Block Bookings by IP/Email Address for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: This plugin records the IP address from bookings and allows you to block bookings by IP address or email address.
* Version: 0.1
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@NateWr
NateWr / party-limits-for-rtb.php
Created February 9, 2016 19:32
Adds a minimum party size setting to the Restaurant Reservations plugin.
<?php
/**
* Plugin Name: Party Limits for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Adds a minimum party size setting to the Restaurant Reservations plugin.
* Version: 0.3
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html