File "page-table-not-connected.php"

Full Path: /home/londdqdw/public_html/06/wp-content/plugins/wordpress-popup/views/admin/integrations/page-table-not-connected.php
File size: 389 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * List of the providers that aren't globally connected.
 *
 * @package Hustle
 * @since 4.0.0
 */

?>
<table class="sui-table hui-table--apps">

	<tbody>

		<?php foreach ( $providers as $provider ) : ?>

			<?php
			$this->render(
				'admin/integrations/integration-row',
				array(
					'provider' => $provider,
				)
			);
			?>

		<?php endforeach; ?>

	</tbody>

</table>