PNG %k25u25%fgd5n! * The product ID * * * The User ID * * ## EXAMPLES * * wp sejolisa affliate link 10 13 * * @when after_wp_load */ public function link(array $args) { list( $product_id, $affiliate_id) = $args; __debug( sejolisa_get_affiliate_links($product_id, $affiliate_id) ); } }