Skip to content

Instantly share code, notes, and snippets.

@anthonybudd
Created March 13, 2018 14:51
Show Gist options
  • Save anthonybudd/9d2826e4e8b67702ae029d7cd263d7c1 to your computer and use it in GitHub Desktop.
Save anthonybudd/9d2826e4e8b67702ae029d7cd263d7c1 to your computer and use it in GitHub Desktop.
<?php
WP_Route::get('flights', 'listFlights');
// http://example.com/flights
function listFlights(){
// Your Code Here!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment