Add WPML support
-
Hello
Maybe this could be added into core of the plugin, so it supports correct translation of CPT slugs via WPML.
// WPML - get translated CPT slug if ( function_exists( 'icl_translate' ) ) { $translated_slug = icl_translate('wpml_custom', 'wpml_custom_'.$post_type, $post_type); if ($translated_slug != '') { $menu_item->url = home_url( user_trailingslashit( $translated_slug, 'post_type_archive' ) ); } }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Add WPML support’ is closed to new replies.