Dre4m Shell
Server IP : 85.214.239.14  /  Your IP : 3.15.237.164
Web Server : Apache/2.4.61 (Debian)
System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64
User : www-data ( 33)
PHP Version : 7.4.18
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /proc/3/cwd/var/www/wordpress/wp-content/plugins/health-check/pages/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /proc/3/cwd/var/www/wordpress/wp-content/plugins/health-check/pages/tools.php
<?php
/**
 * Health Check tab contents.
 *
 * @package Health Check
 */

// Make sure the file is not directly accessible.
if ( ! defined( 'ABSPATH' ) ) {
	die( 'We\'re sorry, but you can not directly access this file.' );
}

?>

<h2>
	<?php esc_html_e( 'Tools', 'health-check' ); ?>
</h2>

<div id="health-check-tools" role="presentation" class="health-check-accordion">
	<?php
	/**
	 * Filter the features available under the Tools tab.
	 *
	 * You may introduce your own, or modify the behavior of existing tools here,
	 * although we recommend not modifying anything provided by the plugin it self.
	 *
	 * Any interactive elements should be introduced using JavaScript and/or CSS, either
	 * inline, or by enqueueing them via the appropriate actions.
	 *
	 * @param array $args {
	 *     An unassociated array of tabs, listed in the order they are registered.
	 *
	 *     @type array $tab {
	 *         An associated array containing the tab title, and content.
	 *
	 *         @type string $label   A pre-escaped string used to label your tool section.
	 *         @type string $content The content of your tool tab, with any code you may need.
	 *     }
	 * }
	 */
	$tabs = apply_filters( 'health_check_tools_tab', array() );

	foreach ( $tabs as $count => $tab ) :
		?>

	<h3 class="health-check-accordion-heading">
		<button aria-expanded="false" class="health-check-accordion-trigger" aria-controls="health-check-accordion-block-<?php echo esc_attr( $count ); ?>" type="button">
			<span class="title">
				<?php echo $tab['label']; ?>
			</span>
			<span class="icon"></span>
		</button>
	</h3>
	<div id="health-check-accordion-block-<?php echo esc_attr( $count ); ?>" class="health-check-accordion-panel" hidden="hidden">
		<?php echo $tab['content']; ?>
	</div>

	<?php endforeach; ?>
</div>

<?php
include_once( HEALTH_CHECK_PLUGIN_DIRECTORY . '/modals/diff.php' );

Anon7 - 2022
AnonSec Team