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



bulk_edit_custom_box › WordPress Action Hooks

Seit2.7.0
Veraltetn/v
do_action( 'bulk_edit_custom_box', $column_name, $screen->post_type )
Parameter: (2)
  • (string) $column_name Name of the column to edit.
    Erforderlich: Ja
  • (string) $post_type The post type slug.
    Erforderlich: Ja
Definiert in:
Codex:

Fires once for each column in Bulk Edit mode.





Quellcode

do_action( 'bulk_edit_custom_box', $column_name, $screen->post_type );