kalponikoronno

Kirki customizer 4

Apr 1st, 2020
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. Kirki::add_field( 'givehope_customizer_config_id', [
  2.     'type'     => 'text',
  3.     'settings' => 'copyright_text_settings',
  4.     'label'    => esc_html__( 'Copyright text', 'text-domain' ),
  5.     'section'  => 'givehope_footer_settings',
  6.     'default'  => esc_html__( '', 'text-domain' ),
  7.     'priority' => '160'
  8. ] );
Advertisement
Add Comment
Please, Sign In to add comment