You appear to be a bot. Output may be restricted
Description
Return if the method is available
Usage
$bool = OIK_Weight_Zone_Shipping::is_available( $package );
Parameters
- $package
- ( mixed ) required –
Returns
bool true
Source
File name: oik-weight-zone-shipping/class-oik-weight-zone-shipping.php
Lines:
1 to 4 of 4
function is_available( $package ) { //bw_trace2(); return true; }