woocommerce_allow_payment_recommendations

woocommerce_allow_payment_recommendations

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_allow_payment_recommendations') is found 1 times:

  • /src/Admin/Features/PaymentGatewaySuggestions/Init.php line 104
    		if ( 'no' === get_option( 'woocommerce_show_marketplace_suggestions', 'yes' ) ) {
    			return false;
    		}
    
    		return apply_filters( 'woocommerce_allow_payment_recommendations', true );
    	}
    
    	/**
    	 * Dismiss the suggestions.
    	 */
    	public static function dismiss() {