wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



page_row_actions › WordPress Filter Hooks

Da2.8.0
Deprecaton/a
apply_filters( 'page_row_actions', $actions, $post )
Parametri: (2)
  • (string[]) $actions An array of row action links. Defaults are 'Edit', 'Quick Edit', 'Restore', 'Trash', 'Delete Permanently', 'Preview', and 'View'.
    Richiesto:
  • (WP_Post) $post The post object.
    Richiesto:
Definito a:
Codex:

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

The filter is evaluated only for hierarchical post types.





Sorgenti

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