Skip to content

Instantly share code, notes, and snippets.

@anthonybudd
Last active March 13, 2018 16:07
Show Gist options
  • Save anthonybudd/b6164eed589a1939df976b9d1de65d8f to your computer and use it in GitHub Desktop.
Save anthonybudd/b6164eed589a1939df976b9d1de65d8f to your computer and use it in GitHub Desktop.
<?php
WP_Route::match(['get', 'post'], 'flights/{flight}/confirm', 'confirmFlight');
function confirmFlight($flight){
// Your Code Here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment