wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp_list_table_show_post_checkbox › Filtr WordPress Hooks

Od5.7.0
Przestarzałyn/a
apply_filters( 'wp_list_table_show_post_checkbox', $show, $post )
Parametry: (2)
  • (bool) $show Whether to show the checkbox.
    Wymagane: Tak
  • (WP_Post) $post The current WP_Post object.
    Wymagane: Tak
Zdefiniowane na:
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.





Źródło

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