Heray-Was-Here
Server : Apache
System : Linux mail.lomejor.cr 6.8.0-1059-azure #65~22.04.1-Ubuntu SMP Thu May 28 16:59:19 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.2.31
Disable Function : NONE
Directory :  /var/www/outlet/wp-content/plugins/oauth2-provider/includes/admin/pages/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/outlet/wp-content/plugins/oauth2-provider/includes/admin/pages/manage-clients.php
<?php function wo_admin_manage_clients_page() {
	 wp_enqueue_style( 'wo_admin' );
	wp_enqueue_script( 'wo_admin' );
	?>
	<div class="wrap">

		<h2><?php _e( 'Clients', 'wp-oauth' ); ?>
			<a class="add-new-h2 "
			   href="<?php echo admin_url( 'admin.php?page=wo_add_client' ); ?>"
			   title="Batch"><?php _e( 'Add New Client', 'wp-oauth' ); ?></a>
		</h2>

		<div class="section group">
			<div class="col span_4_of_6">
				<?php
				$CodeTableList = new WO_Table();
				$CodeTableList->prepare_items();
				$CodeTableList->display();
				?>
			</div>

			<div class="col span_2_of_6 sidebar">

				<div class="module">
					<h3>Plugin Documentation</h3>
					<div class="inner">
						<p>
							Our robust documentation will help you through the process is need be. You can view the
							documentation by visiting <a href="https://wp-oauth.com/documentation/?utm_source=plugin-admin&utm_medium=settings-page" target="_blank">https://wp-oauth.com/documentation/</a>.
						</p>

						<strong>Build <?php echo _WO()->version; ?></strong>
					</div>
				</div>

				<div class="module hire-us">
					<h3>Upgrading to PRO is Easy</h3>
					<div class="inner">
						<p>Support the Project and Unlock Everything PRO has to offer.</p>
						<ul>
							<li>Unlimited Sites</li>
							<li>All Grant Types</li>
							<li>FULL PKCE Support</li>
							<li>Public Clients</li>
							<li>Premium Support</li>
							<li>Edge Updates</li>
							<li>All Extensions Free</li>
						</ul>
						<p>
							<a href="https://wp-oauth.com/downloads/wp-oauth-server/?discount=PROME" target="_blank"
							   class="button button-primary">
								<strong>Switch to PRO</strong> for 20% OFF
							</a>
						</p>

						<strong>Build <?php echo _WO()->version; ?></strong>
					</div>
				</div>
			</div>
		</div>

	</div>
	<?php
}

Hry