woocommerce_payment_methods_list_item

woocommerce_payment_methods_list_item

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_payment_methods_list_item') is found 1 times:

  • /includes/wc-account-functions.php line 374
    				'name' => esc_html__( 'Make default', 'woocommerce' ),
    			);
    		}
    
    		$list[ $type ][ $key ] = apply_filters( 'woocommerce_payment_methods_list_item', $list[ $type ][ $key ], $payment_token );
    	}
    	return $list;
    }
    
    add_filter( 'woocommerce_saved_payment_methods_list', 'wc_get_account_saved_payment_methods_list', 10, 2 );
    
    

See this hook used in plugins: