wpseek.com
A WordPress-centric search engine for devs and theme authors
_wp_register_meta_args_allowed_list is private and should not be used in themes or plugins directly.
_wp_register_meta_args_allowed_list › WordPress Function
Since5.5.0
Deprecatedn/a
› _wp_register_meta_args_allowed_list ( $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.