wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



get_sample_permalink_html › Les Filtres WordPress

Depuis4.4.0
Dépréciéen/a
apply_filters( 'get_sample_permalink_html', $return, $post->ID, $new_title, $new_slug, $post )
Paramètres: (5)
  • (string) $return Sample permalink HTML markup.
    Requis: Oui
  • (int) $post_id Post ID.
    Requis: Oui
  • (string|null) $new_title New sample permalink title.
    Requis: Oui
  • (string|null) $new_slug New sample permalink slug.
    Requis: Oui
  • (WP_Post) $post Post object.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the sample permalink HTML markup.





Source

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