Skip to content

Instantly share code, notes, and snippets.

@sebsel
Created January 27, 2017 19:53
Show Gist options
  • Select an option

  • Save sebsel/022820c64192aecad186ae912e29b268 to your computer and use it in GitHub Desktop.

Select an option

Save sebsel/022820c64192aecad186ae912e29b268 to your computer and use it in GitHub Desktop.
discover endpoint route for seblog-kirby-webmentions
<?php
// add after line 22
[
'pattern' => 'discover',
'action' => function() {
echo mentions::discoverEndpoint(get('url'));
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment