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.


Top ↑

Source Source

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


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.