Function: tcp register shipping plugin

Description

Allows to register a class like a shipping plugin. The class must extends the TCP_Plugin class.

Usage

<?php tcp_register_shipping_plugin( $class_name ); ?>

Parameters

$class_name
(String) The class name.
$object
(Object) An object of the type “class name”. If this value is not given, then a new object will be created

Examples

See related links

Change Log

Since 1.2.7, New parameter $object

Related

tcp_register_payment_plugin