Browse: Home / Hooks /

learndash_post_meta_processed

apply_filters( 'learndash_post_meta_processed',  boolean $process,  string $post_type )

Filters whether to post meta is processed or not.


Description #


Parameters #

$process

(boolean) True or False to process post meta.

$post_type

(string) The post type slug.


Source #

File: includes/course/ld-course-functions.php


Changelog #

Changelog
Version Description
3.4.1 Introduced.