Hi,
can someone please help me how can i reuse WP core functionality in plugin to create permalink from any string
example
String: This is My Custom String
Permalink: this-is-my-custom-string
thanks in advance
Hi,
can someone please help me how can i reuse WP core functionality in plugin to create permalink from any string
example
String: This is My Custom String
Permalink: this-is-my-custom-string
thanks in advance
echo sanitize_title_with_dashes('This is My Custom String');
thank you apljdi, works perfectly :)
You must log in to post.