Contents
Description
The wsf_submit_get_by_hash PHP function returns a submit object by hash.
Usage
wsf_submit_get_by_hash( $submit_hash );
Parameters
$submit_hash
StringThe submit hash.
Return
$submit_object
Submit ObjectThe submit object. An exception is thrown if the submit object cannot be found.