webhook_row_actions

webhook_row_actions

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('webhook_row_actions') is found 1 times:

  • /includes/admin/class-wc-admin-webhooks-table-list.php line 99
    				)
    			) . '">' . esc_html__( 'Delete permanently', 'woocommerce' ) . '</a>',
    		);
    
    		$actions     = apply_filters( 'webhook_row_actions', $actions, $webhook );
    		$row_actions = array();
    
    		foreach ( $actions as $action => $link ) {
    			$row_actions[] = '<span class="' . esc_attr( $action ) . '">' . $link . '</span>';
    		}