woocommerce_allow_shipping_partner_suggestions

woocommerce_allow_shipping_partner_suggestions

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.8.3

apply_filters('woocommerce_allow_shipping_partner_suggestions') is found 1 times:

  • /src/Admin/API/ShippingPartnerSuggestions.php line 88
    		 * The return value can be controlled via woocommerce_allow_shipping_partner_suggestions filter.
    		 *
    		 * @since 7.4.1
    		 */
    		return apply_filters( 'woocommerce_allow_shipping_partner_suggestions', true );
    	}
    
    	/**
    	 * Return suggested shipping partners.
    	 *
    	 * @param WP_REST_Request $request Full details about the request.