plugin-icon

Rundiz Font Awesome

제작자: vee·
Use Font Awesome from your host and update from GitHub.
버전
1.0.8
최근 업데이트일
Jul 20, 2026
Rundiz Font Awesome

Use Font Awesome icons from your own host/server. Update the latest releases from GitHub.

Choose the major version and install the latest minor version. For example: Choose major version 6, and install the latest of 6.x.xx. Currently supported for version 4, 5, 6, 7.

This plugin did not use CDN (content delivery network). If you want to use CDN, please use official Font Awesome plugin instead.

You can dequeue duplicated Font Awesome handles from other plugins or themes to prevent conflict.

You can disable enqueue from this plugin in case you would like to do it manually. To get asset files for manually enqueue, use this code.

if (function_exists('rdfontawesome_get_enqueue_files')) { $result = rdfontawesome_get_enqueue_files(); if (isset($result['css']) && is_array($result['css'])) { $faVersion = ($result['faVersion'] ?? false); $i = 1; foreach ($result['css'] as $css) { wp_enqueue_style('myplugin_fontawesome_' . $i, $css, [], $faVersion); ++$i; } unset($css, $faVersion, $i); } }

To get URL base of the Font Awesome assets for use another files, use this code.

if (function_exists('rdfontawesome_get_public_url_base')) { echo rdfontawesome_get_public_url_base(); }

Tested up to PHP 8.5.

Font Awesome files are belong to https://fontawesome.com

무료유료 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 7.0.4
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.