wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_unique_post_slug_is_bad_attachment_slug › WordPress Filter Hooks

Seit3.1.0
Veraltetn/v
apply_filters( 'wp_unique_post_slug_is_bad_attachment_slug', false, $slug )
Parameter: (2)
  • () bad_slug Whether the slug would be bad as an attachment slug.
    Erforderlich: Ja
  • () slug The post slug.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether the post slug would make a bad attachment slug.





Quellcode

$is_bad_attachment_slug = apply_filters( 'wp_unique_post_slug_is_bad_attachment_slug', false, $slug );