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


Parameters Parameters

$status

(string) The WP_Post status to use for the duplicate of the post. Default: "draft".

$raw

(array) Raw data array passed into the generator.

$generator

(LLMS_Generator) Generator instance.


Top ↑

Source Source

File: includes/class-llms-generator-courses.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
4.13.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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