apply_filters( 'register_meta_args', array $args, array $defaults, string $object_type, string $meta_key )

Filters the registration arguments when registering meta.


Description Description


Parameters Parameters

$args

(array) Array of meta registration arguments.

$defaults

(array) Array of default arguments.

$object_type

(string) Object type.

$meta_key

(string) Meta key.


Top ↑

Source Source

File: wp-includes/meta.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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