woocommerce_bacs_icon

woocommerce_bacs_icon

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_bacs_icon') is found 1 times:

  • /includes/gateways/bacs/class-wc-gateway-bacs.php line 51
    	 */
    	public function __construct() {
    
    		$this->id                 = 'bacs';
    		$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();