rudrastyh / misha-update-checker

This simple plugin does nothing, only gets updates from a custom server
124 stars 44 forks source link

Use transients api #8

Open chrisdavidmiles opened 2 years ago

chrisdavidmiles commented 2 years ago

Changes cache_allowed from false to true so that people using this code as a template will make use of the transient api. This change also removes two lines of commented out print_r($var) that were presumably for debugging.