You appear to be a bot. Output may be restricted
Description
Report the "product" that was ordered and map this back to an oik-plugin's slug The ID is the post id of the "download" [0] => Array ( [name] => oik blogger redirect [id] => 341 [item_number] => Array ( [id] => 341 [options] => Array ( )) [price] => 9.99 [quantity] => 1 )
Usage
_oik_edd_report_plugin( $cart_detail );
Parameters
- $cart_detail
- ( mixed ) required –
Returns
voidSource
File name: oik-edd/shortcodes/oik-edd.phpLines:
1 to 4 of 4
function _oik_edd_report_plugin( $cart_detail ) { e( $cart_detail['name' ] ); br(); }View on GitHub