You appear to be a bot. Output may be restricted
Description
Reassemble the tokens back into a string
Usage
OIK_clone_informal_relationships::join_tokens();
Parameters
Returns
void
Source
File name: oik-clone/admin/class-oik-clone-informal-relationships.php
Lines:
1 to 7 of 7
function join_tokens() { $content = null; foreach ( $this->tokens as $key => $token ) { $content .= $token['token']; } return( $content ); }