woocommerce_bacs_icon

woocommerce_bacs_icon

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_bacs_icon') is found 1 times:

  • /includes/gateways/bacs/class-wc-gateway-bacs.php line 60
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    */
    public function __construct() {
     
        $this->id                 = self::ID;
        $this->icon               = apply_filters( 'woocommerce_bacs_icon', '' );
        $this->has_fields         = false;
        $this->method_title       = __( 'Direct bank transfer', 'woocommerce' );
        $this->method_description = __( 'Take payments in person via BACS. More commonly known as direct bank/wire transfer.', 'woocommerce' );
     
        // Load the settings.
        $this->init_form_fields();