apply_filters( "llms_get_{$this->model_post_type}_date_format", string $format )

Filters the date format


Description Description

The dynamic portion of this hook, $this->model_post_type, refers to the model’s post type. For example "course", "lesson", "membership", etc…


Top ↑

Parameters Parameters

$format

(string) The date format.


Top ↑

Source Source

File: includes/abstracts/abstract.llms.post.model.php

View on GitHub


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.