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



default_excerpt › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'default_excerpt', $post_excerpt, $post )
Parameter: (2)
  • (string) $post_excerpt Default post excerpt.
    Erforderlich: Ja
  • (WP_Post) $post Post object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the default post excerpt initially used in the "Write Post" form.





Quellcode

$post->post_excerpt = (string) apply_filters( 'default_excerpt', $post_excerpt, $post );