/********************************************************/
// Adding Dashicons in WordPress Front-end
/********************************/
add_action( 'wp_enqueue_scripts', 'load_dashicons_front_end' );
function load_dashicons_front_end() {
wp_enqueue_style( 'dashicons' );
}
0 Comments
Post a Comment