Skip to content

Instantly share code, notes, and snippets.

@Viper007Bond
Last active December 11, 2015 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Viper007Bond/4576706 to your computer and use it in GitHub Desktop.
Save Viper007Bond/4576706 to your computer and use it in GitHub Desktop.
<?php
add_action( 'plugins_loaded', 'tomnelseon_remove_birchschedule_hook' );
function tomnelseon_remove_birchschedule_hook() {
global $birchschedule;
remove_action( 'wp_ajax_birs_get_avaliable_time', array( $birchschedule->shortcode, 'ajax_get_avaliable_time' ) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment