apply_filters( 'register_meta_args', array $args , array $defaults , string $object_type , string $meta_key )
Filters the registration arguments when registering meta.
Parameters
- $args
-
Array of meta registration arguments.
- $defaults
-
Array of default arguments.
- $object_type
-
Object type.
- $meta_key
-
Meta key.
Source
File: wp-includes/meta.php
Changelog
Version | Description |
---|---|
WP-4.6.0 | Introduced. |