wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



get_sample_permalink_html › WordPress Filter Hooks

Da4.4.0
Deprecaton/a
apply_filters( 'get_sample_permalink_html', $return, $post->ID, $new_title, $new_slug, $post )
Parametri: (5)
  • (string) $return Sample permalink HTML markup.
    Richiesto:
  • (int) $post_id Post ID.
    Richiesto:
  • (string|null) $new_title New sample permalink title.
    Richiesto:
  • (string|null) $new_slug New sample permalink slug.
    Richiesto:
  • (WP_Post) $post Post object.
    Richiesto:
Definito a:
Codex:

Filters the sample permalink HTML markup.





Sorgenti

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