apply_filters( "{$_GET[‘post_type’])}_filters", boolean $lazy_load )
Filters whether to lazy load admin settings for a post type or not.
Description Description
The dynamic portion of the hook $_GET['post_type']
refers to the post type slug.
Parameters Parameters
- $lazy_load
-
(boolean) Whether to lazy load or not.
Source Source
File: includes/admin/ld-admin.php