wpseek.com
A WordPress-centric search engine for devs and theme authors



twentytwenty_start_of_post_meta_list › WordPress Action Hooks

SinceTwenty Twenty 1.1 Added the `$post_meta` and `$location` parameters.
Deprecatedn/a
do_action( 'twentytwenty_start_of_post_meta_list', $post_id, $post_meta, $location )
Parameters: (3)
  • (int) $post_id Post ID.
    Required: Yes
  • (array) $post_meta An array of post meta information.
    Required: Yes
  • (string) $location The location where the meta is shown. Accepts 'single-top' or 'single-bottom'.
    Required: Yes
Defined at:
Codex:

Fires before post meta HTML display.

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





Source

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