/* Plugin Name: Opening Hours Description: This Plugin enables you to manage your opening hours in WordPress. It lets you set them up in a settings page and display them in two widgets. Version: 1.2 Author: Jannik Portz (@janizde) Author URI: http://jannikportz.de */ /* Copyright 2013 Jannik Portz (email : webmaster@jannikportz.de) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ /** * Globals */ function op_textdomain() { return apply_filters( 'op_textdomain', 'opening_hours'); } function op_basepath() { return plugin_dir_path ( __FILE__ ); } function op_baseurl() { return plugins_url ( false, __FILE__ ); } /** * Register Textdomain */ load_plugin_textdomain( op_textdomain() , false, apply_filters( 'op_language_path', basename( op_basepath() ) . '/lang/' )); function op__ ( $msg ) { return __( $msg, op_textdomain() ); } function op_e ( $msg ) { echo op__( $msg ); } /** * Require Files */ include op_basepath() . '/lib/classes/OpeningHours.class.php'; include op_basepath() . '/lib/classes/OpeningPeriod.class.php'; include op_basepath() . '/lib/classes/HolidayPeriod.class.php'; include op_basepath() . '/lib/classes/SpecialOpening.class.php'; include op_basepath() . '/lib/functions.php'; include op_basepath() . '/lib/init.php'; include op_basepath() . '/lib/widgets.php'; include op_basepath() . '/lib/template-tags.php'; include op_basepath() . '/lib/shortcodes.php'; /** * Activation */ function op_activate () { /* default Settings */ $default_settings = array( 'time-format' => 'H:i', 'date-format' => 'd.m.Y' ); /* unset default if setting already set */ foreach ( $default_settings as $key => $value ) if ( op_get_setting( $key ) ) unset( $default_settings[ $key ] ); /* apply remaining settings */ $wp_opening_hours = new OpeningHours; $wp_opening_hours->applySettings( $default_settings ); } register_activation_hook( __FILE__, 'op_activate' ); ?>
At Pet Vets 4U, the privacy of our visitors is of extreme importance to us (See this article to learn more about Privacy Policies.). This privacy policy document outlines the types of personal information is received and collected by Pet Vets 4U and how it is used.
Log Files
Like many other Web sites, Pet Vets 4U makes use of log files. The information inside the log files includes internet protocol (IP) addresses, type of browser, Internet Service Provider (ISP), date/time stamp, referring/exit pages, and number of clicks to analyze trends, administer the site, track user's movement around the site, and gather demographic information. IP addresses, and other such information are not linked to any information that is personally identifiable.
Cookies and Web Beacons
Pet Vets 4U does use cookies to store information about visitors preferences, record user-specific information on which pages the user access or visit, customize Web page content based on visitors browser type or other information that the visitor sends via their browser.
DoubleClick DART Cookie
These third-party ad servers or ad networks use technology to the advertisements and links that appear on Pet Vets 4U send directly to your browsers. They automatically receive your IP address when this occurs. Other technologies ( such as cookies, JavaScript, or Web Beacons ) may also be used by the third-party ad networks to measure the effectiveness of their advertisements and / or to personalize the advertising content that you see.
Pet Vets 4U has no access to or control over these cookies that are used by third-party advertisers.
You should consult the respective privacy policies of these third-party ad servers for more detailed information on their practices as well as for instructions about how to opt-out of certain practices. Pet Vets 4U's privacy policy does not apply to, and we cannot control the activities of, such other advertisers or web sites.
If you wish to disable cookies, you may do so through your individual browser options. More detailed information about cookie management with specific web browsers can be found at the browser's respective websites.