wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



twentytwenty_end_of_post_meta_list › WordPress Action Hooks

DaTwenty Twenty 1.1 Added the `$post_meta` and `$location` parameters.
Deprecaton/a
do_action( 'twentytwenty_end_of_post_meta_list', $post_id, $post_meta, $location )
Parametri: (3)
  • (int) $post_id Post ID.
    Richiesto:
  • (array) $post_meta An array of post meta information.
    Richiesto:
  • (string) $location The location where the meta is shown. Accepts 'single-top' or 'single-bottom'.
    Richiesto:
Definito a:
Codex:

Fires after post meta HTML display.

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





Sorgenti

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