Skip to content

Instantly share code, notes, and snippets.

@EricBusch
Last active November 6, 2022 11:05
Show Gist options
  • Save EricBusch/5077331 to your computer and use it in GitHub Desktop.
Save EricBusch/5077331 to your computer and use it in GitHub Desktop.
EXAMPLE:
[pl id='33']
RETURNS:
http://wwww.mysite.com/hello-world
-----------------------------------------------------------------
EXAMPLE:
<a href="[pl id='33']">read me</a>
RETURNS:
<a href="http://wwww.mysite.com/hello-world">read me</a>
-----------------------------------------------------------------
EXAMPLE:
[pl id='33' link='1']
RETURNS:
<a href="http://wwww.mysite.com/hello-world">Hello, World!</a>
-----------------------------------------------------------------
EXAMPLE:
[pl id='33' link='1' title='Read!']
RETURNS:
<a href="http://wwww.mysite.com/hello-world">Read!</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment