wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_list_table_show_post_checkbox › WordPress Filter Hooks

Da5.7.0
Deprecaton/a
apply_filters( 'wp_list_table_show_post_checkbox', $show, $post )
Parametri: (2)
  • (bool) $show Whether to show the checkbox.
    Richiesto:
  • (WP_Post) $post The current WP_Post object.
    Richiesto:
Definito a:
Codex:

Filters whether to show the bulk edit checkbox for a post in its list table.

By default the checkbox is only shown if the current user can edit the post.





Sorgenti

if ( apply_filters( 'wp_list_table_show_post_checkbox', $show, $post ) ) :