Japh / Favorite-Plugins

Quickly and easily access and install your favorited plugins from WordPress.org, right from your dashboard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check if plugin_install_status and get_plugin_info are still needed

Japh opened this issue · comments

commented

These were added because the built-in WordPress equivalents weren't available, which could have been due to ajax. Now that I've removed ajax, I may be able to use the built-in functions again.

commented

This was fixed in SHA: ba2131d

commented

plugin_install_status was no longer necessary ( swapped back to install_plugin_install_status ), but get_plugin_info is actually a partial, and is required.