" style="line-height: initial;">
ID ) ) .'" size="'. ( strlen( $form->ID ) + 18 ) .'">' ); ?>
$name) : $class = ($active_tab === $tab) ? 'tab-active' : ''; // start of .tab echo sprintf('
', $class, $tab); /** * Runs when outputting a tab section on the "edit form" screen * * @param string $tab * @ignore */ do_action('mc4wp_admin_edit_form_output_' . $tab . '_tab', $opts, $form); $tab_file = dirname(__FILE__) . '/tabs/form-' . $tab . '.php'; if (file_exists($tab_file)) { include $tab_file; } // end of .tab echo '
'; endforeach; // foreach tabs ?>