/ Published in: PHP
Add this bit of code to functions.php
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
if (get_option('medium_crop') === false) { add_option('medium_crop, '1'); } else { update_option('medium_crop', '1'); }