wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



updated_postmeta › Les Actions WordPress

Depuis2.9.0
Dépréciéen/a
do_action( 'updated_postmeta', $meta_id, $object_id, $meta_key, $meta_value )
Paramètres: (4)
  • (int) $meta_id ID of updated metadata entry.
    Requis: Oui
  • (int) $object_id Post ID.
    Requis: Oui
  • (string) $meta_key Metadata key.
    Requis: Oui
  • (mixed) $meta_value Metadata value. This will be a PHP-serialized string representation of the value if the value is an array, an object, or itself a PHP-serialized string.
    Requis: Oui
Défini(e) dans:
Codex:

Fires immediately after updating a post's metadata.





Source

do_action( 'updated_postmeta', $meta_id, $object_id, $meta_key, $meta_value );