ud:upgrade_notice:request:args

ud:upgrade_notice:request:args

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-stateless.3.4.1

apply_filters('ud:upgrade_notice:request:args') is found 1 times:

  • /vendor/udx/lib-ud-api-client/lib/classes/class-admin.php line 895
                  'product_id' => $product[ 'product_id' ],
                );
              }
    
              $response = $this->api->upgrade_notice( apply_filters( 'ud:upgrade_notice:request:args', array(
                'product_id' => $this->slug,
                'version' => $this->args[ 'version' ],
                'detected_products' => base64_encode( json_encode( $detected_products ) ),
              ), $this->slug ) );
    
              if ( false !== $response && empty( $response[ 'error' ] ) ) {