ud::ping::response

ud::ping::response

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-stateless.3.4.1

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

  • /vendor/udx/lib-ud-api-client/lib/classes/class-admin.php line 995
               * @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;