wpseek.com
WordPress开发者和主题制作者的搜索引擎



twentytwenty_end_of_post_meta_list › WordPress动作钩子

SinceTwenty Twenty 1.1 Added the `$post_meta` and `$location` parameters.
已弃用n/a
do_action( 'twentytwenty_end_of_post_meta_list', $post_id, $post_meta, $location )
参数: (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
定义在:
文档:

Fires after post meta HTML display.

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





源码

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