nilsnolde / wordpress-markdown-git

:loop: WordPress plugin to add file content (Markdown, Jupyter notebooks) from a Git based VCS to a WordPress post; replaces https://github.com/gis-ops/md-github-wordpress
GNU General Public License v3.0
48 stars 14 forks source link

Update class-base-loader.php #39

Closed CaseyRo closed 3 years ago

CaseyRo commented 3 years ago

apparantly the 'secret' wasn't the actual option we're using here (in php 8 this gives a clear error;

PHP Warning: Undefined array key "secret"

nilsnolde commented 3 years ago

ouch, that's a painful oversight.. thanks a bunch!