/* Plugin Name: Scroll Popup Plugin URI: http://scrollpopup.com Description: Display ads and content on the right side of your website as a popup Version: 1.0.2 Author: Scroll Popup Author URI: http://scrollpopup.com Stable tag: 1.0.2 */ // Define constants define( 'SPP_POS_DIR', plugin_dir_url( __FILE__) ); define( 'SPP_POS_PATH', dirname( __FILE__) ); define( 'SPP_POS_WP_DIR', get_bloginfo('wpurl') ); define( 'SPP_POS_PLUGIN_NAME', 'ScrollPopup' ); define( 'SPP_POS_VERSION', '1.0.2' ); if( get_option( 'spp_pos_options' ) ) { $spp_pos_options = get_option( 'spp_pos_options' ); global $spp_pos_options; } register_activation_hook( __FILE__, 'spp_pos_activate' ); function spp_pos_activate() { if( get_option('spp_pos_options') ){ update_option('spp_pos_options', $spp_pos_options ); } } add_action( 'post_edit_form_tag' , 'post_edit_form_tag' );function post_edit_form_tag( ) { echo ' enctype="multipart/form-data"';} add_action( 'init', 'spp_pos_add_post_type' ); include_once('modules/settings-api-tabbed.php'); include_once('modules/cpt.php'); include_once('modules/meta_box.php'); include_once('modules/scripts.php'); include_once('modules/hooks.php'); include_once('modules/functions.php'); ?>
This is a XML Sitemap which is supposed to be processed by search engines which follow the XML Sitemap standard like Ask.com, Bing, Google and Yahoo.
It was generated using the WordPress content management system and the Google Sitemap Generator Plugin by Arne Brachhold.
You can find more information about XML sitemaps on sitemaps.org and Google's list of sitemap programs.
This file contains links to sub-sitemaps, follow them to see the actual sitemap content.