WoW Breaking News

WoW Breaking News Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 7,033 downloads
WoW Breaking News Icon

Try plugin: WoW Breaking News

We'll create fresh WordPress site with WoW Breaking News installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About WoW Breaking News

This plugin will let you add a widget on your wordpress site displaying the in-game breaking news that you can se while logging in to World of Warcraf …

1


0


0


0


0

updated: 10 years ago
since: 15 years ago
author: StoffeTiX

Description

This plugin will let you add a widget on your wordpress site displaying the in-game breaking news that you can se while logging in to World of Warcraft.

Supports EU, US, DE, RU, ES, FR, BR, TW, CN and KR Servers

Changing Realm

To edit realm location settings edit wow-breaking-news.php and find:

//Realm location settings: (Default is eu)
  eu(); //Europe (English)
//us(); //Unitead States & Australia (English)
//de(); //German
//ru(); //Russian
//es(); //Spanish
//fr(); //French    
//br(); //Portuguese
//tw(); //Taiwanese
//cn(); //Chinese
//kr(); //Korean

Europe is in this case the choosen setting.

To change it to let’s say Russian, edit the code to look like this:

//Realm location settings: (Default is eu)
//eu(); //Europe (English)
//us(); //Unitead States & Australia (English)
//de(); //German
  ru(); //Russian
//es(); //Spanish
//fr(); //French    
//br(); //Portuguese
//tw(); //Taiwanese
//cn(); //Chinese
//kr(); //Korean