وردپرس

Change the single event slug from ‘event’ to any word


Hello
I’m interested in changing the slug on the timely all-in-one calendar from “event” to “show”. I added in the child theme functions.php and I saved the permanent links. However the slug remain the same..any thoughs?

Thanks in advance.

function __ai1ec_custom_slug_name( $translations, $text, $domain ) {
if (
AI1EC_PLUGIN_NAME !== $domain ||
'show' !== $text
) {
return $translations;
}
return 'ai1ec-event';
}

add_filter( 'gettext', '__ai1ec_custom_slug_name', 10, 3 );

این خبر را در ایران وب سازان مرجع وب و فناوری دنبال کنید

مشاهده پاسخ های این مطلب
———————————————
این مطلب از سایت انجمن وردپرس گردآوری شده است و کلیه حقوق مطلق به انجمن وردپرس می باشد در صورت مغایرت و یا بروز مشکل اطلاع دهید تا حذف گردد

منبع: انجمن وردپرس

دکمه بازگشت به بالا