1. Home
  2. Jobster
  3. Payment Gateways API
  4. init_gateways()

init_gateways()

public function init_gateways() {
	load_plugin_textdomain( 'wpjobster-sample', false, 
					trailingslashit( dirname( plugin_basename( __FILE__ ) ) ) );
	add_filter( 'wpjobster_payment_gateways', array( $this, 'add_gateways' ) );
}

This function will merge the gateway that we are building with the other gateways.

Was this article helpful to you? Yes No