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



manage_posts_custom_column › Działania WordPress Hooks

Od1.5.0
Przestarzałyn/a
do_action( 'manage_posts_custom_column', $column_name, $post->ID )
Parametry: (2)
  • (string) $column_name The name of the column to display.
    Wymagane: Tak
  • (int) $post_id The current post ID.
    Wymagane: Tak
Zdefiniowane na:
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.





Źródło

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