Last active
March 13, 2018 16:07
-
-
Save anthonybudd/b6164eed589a1939df976b9d1de65d8f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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