You appear to be a bot. Output may be restricted
Description
Builds the JOIN sources.
Usage
$string = ORM::build_join();
Parameters
Returns
string
Source
File name: wordpress-seo/lib/orm.php
Lines:
1 to 7 of 7
protected function build_join() { if ( \count( $this->join_sources ) === 0 ) { return ''; } return \implode( ' ', $this->join_sources ); }