display_post_states

过滤钩子
apply_filters( 'display_post_states', $post_states, $post )
参数
  • (string[]) $post_states An array of post display states.
    Required:
  • (WP_Post) $post The current post object.
    Required:
定义位置
相关勾子
display_site_statesdisplay_media_statessingle_post_titleupdate_post_term_count_statusesupgrader_post_install
相关方法
_post_statesget_post_statesdisplay_plugins_tableregister_post_statusget_post_statusesdisplay_themes
引入
5.5.0
弃用
-

display_post_states: 这个过滤器用来显示WordPress中的文章的自定义状态。它通常用于为文章添加自定义标签或状态。

过滤在文章列表表中使用的默认文章显示状态。

return apply_filters( 'display_post_states', $post_states, $post );

常见问题

FAQs
查看更多 >