Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
recondole
/
wp-content-20250804013034-20250807183448
/
plugins
/
w3-total-cache
:
UserExperience_OEmbed_Extension.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace W3TC; class UserExperience_OEmbed_Extension { public function run() { add_action( 'wp_footer', array( $this, 'wp_footer' ) ); } public function wp_footer() { wp_deregister_script( 'wp-embed' ); } } $o = new UserExperience_OEmbed_Extension(); $o->run();