Skip to content

Instantly share code, notes, and snippets.

@lukaspawlik
lukaspawlik / change-slug
Last active January 24, 2017 19:40
How to change event detail URI partice /event/ to /ai1ec-event/
/*
Please paste it to your WordPress theme functions.php
DON'T FORGET TO SAVE PERMALINKS SETTINGS.
*/
function __ai1ec_custom_slug_name( $translations, $text, $domain ) {
if (
AI1EC_PLUGIN_NAME !== $domain ||
'event' !== $text