Skip to content

Instantly share code, notes, and snippets.

@gish
Created February 11, 2013 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gish/4754219 to your computer and use it in GitHub Desktop.
Save gish/4754219 to your computer and use it in GitHub Desktop.
<?php
public function add_endpoints( )
{
add_rewrite_endpoint( 'galleri', EP_PERMALINK );
}
add_action( 'init', 'add_endpoints');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment