paulbunyannet/wordpress-helper-shortcodes

Helper shortcodes used from project to project.

1.0.3 2021-07-30 20:12 UTC

This package is auto-updated.

Last update: 2024-04-29 03:51:16 UTC


README

Helper shortcodes used from project to project

Build Status

Shortcodes

[env]

Get an environment variable.

Usage

[env ENVIRONMENT_VAR_NAME]

[bloginfo]

Get blog info.

Properties

Property Default
key Required What property to get from the blog. See https://developer.wordpress.org/reference/functions/get_bloginfo/#description for all the options. name
filter Optional What filter to use on the returned value raw

Usage

[bloginfo key="url" filter="raw"]
\\ return url of the site with the raw filter