joshuadavidnelson / disable-blog

All the power of WordPress, without a blog. This plugin removes blog related functionality.
https://wordpress.org/plugins/disable-blog/
GNU General Public License v2.0
52 stars 6 forks source link

Customizer error if front page section is missing #59

Closed joshuadavidnelson closed 1 year ago

joshuadavidnelson commented 2 years ago

Per this support forum post, if the static_front_page section doesn't exist the plugin will throw an error related to the javascript intent on modifying that section. A fix should do a isset check on that section before attempting to modify it.