You appear to be a bot. Output may be restricted
Description
Map the IDs and reassemble the content
Is this just a target method?
Usage
OIK_clone_informal_relationships::map_ids( $string );
Parameters
- $string
- ( mixed ) required –
Returns
void
Source
File name: oik-clone/admin/class-oik-clone-informal-relationships.php
Lines:
1 to 5 of 5
function map_ids( $string ) { $this->find_ids( $string ); $new_string = $this->join_tokens(); return( $new_string ); }