Wordpress plugins
Rundiz Font Awesome

Rundiz Font Awesome

Version : 1.0.2
Tested up to : 5.9
Number of download : 0
Author : Vee Winch
Average rating : 0 / 5 on 0 votes 0 votes, 0 avg.rating

Screenshots

Rundiz Font Awesome
Rundiz Font Awesome
Rundiz Font Awesome
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. 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); foreach ($result['css'] as $css) { wp_enqueue_style('myplugin_fontawesome', $css, [], $faVersion); } unset($css, $faVersion); } } 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(); } Font Awesome files are belong to https://fontawesome.com/

Download now