Browse: Home / Hooks /

learndash_transaction_post_title

apply_filters( 'learndash_transaction_post_title' )

Filters transaction post title.


Description #


Parameters #

$post

(WP_Post) WP_Post Object for the post related to the transaction.

$user

(WP_User) WP_User Object for user related to the transaction.

$meta_fields

(<span class="array">array) Meta fields in key value pair.


Return #

(string) Modified post title.


Source #

File: includes/payments/ld-transaction-functions.php


Changelog #

Changelog
Version Description
4.5.0 Introduced.