add_action('wp_enqueue_scripts', function() { // Dequeue the FontAwesome Kit script by handle if known wp_dequeue_script('font-awesome'); // Try common handle // Additionally, block it with output buffering ob_start(function($buffer) { // Remove script tag by matching the URL return preg_replace( '##', '', $buffer ); }); }, 0);

No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.