woocommerce_payment_gateways_settings

woocommerce_payment_gateways_settings

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_payment_gateways_settings') is found 1 times:

  • /includes/admin/settings/class-wc-settings-payment-gateways.php line 67
    					'id'   => 'payment_gateways_options',
    				),
    			);
    
    		return apply_filters( 'woocommerce_payment_gateways_settings', $settings );
    	}
    
    	/**
    	 * Output the settings.
    	 */
    	public function output() {