apply_filters( 'learndash_post_meta_processed', boolean $process , string $post_type )
Filters whether to post meta is processed or not.
Description Description
Parameters Parameters
- $process
-
True or Fals to process post meta.
- $post_type
-
The post type slug.
Source Source
File: includes/course/ld-course-functions.php
Changelog Changelog
Version | Description |
---|---|
3.4.1 | Introduced. |