WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about page_row_actions

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-posts-list-table.php apply_filters 1534 /**
* Filters the array of row action links on the Pages list table.
*
* The filter is evaluated only for hierarchical post types.
*
* @since 2.8.0
*
* @param string[] $actions An array of row action links. Defaults are
* 'Edit', 'Quick Edit', 'Restore', 'Trash',
* 'Delete Permanently', 'Preview', and 'View'.
* @param WP_Post $post The post object.
*/

Hook Parameters

Parameter Type Name Description
string[] $actions An array of row action links. Defaults are
WP_Post $post The post object.