Inpsyde\MultilingualPress\Database\Table\SiteRelationsTable::default_content_sql PHP 메소드

default_content_sql() 공개 메소드

Returns the SQL string for the default content.
부터: 3.0.0
public default_content_sql ( ) : string
리턴 string The SQL string for the default content.
    public function default_content_sql()
    {
        return '';
    }