Solar_Service_Akismet::submitHam()

public void Solar_Service_Akismet::submitHam ( array $data )

Submits data to Akismet to establish it as ham (i.e., not spam).

Parameters

  • (array) $data: The comment data to be established as ham.

Returns

  • (void)

Description

Submits data to Akismet to establish it as ham (i.e., not spam).

See the _prepareData() method for the list of data keys.

See Also



Local