Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
06
/
wp-content
/
plugins
/
wordpress-popup
/
views
/
admin
/
integrations
:
page-table-not-connected.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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>