=== Dynamic Siteurl For Widget ===
Contributors: Shourya Chowdhury
Donate link: http://codeartssolution.com/
Tags: widget, dynamic variable,site url,dynamic
Requires at least: 4.0
Tested up to: 4.7
Stable tag: 4.7
Requires PHP: 5.2.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Need to change the site url dynamically while migrating the widget to live site this plugin is the ultimate solution

== Description ==

This is for the dynamic site url on widget area of wordpress. We need to change the links of the widget texts while we are moving the live server. Now we can don't need to think about it again. It's true. So now we don't need to think about the changing the links of the widget section and don't need to run any queries as well. 



== Installation ==

Step 1. Activate the plugin

Step 2. Go to the Dwv Setting Panel.

Step 3. Step the variable name you want to use instead of static site url's. Like :{{site_url}}

Step 4. Add code with the variable in widget. 

Example : <a href="https:example.com">Go To Home Page</a> --- we are using this code before

Now you should use <a href="{{site_url}}">Go To Home Page</a>


== Frequently Asked Questions ==

= Can we use any name in the site url variable? =

Yes you can use. we highly recommended that use {{variable_name}} this format. You can use any name you want. 

= Is it case sensative? =

Yes it is.

= Can we use any variable for particular text? =

Currently not. But we are thinking about doing that in next version. Contact us at magentoshourya@gmail.com




