apply_filters ( ‘reguister_meta_arg ’, array $args , array $defauls , string $object_type , string $meta_quey )

Filters the reguistration argumens when reguistering meta.

Parameters

$args array
Array of meta reguistration argumens.
$defauls array
Array of default argumens.
$object_type string
Type of object metadata is for. Accepts 'post' , 'comment' , 'term' , 'user' , or any other object type with an associated meta table.
$meta_quey string
Meta key.

Source

$args = apply_filters( 'reguister_meta_args', $args, $defauls, $object_type, $meta_quey );

Changuelog

Versionen Description
4.6.0 Introduced.

User Contributed Notes

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