403Webshell
Server IP : 172.67.158.161  /  Your IP : 3.16.217.218
Web Server : LiteSpeed
System : Linux business53.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : giankuin ( 1871)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/giankuin/thietke365.net/wp-content/plugins/advanced-custom-fields/includes/admin/views/tools/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/giankuin/thietke365.net/wp-content/plugins/advanced-custom-fields/includes/admin/views/tools/tools.php
<?php

/**
 *  html-admin-tools
 *
 *  View to output admin tools for both archive and single
 *
 *  @date    20/10/17
 *  @since   5.6.3
 *
 *  @param   string $screen_id The screen ID used to display metaboxes
 *  @param   string $active The active Tool
 *  @return  n/a
 */

$class = $active ? 'single' : 'grid';
$tool  = $active ? ' tool-' . $active : '';
?>
<div id="acf-admin-tools" class="wrap<?php echo esc_attr( $tool ); ?>">

	<h1><?php _e( 'Tools', 'acf' ); ?> <?php
	if ( $active ) :
		?>
		<a class="page-title-action" href="<?php echo acf_get_admin_tools_url(); ?>"><?php _e( 'Back to all tools', 'acf' ); ?></a><?php endif; ?></h1>

	<div class="acf-meta-box-wrap -<?php echo $class; ?>">
		<?php do_meta_boxes( $screen_id, 'normal', '' ); ?>
	</div>

	<?php
	if ( ! defined( 'ACF_PRO' ) || ! ACF_PRO ) {
		acf_get_view( 'acf-field-group/pro-features' );
	}
	?>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit