wpseek.com
A WordPress-centric search engine for devs and theme authors
wp_truncate_slug is private and should not be used in themes or plugins directly.
wp_truncate_slug › WordPress Function
Since7.2.0
Deprecatedn/a
› wp_truncate_slug ( $slug, $length = 200 )
| Access: |
|
| Parameters: (2) |
|
| See: | |
| Returns: |
|
| Defined at: |
|
| Codex: |
Truncates a slug to a given length.
Non-ASCII slugs are stored percent-encoded, so the slug is truncated on a character boundary to avoid cutting a percent-encoded sequence in half.Related Functions: _truncate_post_slug, wp_unique_term_slug, wp_update_plugin, wp_update_plugins, wp_trusted_keys