changing labels
-
i need hook to change label FOR BIC/SWIFT
USED wcvendors_settings_before_bank_details & wcv_commissions_sum_export_columns`add_filter( ‘wcvendors_settings_before_bank_details & wcv_commissions_sum_export_columns’, ‘use_bsb_label’ );
function use_bsb_label( $field ){
$field[ ‘BIC/SWIFT’ ] = ‘mY Changed label’;
return $field;WHERE IS WRONG HERE
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘changing labels’ is closed to new replies.