Browse: Home / Functions /

learndash_get_post_title_filter

learndash_get_post_title_filter( string $post_title = '',  int $post_id )

Returns the title for the post


Description #


Parameters #

$post_title

(string) (Optional) Title of the post.

Default value: ''

$post_id

(int) (Required) ID of the post.


Return #

(string) $post_title The title of the post


Source #

File: includes/ld-misc-functions.php


Changelog #

Changelog
Version Description
4.0.0 Introduced.