wordpress-popular-posts
wordpress-popular-posts copied to clipboard
Remove Lefovers from the "Classic" Widget
After the official removal of the "classic" widget we still need to work on the following:
- [x] Remove the
/wp-json/wordpress-popular-posts/v1/popular-posts/widget/
endpoint. - [ ] Remove the
WordPressPopularPosts\Widget
class. - [x] Remove related JS code from
/assets/js/wpp.js
. - [x] Remove related CSS selector from Front.php (see
inline_loading_css()
). - [x] Update all widget related entries on the wiki (including REST API endpoint docs).