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



wp_post_revision_meta_keys › WordPress Filter Hooks

Seit6.4.0
Veraltetn/v
apply_filters( 'wp_post_revision_meta_keys', $wp_revisioned_meta_keys, $post_type )
Parameter: (2)
  • (array) $keys An array of meta fields to be revisioned.
    Erforderlich: Ja
  • (string) $post_type The post type being revisioned.
    Erforderlich: Ja
Definiert in:
Codex:

Filter the list of post meta keys to be revisioned.





Quellcode

return apply_filters( 'wp_post_revision_meta_keys', $wp_revisioned_meta_keys, $post_type );