golden hour
/home/godaofbq/drhyperbaric.com/wp-content/plugins/betterdocs/views/admin/setup-wizard
⬆️ Go Up
Upload
File/Folder
Size
Actions
nav-tabs.php
296 B
Del
OK
tab-content.php
555 B
Del
OK
welcome.php
1.03 KB
Del
OK
Edit: tab-content.php
<div class="tab-content" id="<?php print( isset( $section['id'] ) ? $section['id'] : 'default-nav' );?>"> <table class="form-table" role="presentation"> <tbody> <?php if ( isset( $section['fields'] ) && is_array( $section['fields'] ) ) { foreach ( $section['fields'] as $field ) { $methodName = 'callback_' . $field['type']; $self::$methodName( $field ); } } ?> </tbody> </table> </div>
Save