WP Tag

WordPress Resources & Tools

  • Themes
  • Plugins
  • Hosting
  • Outline
  • Coupons
  • Snippets
  • WordPress
  • Blogging
You are here: Home / Archives for Blog

Remove Query Strings from Static Resources

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 );

Blog

About WPTag

WPTag was founded in December 2010 by Chikkala, the founder of TechVue, to help people with WordPress by providing tutorials, theme reviews, plugin guides and latest WordPress news. Since then the blog has grown exponentially & now reaches thousands of WordPress users daily.

Topics

  • Blog (1)
  • WordPress (1)

Popular Articles

  • Plugins for WordPress Astrology 2019
  • Remove Query Strings from Static Resources

Powered By WordPress

Copyright © 2019 WP Tag

  • Advertise
  • Terms of Service
  • Privacy Policy