PATH:
home
/
lab2454c
/
gemition.com
/
wp-content
/
plugins
/
advanced-custom-fields-pro
/
includes
/
admin
/
views
<div class="rule-group" data-id="<?php echo $group_id; ?>"> <h4><?php echo ( $group_id == 'group_0' ) ? __( 'Show this field group if', 'acf' ) : __( 'or', 'acf' ); ?></h4> <table class="acf-table -clear"> <tbody> <?php foreach ( $group as $i => $rule ) : // validate rule $rule = acf_validate_location_rule( $rule ); // append id and group $rule['id'] = "rule_{$i}"; $rule['group'] = $group_id; // view acf_get_view( 'html-location-rule', array( 'rule' => $rule, ) ); endforeach; ?> </tbody> </table> </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]