79249689

Date: 2024-12-04 02:11:50
Score: 1.5
Natty:
Report link

Place this on your functions.php file.

function load_dashicons(){
    wp_enqueue_style('dashicons');
}
add_action('wp_enqueue_scripts', 'load_dashicons');
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: SAYAN MAITRA