Linux 软件免费装
Banner图

WP CDNjs Reborn

开发者 audioscavenger
mindshare
geetjacobs
patkirts
更新时间 2019年5月13日 00:24
PHP版本: 5.1 及以上
WordPress版本: 5.2
版权: GPLv3 or later
版权网址: 版权信息

标签

css cdn js scripts cloudflare libraries CDNjs

下载

0.2.2 0.2.3 0.2.4 0.3.0 0.3.1 0.3.2 0.3.3

详情介绍:

Speed up your site by using the powerfull and free CDNjs. This plugin Allows you to search all http://cdnjs.com libraries and include them on your site. Proudly served by Audioscavenger. /!\ This is a fork from WP cdnjs by Mindshare Labs, which have merged since 0.3.0. I keep both projects up to date and they are now exactly the same. Maybe this one will disappear one day since both are the same and 100% compatibles. Requires PHP 5.3 or newer Browse by Name and Description When browsing, the search key word look in the library names and description. Choose the Righ Version Stop worrying about incompatibilities, WP CDNjs Reborn let you chose the version you really need! Add More Assets Among the libraries served by CDNjs, you can add the assets related. Manage Priorities With an easy drag&drop, manage the order in which your libraries will be loaded.

安装:

Upload the plugin to your blog or install it via the dashboard, activate it, done. The configuration page is found under Settings->WP CDNjs Reborn This plugin requires PHP and JavaScript.

屏幕截图:

  • Dashboard: Set of libraries and usual messages.
  • Dashboard: Browse cdnjs Libraries example with popup.
  • Dashboard: Browse available versions for twitter-bootstrap.
  • Dashboard: Browse available assets for twitter-bootstrap.

常见问题:

Is WP CDNjs Reborn Free?

Yes! Every WP CDNjs Reborn's features are and always will be free.

Do I need a WordPress.com account?

Since WP CDNjs Reborn do not provided hosted services by WordPress.com, a WordPress.com account is not required.

How do I contribute to WP CDNjs Reborn?

There are opportunities for developers at all levels to contribute. You can clone the WP CDNjs Reborn Git and pull requests from here.

How can I change what action is used to enqueue the CDNJS scripts?

You can override the default action ('init') that enqueues the CDNJS script like so: add_filter('wp_cdnjs_init_action', 'my_cdnjs_init_action'); function my_cdnjs_init_action() { return 'get_sidebar'; // the action tag you wish to use }

Is it possible to have all enabled scripts load in the WordPress Admin area?

Yes. You can use this filter: add_filter('wp_cdnjs_allow_in_admin', 'my_cdnjs_allow_in_admin'); function my_cdnjs_allow_in_admin() { return TRUE; }

更新日志:

0.3.3 Minor Update 0.3.2 Minor Update 0.3.1 Minor Update 0.3.0 Major Enhancements 0.2.4 Bug Fix 0.2.3 Enhancements 0.2.2 Enhancements 0.2.1 Major Enhancements 0.2.0 Major Enhancements