Problem with rtMedia
-
Hi there.
When I use this necessary code ==> in my functions.php, rtMedia Uploader (button) and Privacy Options, etc. Disappear from the Site.
// Remove Query Strings From Static Resources if ( ! is_admin() ) { function _remove_script_version( $src ){ $parts = explode( '?ver', $src ); return $parts[0]; } add_filter( 'script_loader_src', '_remove_script_version', 15, 1 ); add_filter( 'style_loader_src', '_remove_script_version', 15, 1 ); }
This is the same code of this Plugin. So, rtMedia has conflict with this.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Problem with rtMedia’ is closed to new replies.