wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



manage_pages_custom_column › Les Actions WordPress

Depuis2.5.0
Dépréciéen/a
do_action( 'manage_pages_custom_column', $column_name, $post->ID )
Paramètres: (2)
  • (string) $column_name The name of the column to display.
    Requis: Oui
  • (int) $post_id The current post ID.
    Requis: Oui
Défini(e) dans:
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.





Source

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