Skip to content

Instantly share code, notes, and snippets.

@anthonybudd
Created June 18, 2018 10:18
Show Gist options
  • Select an option

  • Save anthonybudd/054ca38db3ac96c63ce06260d19ecd3b to your computer and use it in GitHub Desktop.

Select an option

Save anthonybudd/054ca38db3ac96c63ce06260d19ecd3b to your computer and use it in GitHub Desktop.
<?php
WP_Route::get('/api/callback', function(){
update_option('last_called', current_time('mysql'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment