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



post_row_actions › Les Filtres WordPress

Depuis2.8.0
Dépréciéen/a
apply_filters( 'post_row_actions', $actions, $post )
Paramètres: (2)
  • (string[]) $actions An array of row action links. Defaults are 'Edit', 'Quick Edit', 'Restore', 'Trash', 'Delete Permanently', 'Preview', and 'View'.
    Requis: Oui
  • (WP_Post) $post The post object.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the array of row action links on the Posts list table.

The filter is evaluated only for non-hierarchical post types.





Source

$actions = apply_filters( 'post_row_actions', $actions, $post );