Skip to content

Instantly share code, notes, and snippets.

@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 / allow-editor-access-for-bp.php
Created November 4, 2016 10:57
Allow anyone with the edit_pages capability to manage the Restaurant Reservations settings.
<?php
/**
* Plugin Name: Allow Editors to Edit Business Profile Settings
* Plugin URI: http://themeofthecrop.com
* Description: Allow anyone with the edit_pages capability to manage the Business Profile settings.
* 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-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 / customize-notice-control.php
Last active October 30, 2019 12:33
Very simple demonstration of adding placeholder or notice text to the customizer when you want to surface information in the customizer but don't actually need to save data
<?php
/**
* Very simple demonstration of adding placeholder or notice text to the
* customizer when you want to surface information in the customizer but don't
* actually need to save data.
*/
/**
* A dummy control to display placeholder text in the customizer
*
@NateWr
NateWr / scroll-on-submission-for-rtb.php
Created March 4, 2016 08:25
Automatically scroll to the booking form after a submission is made.
<?php
/**
* Plugin Name: Scroll-to Form After Submission for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Automatically scroll to the booking form after a submission is made.
* 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 / allow-editor-access-for-rtb.php
Created March 1, 2016 10:23
Allow anyone with the edit_pages capability to manage the Restaurant Reservations settings.
<?php
/**
* Plugin Name: Allow Editors to Edit Restaurant Reservations Settings
* Plugin URI: http://themeofthecrop.com
* Description: Allow anyone with the edit_pages capability to manage the Restaurant Reservations settings.
* 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 / 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
@NateWr
NateWr / increase-max-party-size-option-for-rtb.php
Created February 9, 2016 10:12
Increase the maximum party size displayed in the settings.
<?php
/**
* Plugin Name: Increase Party Size Options for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Increase the maximum party size displayed in the settings.
* 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-csv-delimiter-for-ebfrtb.php
Created February 1, 2016 14:04
Change the delimiter used when generating CSV files with the Export Bookings for Restaurant Reservations plugin.
<?php
/**
* Plugin Name: Custom CSV Delimiter for Bookings Exports
* Plugin URI: http://themeofthecrop.com
* Description: Change the delimiter used when generating CSV files with the Export Bookings for Restaurant Reservations plugin.
* 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 / hide-time-for-rtb.php
Created November 17, 2015 09:07
Hides the time field in the booking form. Requires PHP 5.3+
<?php
/**
* Plugin Name: Hidden Time Field for Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Hides the time field in the booking form. Requires PHP 5.3+
* 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