• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

Show Custom Data in Woocommerce Order Details Admin Area

phpwordpresswoocommerceadminorders


PHP Snippet 1:

function my_function_meta_deta() {
    echo "I am here";
}
 add_action( 'woocommerce_admin_order_totals_after_refunded','my_function_meta_deta', $order->id );

PHP Snippet 2:

add_action('woocommerce_admin_order_data_after_order_details', 'my_custom_order_manipulation_function');
function my_custom_order_manipulation_function( $orderID ) {
    //dynamic functionalities / static html to display
}

Related Snippets

How to get the survey List from surveygizmo API in the Postman?(Trial Version)

Statement that checks whether a URL contains a particular path?

How to send image,audio or video through the WhatsApp API - PHP

Get data from accuweather api url

getting error while enter Command => php artisan route:list

Laravel Delete and Update

PHP Deprecated issue when running artisan command

How can I make a full text index of the column?

Laravel/docker-compose/redis - Class 'Redis' not found

How to skip cart page on woocomerce for certain products only?

How can I make Laravel return a custom error for a JSON REST API

How to retrieve Active Directory group policy maximum password age using LDAP

Convert string to lowercase AND then convert it to its original form in PHP, is it possible?

Limit login attempts in Laravel 5.7

Laravel - Implicit route model binding with soft deleted data

About Contact Privacy policy Terms and conditions