ID ) ) . '" size="' . ( strlen( $form->ID ) + 18 ) . '">' ); ?>
$name ) : $class = ( $active_tab === $tab ) ? 'mc4wp-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 = __DIR__ . '/tabs/form-' . $tab . '.php'; if ( file_exists( $tab_file ) ) { include $tab_file; } // end of .tab echo '
'; endforeach; // foreach tabs ?>