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



post_comment_status_meta_box-options › WordPress动作钩子

Since3.1.0
已弃用n/a
do_action( 'post_comment_status_meta_box-options', $post )
参数:
  • (WP_Post) $post WP_Post object for the current post.
    Required: Yes
定义在:
文档:

Fires at the end of the Discussion meta box on the post editing screen.





源码

do_action( 'post_comment_status_meta_box-options', $post ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores