add_join( "INNER JOIN {$this->wpdb->prefix}icl_translation_batches translation_batches ON translation_batches.id = original_translations.element_id" ); $query_builder->add_AND_where_condition( "original_translations.element_type = 'st-batch_strings'" ); } protected function get_type() { return WPML_TM_Job_Entity::STRING_BATCH; } }