ud:upgrade_notice:request:args

ud:upgrade_notice:request:args

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-stateless.4.1.2

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

  • /vendor/udx/lib-ud-api-client/lib/classes/class-admin.php line 895
    891
    892
    893
    894
    895
    896
    897
    898
    899
    900
    901
        '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' ] ) ) {