woocommerce_admin_order_preview_actions

woocommerce_admin_order_preview_actions

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_admin_order_preview_actions') is found 1 times:

  • /includes/admin/list-tables/class-wc-admin-list-table-orders.php line 388
    				'actions' => $status_actions,
    			);
    		}
    
    		return wc_render_action_buttons( apply_filters( 'woocommerce_admin_order_preview_actions', $actions, $order ) );
    	}
    
    	/**
    	 * Get order details to send to the ajax endpoint for previews.
    	 *
    	 * @param  WC_Order $order Order object.