apply_filters( 'learndash_post_args', array $post_args )
Filters post arguments used to create the custom post types and everything associated with them.
Description Description
Parameters Parameters
- $post_args
-
An array of custom post type arguments.
Source Source
File: includes/class-ld-lms.php
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |