wpseek.com
A WordPress-centric search engine for devs and theme authors
_wp_register_meta_args_whitelist is private and should not be used in themes or plugins directly.
_wp_register_meta_args_whitelist › WordPress Function
Since4.6.0
Deprecated5.5.0
› _wp_register_meta_args_whitelist ( $args, $default_args )
Access: |
|
Parameters: (2) |
|
Returns: |
|
Defined at: |
|
Codex: |
Filters out `register_meta()` args based on an allowed list.
register_meta()
args may change over time, so requiring the allowed list
to be explicitly turned off is a warranty seal of sorts.