Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
spawns
/
wp-content
/
plugins
/
revolution-plugin
/
inc
:
misc.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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' );