woocommerce_admin_order_actions_end

woocommerce_admin_order_actions_end

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_admin_order_actions_end') is found 1 times:

  • /src/Internal/Admin/Orders/ListTable.php line 1187
    		 *
    		 * @param WC_Order $order Current order object.
    		 * @since 6.7.0
    		 */
    		do_action( 'woocommerce_admin_order_actions_end', $order );
    
    		echo '</p>';
    	}
    
    	/**
    	 * Outputs hidden fields used to retain state when filtering.
    

See this hook used in plugins: