ud-api-client-ping-args
ud-api-client-ping-args
Appears in: wp-stateless.3.0, wp-stateless.3.0.1, wp-stateless.3.0.2, wp-stateless.3.0.3, wp-stateless.3.0.4, wp-stateless.3.1.0, wp-stateless.3.1.1, wp-stateless.3.2.2, wp-stateless.3.2.4, wp-stateless.3.2.5, wp-stateless.3.3.0, wp-stateless.3.4.0, wp-stateless.3.4.1, wp-stateless.4.0.3, wp-stateless.4.0.4, wp-stateless.4.1.1, wp-stateless.4.1.2
Hook Type: filter
See hook in action
Displaying hooks found in version: wp-stateless.4.1.2apply_filters('ud-api-client-ping-args') is found 1 times:
- /vendor/udx/lib-ud-api-client/lib/classes/class-admin.php line 966
'product_id' => $product[ 'product_id' ], ); } $response = $this->api->ping( apply_filters('ud-api-client-ping-args', array( 'product_id' => $this->slug, 'version' => $this->args[ 'version' ], 'detected_products' => base64_encode( json_encode( $detected_products ) ), ), $this, $detected_products)); if ( false !== $response && empty( $response[ 'error' ] ) ) {