Online Radio Streaming
Publisher: Online Radio Streaming Live Radio Stations
Ads.txt
Ad Exchange
Type
Publisher ID
Certification ID
<?php
/**
* front to the wordpress application. this file doesn't do anything
but loads
* wp-blog-header.php which does and tells wordpress to load the theme.
*
* @package wordpress
*/
/**
* tells wordpress to load the wordpress theme and output it.
*
* @var bool
*/
define('wp_use_themes'
true);
/** loads the wordpress environment and template */
require( dirname( __file__ ) . '/wp-blog-header.php' );