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



manage_pages_custom_column › Działania WordPress Hooks

Od2.5.0
Przestarzałyn/a
do_action( 'manage_pages_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 on the Posts list table.

This hook only fires if the current post type is hierarchical, such as pages.





Źródło

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