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



get_sample_permalink_html › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'get_sample_permalink_html', $return, $post->ID, $new_title, $new_slug, $post )
Parameter: (5)
  • (string) $return Sample permalink HTML markup.
    Erforderlich: Ja
  • (int) $post_id Post ID.
    Erforderlich: Ja
  • (string|null) $new_title New sample permalink title.
    Erforderlich: Ja
  • (string|null) $new_slug New sample permalink slug.
    Erforderlich: Ja
  • (WP_Post) $post Post object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the sample permalink HTML markup.





Quellcode

$return = apply_filters( 'get_sample_permalink_html', $return, $post->ID, $new_title, $new_slug, $post );