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



manage_posts_custom_column › WordPress Action Hooks

Seit1.5.0
Veraltetn/v
do_action( 'manage_posts_custom_column', $column_name, $post->ID )
Parameter: (2)
  • (string) $column_name The name of the column to display.
    Erforderlich: Ja
  • (int) $post_id The current post ID.
    Erforderlich: Ja
Definiert in:
Codex:

Fires in each custom column in the Posts list table.

This hook only fires if the current post type is non-hierarchical, such as posts.





Quellcode

do_action( 'manage_posts_custom_column', $column_name, $post->ID );