Browse: Home / Hooks /

{$_GET[‘post_type’])}_filters

apply_filters( "{$_GET[‘post_type’])}_filters",  boolean $lazy_load )

Filters whether to lazy load admin settings for a post type or not.


Description #

The dynamic portion of the hook $_GET['post_type'] refers to the post type slug.


Parameters #

$lazy_load

(boolean) Whether to lazy load or not.


Source #

File: includes/admin/ld-admin.php