The prior is computed in:
(for intercept this is called with center = FALSE, and the most relevant part is location_y <- round(median(y_link), 1) )
center = FALSE
location_y <- round(median(y_link), 1)
Does that answer your question?