ud::ping::response

ud::ping::response

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-stateless.4.1.2

apply_filters('ud::ping::response') is found 1 times:

  • /vendor/udx/lib-ud-api-client/lib/classes/class-admin.php line 995
    0991
    0992
    0993
    0994
    0995
    0996
    0997
    0998
    0999
    1000
    1001
    * @param string $this->slug ( product_id )
     * @param array $response
     * @param bool $cache got from cache or not
     */
    $this->ping_response = apply_filters( 'ud::ping::response', $response, $this->slug, $cache );
     
    /**
     * Render Admin Notice from UD server.
     */
    if( !empty( $this->ping_response[ 'message' ] ) ) {
      global $_ud_ping_notices;