ud-api-client-ping-args

ud-api-client-ping-args

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wp-stateless.3.4.1

apply_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' ] ) ) {
    

See this hook used in plugins: