Hi,
I would like to change the sharing URL to the shortlink wp.me. While i am trying to share it gives me a long URL because it includes arabic letters,
I checked Jetpack they said add this:
add_action('init', 'my_custom_init'); function my_custom_init() { add_post_type_support( 'product', 'shortlinks' ); }
But replace the product by your by your Custom Post Type name.
It didn’t work.
Any idea?
thx