course information shortcode dates default format should use blog settings options

Open Beginner friendly
#372 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
67/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Quiet
Tech stack
php
Domain
backend

Research direction

Start in includes/shortcodes/class.llms.shortcodes.php around line 358 and inspect how the course information shortcode determines its default date format. Check the blog date-format setting and verify that it is used when date_format is omitted, while an explicit option such as date_format="Y-m-d" still takes precedence.

Written by the indexing model from the issue text.

Description

good first issue hacktoberfest help wanted Status: Has Alternative

[lifterlms_course_info] shortcode

https://github.com/gocodebox/lifterlms/blob/master/includes/shortcodes/class.llms.shortcodes.php#L358

The date format can be specified using the date_format option, eg: [lifterlms_course_info date_format="Y-m-d"]

Dominant language
PHP
Stars
212
Forks
140
Avg merge
2d 14h
Merged PRs (30d)
19

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from gocodebox/lifterlms

All issues in gocodebox/lifterlms

Similar issues

More PHP issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.