woocommerce_payment_gateways_setting_columns

woocommerce_payment_gateways_setting_columns

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_payment_gateways_setting_columns') is found 1 times:

  • /includes/admin/settings/class-wc-settings-payment-gateways.php line 138
    							'description' => __( 'Description', 'woocommerce' ),
    							'action'      => '',
    						);
    
    						$columns = apply_filters( 'woocommerce_payment_gateways_setting_columns', $default_columns );
    
    						foreach ( $columns as $key => $column ) {
    							echo '<th class="' . esc_attr( $key ) . '">' . esc_html( $column ) . '</th>';
    						}
    						?>
    						</tr>