ud::ping::response
ud::ping::response
Appears in: wp-stateless.2.3.2, wp-stateless.3.0, wp-stateless.3.0.1, wp-stateless.3.0.2, wp-stateless.3.0.3, wp-stateless.3.0.4, wp-stateless.3.1.0, wp-stateless.3.1.1, wp-stateless.3.2.2, wp-stateless.3.2.4, wp-stateless.3.2.5, wp-stateless.3.3.0, wp-stateless.3.4.0, wp-stateless.3.4.1, wp-stateless.4.0.3, wp-stateless.4.0.4, wp-stateless.4.1.1, wp-stateless.4.1.2
Hook Type: filter
Displaying hooks found in version: wp-stateless.4.1.2apply_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;