https://github.com/praxismarketingagentur/age-shortcodes
WordPress plugin to add shortcodes for the age of someone or something in years.
https://github.com/praxismarketingagentur/age-shortcodes
wordpress wordpress-development wordpress-plugin wordpress-site
Last synced: 5 months ago
JSON representation
WordPress plugin to add shortcodes for the age of someone or something in years.
- Host: GitHub
- URL: https://github.com/praxismarketingagentur/age-shortcodes
- Owner: PraxismarketingAgentur
- Created: 2023-07-01T10:37:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T10:19:04.000Z (over 2 years ago)
- Last Synced: 2025-04-07T08:41:55.173Z (about 1 year ago)
- Topics: wordpress, wordpress-development, wordpress-plugin, wordpress-site
- Language: PHP
- Homepage: https://praxismarketing-agentur.com/
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Age Shortcodes ===
Contributors: praxismarketing
Tags: shortcode, age, year, current, date, time
Requires at least: 4.0
Tested up to: 6.2.2
Stable tag: 0.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Add shortcodes for the age of someone or something in years
== Description ==
**Age Shortcodes** lets you insert the current age in years of someone or something anywhere in your WordPress site with a simple shortcode.
Use the shortcode **`[age birthday="yyyy-mm-dd"]`** in any post, page or widget to display the current age in years.
## How it works
The `[age birthday="1973-10-15"]` year old American musician Dax Riggs is best known for fronting the band Acid Bath.
The Golden Gate Bridge was opened `[age birthday="1937-05-27"]` years ago.
== Changelog ==
= 0.2 =
* Added check if shortcode is already registered
* Clarifying the usage of the shortcode in the readme.txt
= 0.1 =
* Initial Release