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.