Exemplo n.º 1
0
function foogallery_album_remove_gallery_from_link()
{
    $gallery = foogallery_album_get_current_gallery();
    $slug = foogallery_album_gallery_url_slug();
    $url = untrailingslashit(remove_query_arg($slug));
    return str_replace($slug . '/' . $gallery, '', $url);
}
 function add_gallery_endpoint()
 {
     add_rewrite_endpoint(foogallery_album_gallery_url_slug(), EP_ALL);
 }