File "html-admin-tools.php"

Full path: /home/kosmetik/public_html/wp-content/plugins/advanced-custom-fields/includes/admin/views/html-admin-tools.php
File size: 442 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

$class = $active ? 'single' : 'grid';
?>
<div class="wrap" id="acf-admin-tools">
	
	<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 
}
?></h1>
	
	<div class="acf-meta-box-wrap -<?php 
echo $class;
?>">
		<?php 
do_meta_boxes($screen_id, 'normal', '');
?>	
	</div>
	
</div>