Dashicons are not loaded by default for non logged in users
-
Hi there, I use this plugin and is very useful.
In latest version 1.0.13 I see one new feature to use dashicons as icons but those dashicons are not loaded by default on frontend for non logged-in users, I managed to load by simple PHP but I think you can implement that in plugin, below is the code that worked.
Best Regards:function ww_load_dashicons(){ wp_enqueue_style('dashicons'); } add_action('wp_enqueue_scripts', 'ww_load_dashicons');
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Dashicons are not loaded by default for non logged in users’ is closed to new replies.