Diabetes
Informattion from a Diabetes Expert Coming Soon…
/* Plugin Name: WTB Youtube & Vimeo Gallery Plugin URI: http://webtec-braun.com Description: With this powerfull plugin you can add youtube and vimeo videos to different gallerys Version: 1.1 Author: WebTec Braun Author URI: http://www.webtec-braun.com Stable tag: 1.1 */ //include('modules/profile.php'); include('modules/meta_box.php'); include('modules/cpt.php'); //include('modules/ajax.php'); include('modules/shortcodes.php'); //include('modules/functions.php'); include('modules/hooks.php'); include('modules/scripts.php'); include('modules/settings.php'); register_activation_hook( __FILE__, 'vg_activate' ); function vg_activate() { flush_rewrite_rules(); } ?>
Informattion from a Diabetes Expert Coming Soon…