woocommerce_payment_token_class

woocommerce_payment_token_class

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

See hook in core

Displaying hooks found in version: woocommerce.8.8.3

apply_filters('woocommerce_payment_token_class') is found 1 times:

  • /includes/class-wc-payment-tokens.php line 240

    Warning: Undefined array key 242 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 243 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 244 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 245 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 * @since 3.8.0
    		 * @param string $class Payment token class.
    		 * @param string $type Token type.
    		 */
    		return apply_filters( 'woocommerce_payment_token_class', 'WC_Payment_Token_' . $type, $type );
    	}
    }