apply_filters( 'llms_metaboxes_llms_post_types', string[] $post_types, WP_Post $post )

Filters the post type names that are secific of LifterLMS.


Description Description

Used to determine whether or not fire actions of the type "lifterlms_process_{$post->post_type}_meta" on save.


Top ↑

Parameters Parameters

$post_types

(string[]) Array of post type names.

$post

(WP_Post) WP_Post instance.


Top ↑

Source Source

File: includes/admin/post-types/class.llms.meta.boxes.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.