This circuit represents a type 2 compensator, featuring a zero and an origin pole. I can obtain its ac transfer function using Thévenin as previously detailed:
\$R_{th}=R_0||R_1\$
\$Z_1(s)=(R_2+\frac{1}{sC_2})||(\frac{1}{sC_1})\$
\$G(s)=-\frac{R_0}{R_0+R_1}\frac{Z_1(s)}{R_{th}+R_3}\$
If you develop, you will obtain a moderately-complicated high-entropy expression: you won't see where the gain, poles and zeros are located and trying to express the result in a clear and ordered form will require some extra energy. However, nothing insurmountable here. If you do the maths ok and rearrange, you should get
\$G(s)=-\frac{R_0}{C_1+C_2}\frac{1+sR_2C_2}{s(R_0(R_1+R_3)+R_1R_3)(1+sR_2\frac{C_1C_2}{C_1+C_2})}\$
We can also determine this transfer function using Fast Analytical Circuits Techniques or FACTs especially if we want to consider a non-infinite open-loop gain that I call \$A_{OL}\$. I start by calculating the dc transfer function for \$s=0\$ which means I open all capacitors:
\$G_0=-A_{OL}\frac{R_0}{R_1+R_0}\$
Then, I will determine the resistance "seen" from capacitor \$C_1\$ while \$C_2\$ is open (that will give me \$\tau_1\$) and the resistance "seen" from capacitor \$C_2\$ while \$C_1\$ is open (that will give me \$\tau_2\$). I can determine these resistances by installing a current source \$I_T\$ over the connecting terminals of \$C_1\$ and determine the voltage \$V_T\$ across the current source. The ratio of \$V_T\$ over \$I_T\$ will give me the resistance I need. If I do that properly, I should find:
\$\tau_1=C_1((R_3+R_1||R_0)(1+A_{OL})\$
\$\tau_2=C_2((R_3+R_1||R_0)(1+A_{OL})+R_2)\$
Adding these two time constants gives \$b_1=\tau_1+\tau_2\$
I will now determine the resistance "seen" from capacitor \$C_2\$ when \$C_1\$ is placed in its high-frequency state (a short circuit). This resistance is simply \$R_2\$. The second-order coefficient is then determined by
\$b_2=\tau_1\tau_{12}=C_1((R_3+R_1||R_0)(1+A_{OL})R_2C_2\$
The denominator \$D(s)\$ is then equal to \$D(s)=1+sb_1+s^2b_2\$. The numerator is immediately found by inspection: what condition in the transformed circuit (in which caps are replaced by their impedance definitions) would prevent the excitation from producing a response? Otherwise stated, when \$V_{in}\$ is tuned to the zero frequency, what condition can produce a so-called output null \$V_{out}=0\;V\$? If the branch made of \$C_2\$ and \$R_2\$ is a transformed short circuit. In other words, the root of this series impedance is \$s_z=-\frac{1}{R_2C_2}\$. This is it, we have our transfer function including the impact of the op amp open-loop gain equal to:
\$G(s)=G_0\frac{1+\frac{s}{\omega_z}}{1+b_1s+b_2s^2}\$
If I now consider the low-\$Q\$ approximation (\$Q<<1\$), the second-order polynomial form can be replaced by two cascaded poles placed at \$1/b_1\$ and \$b_1/b_2\$. If you develop everything, rearrange and consider \$A_{OL}\$ approching infinity, then you should find the following nice low-entropy form:
\$G(s)=G_0\frac{1+\frac{\omega_z}{s}}{1+\frac{s}{\omega_p}}\$
in which:
\$G_0=-\frac{R_0}{R_0+R_1}\frac{R_2C_2}{(C_1+C_2)(R_3+R_1||R_0)}\$ \$\omega_z=\frac{1}{R_2C_2}\$ \$\omega_p=\frac{C_1+C_2}{C_1C_2R_2}\$
This is truly a low-entropy form featuring an inverted zero in the numerator.
The dynamic response of this circuit is shown below

As you can see, we have an excellent agreement between the expressions.
The FACTs are truly unbeatable in terms of execution speed. You obtain a low-entropy format very quickly (a format in which you see gains, poles and zeros immediately). If you are interested - and I encourage you all to acquire this skill - please have a look at my APEC 2016 seminar.
Also, do not neglect the op amp loop gain and its internal poles when you shoot for a high crossover frequency. Check out this paper I did publish in How2Power, the on-line free newsletter.