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



{$field}_pre › WordPress Filter Hooks

Seit2.3.0
Veraltetn/v
apply_filters( "{$field}_pre", $value )
Parameter:
  • () value Value of the post field.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the value of a specific post field before saving.

Only applied to post fields with a name which is *not* prefixed with `post_`. The dynamic portion of the hook name, `$field`, refers to the post field name. Possible filter names include: - `ID_pre` - `comment_status_pre` - `ping_status_pre` - `to_ping_pre` - `pinged_pre` - `guid_pre` - `menu_order_pre` - `comment_count_pre`


Ähnliche Funktionen: wp_richedit_pre, clean_pre, is_preview


Quellcode

$value = apply_filters( "{$field}_pre", $value );