Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- // file "wp-content/themes/kinsey/inc/customizer/customizer.php" line 51
- /**
- * Panel Typography
- */
- Kirki::add_panel(
- 'typography',
- array(
- 'priority' => $priority++,
- 'title' => esc_html__( 'Typography', 'kinsey' ),
- 'icon' => 'dashicons-editor-paragraph',
- )
- );
- // get_template_part( '/inc/customizer/panels/typography/typography' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement