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

Whether to lazy load or not.


Top ↑

Source Source

File: includes/admin/ld-admin.php


Top ↑

User Contributed Notes User Contributed Notes

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