wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



twentytwenty_start_of_post_meta_list › Działania WordPress Hooks

OdTwenty Twenty 1.1 Added the `$post_meta` and `$location` parameters.
Przestarzałyn/a
do_action( 'twentytwenty_start_of_post_meta_list', $post_id, $post_meta, $location )
Parametry: (3)
  • (int) $post_id Post ID.
    Wymagane: Tak
  • (array) $post_meta An array of post meta information.
    Wymagane: Tak
  • (string) $location The location where the meta is shown. Accepts 'single-top' or 'single-bottom'.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Fires before post meta HTML display.

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





Źródło

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