NOOP_Translations::merge_with() WordPress Method
This method merges the content of two NOOP_Translations objects. The first object is modified to contain the content of both objects, and the second object is emptied.
NOOP_Translations::merge_with( object $other ) #
Contents
Parameters
- $other
(object)(Required)
Source
File: wp-includes/pomo/translations.php
public function merge_with( &$other ) { }
Expand full source codeCollapse full source codeView on TracView on GitHub