indieweb / wordpress-micropub

A Micropub Endpoint plugin for WordPress
https://wordpress.org/plugins/micropub
51 stars 12 forks source link

Authorication Tweaks and Testing Fixes #236

Closed dshanske closed 4 years ago

dshanske commented 4 years ago

This introduces two new functions so that the apply_filters call in this function is only called in one place in the code. In a future version, plan to use the filter as a fallback and query the IndieAuth plugin directly.

It also fixes some additional testing issues and problems revealed in testing, as well as cleaning up some of the duplicate testing code between the media and micropub endpoints.