Title: suspended's Replies | WordPress.org

---

# suspended

  [  ](https://wordpress.org/support/users/wikicms/)

 *   [Profile](https://wordpress.org/support/users/wikicms/)
 *   [Topics Started](https://wordpress.org/support/users/wikicms/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wikicms/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wikicms/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wikicms/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wikicms/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wikicms/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to allow capital letter in the slug (post_name)](https://wordpress.org/support/topic/how-to-allow-capital-letter-in-the-slug-post_name/)
 *  Thread Starter [suspended](https://wordpress.org/support/users/wikicms/)
 * (@wikicms)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/how-to-allow-capital-letter-in-the-slug-post_name/#post-2584913)
 * Sorry.. It’s easy 🙂
    `remove_filter( 'sanitize_title', 'sanitize_title_with_dashes',
   10, 3 );`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to allow capital letter in the slug (post_name)](https://wordpress.org/support/topic/how-to-allow-capital-letter-in-the-slug-post_name/)
 *  Thread Starter [suspended](https://wordpress.org/support/users/wikicms/)
 * (@wikicms)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/how-to-allow-capital-letter-in-the-slug-post_name/#post-2584814)
 * I found part of code..
    In wp-includes/post.php: L2498: `$post_name = sanitize_title(
   $post_name);` If I deleted _sanitize\_title_ I can use capital letters in the
   slug. Is it possible without modifying the post.php to filter this function?

Viewing 2 replies - 1 through 2 (of 2 total)