PATH:
home
/
lab2454c
/
cbcei.com
/
wp-content
/
plugins
/
advanced-custom-fields-pro
/
includes
/
admin
/
views
<?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'; ?> <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 endif; ?></h1> <div class="acf-meta-box-wrap -<?php echo $class; ?>"> <?php do_meta_boxes( $screen_id, 'normal', '' ); ?> </div> </div>
[-] html-notice-upgrade.php
[edit]
[-] field-group-locations.php
[edit]
[+]
..
[-] html-admin-tools.php
[edit]
[-] field-group-field-conditional-logic.php
[edit]
[-] field-group-options.php
[edit]
[-] field-group-fields.php
[edit]
[-] html-location-group.php
[edit]
[-] field-group-field.php
[edit]
[-] html-admin-page-upgrade-network.php
[edit]
[-] html-location-rule.php
[edit]
[-] html-admin-navigation.php
[edit]
[-] html-admin-page-upgrade.php
[edit]