Last active
February 13, 2019 06:00
-
-
Save hasanTheBest/c13bd223bed5bb6a6563733358f7fce7 to your computer and use it in GitHub Desktop.
Add font awesome field for the WordPress customizer framework kirki
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Kirki::add_field( 'gangster_demo', array( | |
'type' => 'fontawesome', | |
'settings' => 'fontawesome_setting', | |
'label' => esc_attr__( 'Font Awesome Control', 'kirki' ), | |
'description' => esc_attr__( 'Description Here.', 'kirki' ), | |
'section' => 'left_section', | |
'default' => 'bath', | |
) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment