Wedepohl Engineering Time Since

Wedepohl Engineering Time Since Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 536 downloads
Wedepohl Engineering Time Since Icon

Try plugin: Wedepohl Engineering Time Since

We'll create fresh WordPress site with Wedepohl Engineering Time Since installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Wedepohl Engineering Time Since

Shortcode to display the number of years or days since a certain date.

0


0


0


0


0

updated: 2 years ago
since: 4 years ago
author: Martin Wedepohl

Description

Shortcode to return the number of years or days since a certain date.

Usage: [we_time_since y=Y m=M d=D type="T"]

Where:
* Y = the year required
* M = the month (1 – 12) – optional Default = 1
* D = the day (1-31) – optional Default = 1
* T = the type (“year”, “day”) – optional Default = “year”

Returns:
The number of years or days since the supplied date or an error message if the date is invalid / no year supplied

Examples

I have worked at Wedepohl Engineering for [we_time_since y=1998 m=1 d=1] years

I have been sailing for [we_time_since y=2008 m=4] years

I have been on this journey for [we_time_since y=2020 m=5 d=5 type="day"] days

Actions

before_we_time_since - Called upon entry to the shortcode. Passed the array of arguments that are passed to the shortcode.
after_we_time_since - Called just before exit of the function. Passed the processed array of arguments from the shortcode.

Filters

we_time_since Called at exit of the function. Passed a string which is the results of the shortcode.

Active Contributors

  • Martin Wedepohl (Development)