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



default_content › WordPress Filter Hooks

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

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





Quellcode

$post->post_content = (string) apply_filters( 'default_content', $post_content, $post );