Your IP : 216.73.216.187


Current Path : /home/exhehbu/www/wp-content/plugins/revolution-plugin/inc/
Upload File :
Current File : /home/exhehbu/www/wp-content/plugins/revolution-plugin/inc/misc.php

<?php

// Remove Type Attribute.
function thb_clean_type_tag( $input ) {
  $input = str_replace( "type='text/javascript' ", '', $input );
  $input = str_replace( "type='text/css' ", '', $input );
  return $input;
}
add_filter( 'script_loader_tag', 'thb_clean_type_tag' );
add_filter( 'style_loader_tag', 'thb_clean_type_tag' );