post_row_actions, $actions, $post

post_row_actions, $actions, $post

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('post_row_actions, $actions, $post') is found 1 times:

  • /wp-admin/includes/class-wp-posts-list-table.php line 1604
    			 *                          'Edit', 'Quick Edit', 'Restore', 'Trash',
    			 *                          'Delete Permanently', 'Preview', and 'View'.
    			 * @param WP_Post  $post    The post object.
    			 */
    			$actions = apply_filters( 'post_row_actions', $actions, $post );
    		}
    
    		return $this->row_actions( $actions );
    	}
    
    	/**