Linux 软件免费装

WP UIKit

开发者 srikat
更新时间 2019年5月14日 12:11
捐献地址: 去捐款
PHP版本: 5.6 及以上
WordPress版本: 5.2
版权: GPLv2 or later
版权网址: 版权信息

标签

frontend framework uikit

下载

1.0

详情介绍:

UIKit is a popular frontend framework for developing fast, powerful and consistent web interfaces. This plugin loads UIKit's assets in WordPress.
  1. uikit.min.css in the <head>.
  2. data-attributes.js - a blank file with sample code (commented out) for adding classes and attributes to elements, set to load only if present.
  3. uikit.min.js and uikit-icons.min.js before </body>.
The default location for data-attributes.js is child theme's js directory. This is filterable using wpuikit_data_attributes_path filter hook. Example usage (goes in child theme's functions.php or a Snippet using the Code Snippets plugin): `add_filter( 'wpuikit_data_attributes_path', 'sk_my_data_attributes_path' ); /** return WP_PLUGIN_DIR . '/my-custom-functionality/assets/js/data-attributes.js'; }` There are no settings for the plugin.

更新日志:

1.0 Initial Release.