wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



quick_edit_enabled_for_post_type › WordPress Filter Hooks

Seitn/v
Veraltetn/v
apply_filters( 'quick_edit_enabled_for_post_type', true, $post->post_type )
Definiert in:
Codex:

This filter is documented in wp-admin/includes/class-wp-posts-list-table.php





Quellcode

$quick_edit_enabled = apply_filters( 'quick_edit_enabled_for_post_type', true, $post->post_type );