=== LH Allow Shortcodes ===
Contributors: shawfactor
Donate link: http://lhero.org/portfolio/lh-allow-shortcodes/
Tags: shortcode, html, gutenberg, blocks, dynamic
Requires at least: 5.0
Tested up to: 6.0
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Enable dynamic links within existing Gutenberg blocks

== Description ==

Ever found yourself wanting to link to a dynamic url in a gutenberg blog? Eg <a href="{a dynamic url}">Send me here</a>. Well now you can!

Thi plugin enables shortcodes to be rendered within the href attribute of existing Gutenberg blocks. Use cases include dynamic login links (with redirects) or a link to you latest post.

**Like this plugin? Please consider [leaving a 5-star review](https://wordpress.org/support/view/plugin-reviews/lh-allow-shortcodes/).**

**Love this plugin or want to help the LocalHero Project? Please consider [making a donation](https://lhero.org/portfolio/lh-allow-shortcodes/).**

== Installation ==

Install using WordPress:

1. Log in and go to *Plugins* and click on *Add New*.
2. Search for *LH Allow Shortcodes* and hit the *Install Now* link in the results. WordPress will install it.
3. From the Plugin Management page in WordPress, activate the *LH Allow Shortcodes* plugin.
4. That is it

Install manually:

1. Download the plugin zip file and unzip it.
2. Upload the plugin contents into your WordPress installation*s plugin directory on the server. The plugin*s .php files, readme.txt and subfolders should be installed in the *wp-content/plugins/lh-check-ins/* directory.
3. From the Plugin Management page in Wordpress, activate the *LH Allow Shortcodes* plugin.
4. That is it

== Changelog ==

**1.00 Sepetmber 08, 2020**  
Initial release