woocommerce_data_source_poller_timeout

woocommerce_data_source_poller_timeout

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.9.1

apply_filters('woocommerce_data_source_poller_timeout') is found 1 times:

  • /src/Admin/RemoteSpecs/DataSourcePoller.php line 239
    				 *
    				 * @since 10.8.0
    				 * @param int $timeout Timeout in seconds. Default 3.
    				 */
    				'timeout'    => max( 1, absint( apply_filters( 'woocommerce_data_source_poller_timeout', 3 ) ) ),
    				'user-agent' => 'WooCommerce/' . WC_VERSION . '; ' . home_url( '/' ),
    			)
    		);
    
    		if ( is_wp_error( $response ) || ! isset( $response['body'] ) ) {
    			$logger->error(