Admin_Menu::integrations_template_load_single()

Loads the single view of the integrations page

Contents


Return Return

(null|void)


Source Source

File: src/core/admin/class-admin-menu.php

	public function integrations_template_load_single() {
		// Get the current integration
		$integration_id = $this->integrations_get_id_from_url();

		// Load single view
		include Utilities::automator_get_view( 'admin-integrations/single.php' );
	}