NOOP_Translations::merge_with()publicWP 2.8.0

Merges other translations into the current one.

Method of the class: NOOP_Translations{}

No Hooks.

Return

null. Nothing (null).

Usage

$NOOP_Translations = new NOOP_Translations();
$NOOP_Translations->merge_with( $other );
$other(Translations) (required) (passed by reference — &)
-

Changelog

Since 2.8.0 Introduced.

NOOP_Translations::merge_with() code WP 6.5.2

public function merge_with( &$other ) {
}