Linux 软件免费装
Banner图

Wp Customizer Icon

开发者 iqbalrony
更新时间 2021年8月7日 12:16
PHP版本: 4.5 及以上
WordPress版本: 5.8
版权: GPLv2 or later
版权网址: 版权信息

标签

Icon Customizer Customizer Icon Customizer Icon Control

下载

详情介绍:

Wp Customizer Icon plugin is very easy to use. It contains 3696 material design icons. User can add extra icon classs to the icon library from there theme. There is an filter hook named WPCI_customizer_icons by which user can marge extra icons class. Icon control name is WPCI_Customize_Icon_Control. See the Github project repository.

安装:

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Now create customizer icon field by using WPCI_Customize_Icon_Control class in your theme.
Example:- `/** add_action('WPCI_customizer_icons','push_icon'); function push_icon($icon_array){ $new_icon = array_merge( array( 'fa fa-facebook' =>'fa fa-facebook', 'fa fa-twitter' =>'fa fa-twitter' ),$icon_array ); return $new_icon; } == Frequently Asked Questions == Is there way to add extra icon library Yes, there is an filter hook named WPCI_customizer_icons by which user can marge extra icons class.

屏幕截图:

  • This screenshot one.
  • This screenshot two.
  • This screenshot three.
  • This screenshot four.