apply_filters( 'llms_generator_cloned_post_title_suffix', string $status , array $raw , LLMS_Generator $generator )
Filters the suffix appended to the WP_Post title of a duplicated post when cloning a course or lesson
Description Description
Parameters Parameters
- $status
-
The WP_Post status to use for the duplicate of the post. Default: "draft".
- $raw
-
Raw data array passed into the generator.
- $generator
-
Generator instance.
Source Source
File: includes/class-llms-generator-courses.php
Changelog Changelog
Version | Description |
---|---|
4.13.0 | Introduced. |