Version ) ) $src = preg_replace( "/ver=(.*?)(\&|$)/", 'ver=' . $ver . "$2", $src ); return $src; } // remove configuration data on uninstall register_uninstall_hook( __FILE__, 'chld_thm_cfg_uninstall' ); function chld_thm_cfg_uninstall() { foreach( array( '', '_configvars', '_dict_qs', '_dict_sel', '_dict_query', '_dict_rule', '_dict_val', '_dict_seq', '_dict_token', '_sel_ndx', '_val_ndx', '_debug', ) as $key ) delete_site_option( CHLD_THM_CFG_OPTIONS . $key ); }