As discussed on Discourse, simplify_fractions does not work in the example below. Also, as far as I can tell, simplify_fractions is not in the documentation.
Example
using Symbolics
@variables a b c d e f g
x1 = (a+b) / (c + d) + (g+f) / (e + d)
simplify_fractions(x1)
Version
Julia 1.6.3, Symbolics 3.4.1