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



twentytwenty_start_of_post_meta_list › WordPress Action Hooks

Seitn/v
Veraltetn/v
do_action( 'twentytwenty_start_of_post_meta_list', $post_id, $post_meta, $location )
Parameter: (3)
  • () post_id Post ID.
    Erforderlich: Ja
  • () post_meta An array of post meta information.
    Erforderlich: Ja
  • () 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 );