/*
Theme Name: GrandConference Child
Theme URI: http://themes.themegoods2.com/grandconference/demo
Description: Premium Event & Conference Theme
Version: 1.0
Author: ThemeGoods
Author URI: http://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: grandconference
Template: grandconference
*/


add_filter( 'style_loader_src', function( $src ) {
    if ( strpos( $src, '.css' ) !== false ) {
        $src = add_query_arg( 'v', time(), $src );
    }
    return $src;
});