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



twentytwenty_end_of_post_meta_list › Les Actions WordPress

DepuisTwenty Twenty 1.1 Added the `$post_meta` and `$location` parameters.
Dépréciéen/a
do_action( 'twentytwenty_end_of_post_meta_list', $post_id, $post_meta, $location )
Paramètres: (3)
  • (int) $post_id Post ID.
    Requis: Oui
  • (array) $post_meta An array of post meta information.
    Requis: Oui
  • (string) $location The location where the meta is shown. Accepts 'single-top' or 'single-bottom'.
    Requis: Oui
Défini(e) dans:
Codex:

Fires after post meta HTML display.

Allow output of additional post meta info to be added by child themes and plugins.





Source

do_action( 'twentytwenty_end_of_post_meta_list', $post_id, $post_meta, $location );