apply_filters( 'DevOwl/Multilingual/Copy/Meta/$type/$meta_key', $meta_value, $from, $to, string, string ) → {mixed}
Allows to modify a meta value when it gets copied to another language.
Parameters:
Name | Type | Description |
---|---|---|
$meta_value |
mixed | |
$from |
int | Object id of source language item |
$to |
int | Object id of destination language item |
string |
$locale Destination locale |
|
string |
$meta_key |
Returns:
- Type
- mixed