Viewing 2 replies - 1 through 2 (of 2 total)
  • Snippet for add this feature

    add_action( 'wp_enqueue_scripts', function() {
    	wp_deregister_style( 'font-awesome-four' );
    	wp_enqueue_style( 'font-awesome', '//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.min.css' );
    });

    Plugin Author Joe Ponzio

    (@new-nine)

    This has been added in today’s update (version 4.1.0.1 of the plugin). You can now use the official MaxCDN or specify your own CDN url. Thanks for the suggestion!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Use cdn’ is closed to new replies.