NOOP_Translations::add_entry()publicWP 1.0

Method of the class: NOOP_Translations{}

No Hooks.

Return

null. Nothing (null).

Usage

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

NOOP_Translations::add_entry() code WP 6.5.2

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