NOOP_Translations::merge_with
Merges other translations into the current one.
Method of the class: NOOP_Translations{}
No Hooks.
Returns
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() NOOP Translations::merge with code WP 7.0
public function merge_with( &$other ) {
}