MarieComet / mc-acf-flexible-template

WordPress plugin makes it possible to save the ACF flexible content fields as templates
71 stars 20 forks source link

Fix some coding standards #4

Closed Mahjouba91 closed 6 years ago

Mahjouba91 commented 6 years ago

I fixed some coding standards issues.

Also, when you use maybe_serialize function, you don't have to check if it's serialized before, because the function already handle it, so it serialize the array only if it's not already serialized.