{"id":152410,"date":"2022-01-22T03:56:03","date_gmt":"2022-01-22T03:56:03","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/rundiz-font-awesome\/"},"modified":"2026-03-23T15:28:38","modified_gmt":"2026-03-23T15:28:38","slug":"rd-fontawesome","status":"publish","type":"plugin","link":"https:\/\/ro.wordpress.org\/plugins\/rd-fontawesome\/","author":6515013,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.7","stable_tag":"1.0.7","tested":"7.0","requires":"5.0","requires_php":"7.0","requires_plugins":null,"header_name":"Rundiz Font Awesome","header_author":"Vee Winch","header_description":"Use Font Awesome from your host and update from GitHub.","assets_banners_color":"ff850b","last_updated":"2026-03-23 15:28:38","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/rundiz.com\/?p=319","header_author_uri":"https:\/\/rundiz.com","rating":0,"author_block_rating":0,"active_installs":0,"downloads":2213,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"okvee","date":"2022-01-22 04:02:35"},"1.0.1":{"tag":"1.0.1","author":"okvee","date":"2022-01-22 05:30:18"},"1.0.2":{"tag":"1.0.2","author":"okvee","date":"2022-12-20 16:28:59"},"1.0.3":{"tag":"1.0.3","author":"okvee","date":"2024-12-12 03:06:18"},"1.0.4":{"tag":"1.0.4","author":"okvee","date":"2025-03-18 03:57:06"},"1.0.5":{"tag":"1.0.5","author":"okvee","date":"2025-09-02 07:17:22"},"1.0.6":{"tag":"1.0.6","author":"okvee","date":"2025-12-18 08:33:14"},"1.0.7":{"tag":"1.0.7","author":"okvee","date":"2026-03-23 15:28:38"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":2661649,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":2661649,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":2661649,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":2661649,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":2661649,"resolution":"1","location":"assets","locale":""}},"screenshots":{"1":"Settings page."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[4593,4594,498],"plugin_category":[50],"plugin_contributors":[98018],"plugin_business_model":[],"class_list":["post-152410","plugin","type-plugin","status-publish","hentry","plugin_tags-font-awesome","plugin_tags-fontawesome","plugin_tags-icons","plugin_category-media","plugin_contributors-okvee","plugin_committers-okvee"],"banners":{"banner":"https:\/\/ps.w.org\/rd-fontawesome\/assets\/banner-772x250.png?rev=2661649","banner_2x":"https:\/\/ps.w.org\/rd-fontawesome\/assets\/banner-1544x500.png?rev=2661649","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/rd-fontawesome\/assets\/icon-128x128.png?rev=2661649","icon_2x":"https:\/\/ps.w.org\/rd-fontawesome\/assets\/icon-256x256.png?rev=2661649","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/rd-fontawesome\/assets\/screenshot-1.jpg?rev=2661649","caption":"Settings page."}],"raw_content":"<!--section=description-->\n<p>Use Font Awesome icons from your own host\/server. Update the latest releases from GitHub.<\/p>\n\n<p>Choose the major version and install the latest minor version. For example: Choose major version 6, and install the latest of 6.x.xx.<br \/>\nCurrently supported for version 4, 5, 6, 7.<\/p>\n\n<p>This plugin did not use CDN (content delivery network). If you want to use CDN, please use official Font Awesome plugin instead.<\/p>\n\n<p>You can dequeue duplicated Font Awesome handles from other plugins or themes to prevent conflict.<\/p>\n\n<p>You can disable enqueue from this plugin in case you would like to do it manually.<br \/>\nTo get asset files for manually enqueue, use this code.<\/p>\n\n<pre>\nif (function_exists('rdfontawesome_get_enqueue_files')) {\n    $result = rdfontawesome_get_enqueue_files();\n    if (isset($result['css']) &amp;&amp; is_array($result['css'])) {\n        $faVersion = ($result['faVersion'] ?? false);\n        $i = 1;\n        foreach ($result['css'] as $css) {\n            wp_enqueue_style('myplugin_fontawesome_' . $i, $css, [], $faVersion);\n            ++$i;\n        }\n        unset($css, $faVersion, $i);\n    }\n}\n<\/pre>\n\n<p>To get URL base of the Font Awesome assets for use another files, use this code.<\/p>\n\n<pre>\nif (function_exists('rdfontawesome_get_public_url_base')) {\n    echo rdfontawesome_get_public_url_base();\n}\n<\/pre>\n\n<p>Tested up to PHP 8.5.<\/p>\n\n<p>Font Awesome files are belong to https:\/\/fontawesome.com<\/p>\n\n<!--section=faq-->\n<dl>\n<dt id=\"does%20this%20support%20font%20awesome%20pro%3F\"><h3>Does this support Font Awesome Pro?<\/h3><\/dt>\n<dd><p>No, if you would like to use Pro, please use official Font Awesome plugin. The Font Awesome Pro couldn't be download via GitHub.<\/p><\/dd>\n<dt id=\"can%20i%20use%20it%20on%20my%20web%20hosting%20or%20server%3F\"><h3>Can I use it on my web hosting or server?<\/h3><\/dt>\n<dd><p>Yes, this plugin will not use CDN. So, you can use it on your own server or hosting. This is good for some restriction.<\/p><\/dd>\n<dt id=\"can%20i%20use%20with%20my%20theme%20or%20other%20plugins%3F\"><h3>Can I use with my theme or other plugins?<\/h3><\/dt>\n<dd><p>Yes, you can use with any theme or plugins. There are options to dequeue the CSS &amp; JS that was enqueued by other themes or plugins on the front pages. Just dequeue them to prevent duplicate (front pages only).<\/p><\/dd>\n<dt id=\"does%20it%20supported%20short%20code%3F\"><h3>Does it supported short code?<\/h3><\/dt>\n<dd><p>No, this plugin does not supported any short code.<\/p><\/dd>\n<dt id=\"what%20kind%20of%20assets%20this%20plugin%20use%3F\"><h3>What kind of assets this plugin use?<\/h3><\/dt>\n<dd><p>This plugin use CSS and web fonts. It doesn't use any JavaScript or SVG files.<\/p><\/dd>\n<dt id=\"what%20asset%20files%20this%20plugin%20will%20be%20download%20and%20installed%3F\"><h3>What asset files this plugin will be download and installed?<\/h3><\/dt>\n<dd><p>This plugin download all necessary files that is ready to use such as CSS, fonts or including SVG for newer version of Font Awesome. The pre-processing such as Less, Sass files will not be use.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.7<\/h4>\n\n<p>2026-03-23<\/p>\n\n<ul>\n<li>Update as per PHPCS's instructions.<\/li>\n<\/ul>\n\n<h4>1.0.6<\/h4>\n\n<p>2025-12-18<\/p>\n\n<ul>\n<li>Minor update.<\/li>\n<\/ul>\n\n<h4>1.0.5<\/h4>\n\n<p>2025-07-30<\/p>\n\n<ul>\n<li>Add supported for Font Awesome 7.<\/li>\n<li>Add help to manual enqueue in settings page.<\/li>\n<\/ul>\n\n<h4>1.0.4<\/h4>\n\n<p>2025-03-18<\/p>\n\n<ul>\n<li>Update load text domain to be inside <code>init<\/code> hook.<\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<p>2024-07-07<\/p>\n\n<ul>\n<li>Fix check latest version on install command.<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<p>2022-02-18<\/p>\n\n<ul>\n<li>Add Font Awesome version 6 supported.<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<p>2022-01-22<\/p>\n\n<ul>\n<li>Fix check for downloaded zip file is not working on Linux.<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<p>2022-01-22<\/p>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Use Font Awesome from your host and update from GitHub.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ro.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/152410","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ro.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ro.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ro.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=152410"}],"author":[{"embeddable":true,"href":"https:\/\/ro.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/okvee"}],"wp:attachment":[{"href":"https:\/\/ro.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=152410"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ro.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=152410"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ro.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=152410"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ro.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=152410"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ro.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=152410"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ro.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=152410"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}