C:\xampp\htdocs\landing\wp-content\plugins\totalpoll\src\Admin\Poll\views\design\tabs\advanced.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<customizer-tabs>
    <?php foreach ( $designTab['tabs'] as $subtabId => $subtab ): ?>
        <customizer-tab target="<?php echo esc_attr$designTabId ); ?>-<?php echo esc_attr$subtabId ); ?>"><?php echo esc_html$subtab['label'] ); ?></customizer-tab>
    <?php endforeach; ?>
</customizer-tabs>

<?php
defined'ABSPATH' ) && exit();
 foreach ( 
$designTab['tabs'] as $subtabId => $subtab ): ?>
    <customizer-tab-content name="<?php echo esc_attr$designTabId ); ?>-<?php echo esc_attr$subtabId ); ?>" class="totalpoll-design-tabs-content-<?php echo esc_attr$designTabId ); ?>-<?php echo esc_attr$subtabId ); ?>">
        <?php
        
/**
         * Fires before design settings tab content.
         *
         * @since 4.0.0
         */
        
do_action"totalpoll/actions/before/admin/editor/design/tabs/content/{$designTabId}-{$subtabId});

        
$path = empty( $subtab['file'] ) ? __DIR__ "/{$designTabId}-{$subtabId}.php" $subtab['file'];
        if ( 
file_exists$path ) ):
            include_once 
$path;
        endif;

        
/**
         * Fires after design settings tab content.
         *
         * @since 4.0.0
         */
        
do_action"totalpoll/actions/after/admin/editor/design/tabs/content/{$designTabId}-{$subtabId});
        
?>
    </customizer-tab-content>
<?php
defined'ABSPATH' ) && exit();
 endforeach; 
?>
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586