Untitled
unknown
plain_text
a year ago
133 B
6
Indexable
$barcode = '';
if ( is_string( $data['comment_content'] ) ) {
$barcode = trim( $data['comment_content'] );
}
Editor is loading...
Leave a Comment
$barcode = '';
if ( is_string( $data['comment_content'] ) ) {
$barcode = trim( $data['comment_content'] );
}