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



twentytwenty_start_of_post_meta_list › WordPress Action Hooks

SeitTwenty Twenty 1.1 Added the `$post_meta` and `$location` parameters.
Veraltetn/v
do_action( 'twentytwenty_start_of_post_meta_list', $post_id, $post_meta, $location )
Parameter: (3)
  • (int) $post_id Post ID.
    Erforderlich: Ja
  • (array) $post_meta An array of post meta information.
    Erforderlich: Ja
  • (string) $location The location where the meta is shown. Accepts 'single-top' or 'single-bottom'.
    Erforderlich: Ja
Definiert in:
Codex:

Fires before post meta HTML display.

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





Quellcode

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