I know the definition of subgraph and induced subgraph but I am slightly confused with the following sentence
Graphs that do not contain $C_4$ as an induced subgraph let them call weakly $C_4$-free graphs.
Let's take a look at the following picture: 
Graph $G$ contains several copies of $C_4$ as a subgraph, but none of them as an induced subgraph.
I am really confused how to check manually that $G$ does not contain $C_4$ as an induced subgraph.
Can anyone explain it with details, please?
Here is a conceptually easy way to manually check if $G$ contains an induced $C_4$.
The process for checking for a $C_4$ subgraph is the same, except you omit the requirements $v_1\not\sim v_3$ and $v_2\not\sim v_4$.