wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



wp_list_table_show_post_checkbox › Hooks de Filtros WordPress

Desde5.7.0
Obsoleton/a
apply_filters( 'wp_list_table_show_post_checkbox', $show, $post )
Parâmetros: (2)
  • (bool) $show Whether to show the checkbox.
    Required: Yes
  • (WP_Post) $post The current WP_Post object.
    Required: Yes
Definido em:
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.





Fonte

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