apply_filters( 'llms_get_post_content', string $content, WP_Post $post, array $restrictions )

Filter the post_content of a LifterLMS post type.


Parameters Parameters

$content

(string) Post content.

$post

(WP_Post) Post object.

$restrictions

(array) Result from llms_page_restricted() for the current post.


Top ↑

Source Source

File: includes/functions/llms-functions-content.php

View on GitHub



Top ↑

User Contributed Notes User Contributed Notes

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