NOOP_Translations::add_entrypublicWP 1.0

Method of the class: NOOP_Translations{}

No Hooks.

Returns

null. Nothing (null).

Usage

$NOOP_Translations = new NOOP_Translations();
$NOOP_Translations->add_entry( $entry );
$entry(required)
.

NOOP_Translations::add_entry() code WP 7.0

public function add_entry( $entry ) {
	return true;
}