In the Simple URLs plugin there were the filter ‘simple_urls_slug’ so we can change the /go/ directory into something else:
add_filter( 'simple_urls_slug', 'mr_rewrite_simple_url_go' );
function mr_rewrite_simple_url_go($rewrite_slug_default){
return 'promo';
}
Does this version has some similar filter?
thanks
]]>Sir, what does this plugin do and what is its benefit? It’s actually a good idea, but Google doesn’t index it.If it was a link rather than a redirect to the home page, would Google index it? Or maybe it would work if it served as a keyword?
]]>Hello,
This is a very nice plugin.
I would just like to know how I can reset the click counter to 0?
Thanks for your efforts
Chris