Download the PHP package calderawp/magic-tags without Composer
On this page you can find all versions of the php package calderawp/magic-tags. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download calderawp/magic-tags
More information about calderawp/magic-tags
Files in calderawp/magic-tags
Download calderawp/magic-tags
More information about calderawp/magic-tags
Files in calderawp/magic-tags
Vendor calderawp
Package magic-tags
Short Description Magic Tag rendering system.
License GPL-2.0+
Package magic-tags
Short Description Magic Tag rendering system.
License GPL-2.0+
Keywords wordpressmagic_tags
Please rate this library. Is it a good library?
Informations about the package magic-tags
CalderaWP Magic Tags
Magic Tags renderer
Using it (Making The Magic Happen)
Built in tags
{user:[ field | meta field ]}
retrieves field or meta field of the current logged in user. e.g.{user:first_name} {user:last_name}
{_GET:[name]}
A GET var name.$_GET['page']
is{_GET:page}
{_POST:[name]}
A POST var name.$_POST['page']
is{_POST:page}
-{_REQUEST:[name]}
A REQUEST var name.$_REQUEST['page']
is{_REQUEST:page}
{date:[format]}
A PHP date format string.{date:Y-m-d}
{date:F j, Y, g:i a}
{post:[ [field | meta field] | [ post_id : [ field | meta field ] ] ] }
Post field or meta field. Array fields withh be imploded into a comma-separated list. Optional Post ID and field.{post:post_title}
or{post:223:post_title}
to get the tiel of post ID 223{ip}
IP address of the visitor
Extending - Filters
All versions of magic-tags with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package calderawp/magic-tags contains the following files
Loading the files please wait ....