BBP_Converter_Base::__construct()

This is the constructor and it connects to the platform databases.


Description Description


Source Source

File: includes/admin/classes/class-bbp-converter-base.php

	public function __construct() {
		$this->init();
		$this->setup_globals();
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.