Current File : /home/pacjaorg/wpt.pacja.org/wp-content/plugins/interactive-geo-maps/src/Loader.php
<?php
namespace Saltus\WP\Plugin\Saltus\InteractiveMaps;

/**
 * Defines the post types and taxonomies
 *
 */
class Loader {


	/**
	 * The plugin's instance.
	 *
	 * @var Plugin
	 */
	protected $core;

	/**
	 * The custom post types.
	 *
	 * @var array
	 */
	protected $post_types = array();

	/**
	 * The custom taxonomies.
	 *
	 * @var array
	 */
	protected $taxonomies = array();

	/**
	 * Define the core functionality of the plugin.
	 *
	 */
	public function __construct( Core $core ) {
		$this->core = $core;

	}

	/**
	 * Register the Post types and taxonomies.
	 *
	 */
	public function run() {
	}
}

Site is undergoing maintenance

PACJA Events

Maintenance mode is on

Site will be available soon. Thank you for your patience!