Closed georgeolaru closed 7 years ago
Visual clues for better options organizations:
Sections field markup: 'html' => '<span class="separator section">📝 ' . esc_html__( 'Section', 'txt' ) . '</span>',
'html' => '<span class="separator section">📝 ' . esc_html__( 'Section', 'txt' ) . '</span>',
Sub sections markup: 'html' => '<span class="separator sub-section">📝 ' . esc_html__( 'Sub section', 'txt' ) . '</span>',
'html' => '<span class="separator sub-section">📝 ' . esc_html__( 'Sub section', 'txt' ) . '</span>',
Visual clues for better options organizations:
Sections field markup:
'html' => '<span class="separator section">📝 ' . esc_html__( 'Section', 'txt' ) . '</span>',
Sub sections markup:
'html' => '<span class="separator sub-section">📝 ' . esc_html__( 'Sub section', 'txt' ) . '</span>',