Advertisement
artemsemkin

Kinsey: disable theme typography

Mar 2nd, 2022 (edited)
1,157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.37 KB | None | 0 0
  1. <?php
  2. // file "wp-content/themes/kinsey/inc/customizer/customizer.php" line 51
  3.  
  4. /**
  5.  * Panel Typography
  6.  */
  7. Kirki::add_panel(
  8.   'typography',
  9.   array(
  10.     'priority' => $priority++,
  11.     'title'    => esc_html__( 'Typography', 'kinsey' ),
  12.     'icon'     => 'dashicons-editor-paragraph',
  13.   )
  14. );
  15. // get_template_part( '/inc/customizer/panels/typography/typography' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement