NOOP_Translations::merge_with()
Method of the class: NOOP_Translations{}
No Hooks.
Return
null
. Nothing.
Usage
$NOOP_Translations = new NOOP_Translations(); $NOOP_Translations->merge_with( $other );
- $other(object) (required) (passed by reference — &)
- -
NOOP_Translations::merge_with() NOOP Translations::merge with code WP 6.1.1
public function merge_with( &$other ) { }