Deprecated

This function has been deprecated.

ap_responce_message( string $id, bool $only_message = false )

Description #

Return response with type and message.

Parameters #

  • $id
    string (Required) messge id.
  • $only_message
    bool (Optional) return message string instead of array. Default value: false

Changelog #

VersionDescription
4.4.0Introduced.

Source #

File: includes/deprecated.php

function ap_responce_message( $id, $only_message = false ) {
	_deprecated_function( __FUNCTION__, '4.4.0', 'ap_response_message()' );
	return ap_response_message( $id, $only_message );
}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment