Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

MP_Addon_Letter_Callback::is_not_empty( $data )

Contents


Source Source

File: calculator-letter-add-on/inc/MP_Addon_Letter_Callback.php

	private function is_not_empty( $data ) {

		if ( ! empty( $data ) ) {
			return $data;
		}

		return null;
	}