woocommerce_admin_stock_report_product_actions

woocommerce_admin_stock_report_product_actions

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_admin_stock_report_product_actions') is found 1 times:

  • /includes/admin/reports/class-wc-report-stock.php line 147
    							'action' => 'view',
    						);
    					}
    
    					$actions = apply_filters( 'woocommerce_admin_stock_report_product_actions', $actions, $product );
    
    					foreach ( $actions as $action ) {
    						printf(
    							'<a class="button tips %1$s" href="%2$s" data-tip="%3$s">%4$s</a>',
    							esc_attr( $action['action'] ),
    							esc_url( $action['url'] ),