analogwp / analogwp-templates

Style Kits for Elementor adds a number of intuitive styling controls in the Elementor editor that allow you to apply styles globally or per page.
https://analogwp.com
27 stars 7 forks source link

Drop REST API usage for Elementor install/active checks #561

Closed lushkant closed 2 years ago

lushkant commented 2 years ago

/wp/v2/plugins route is now secured and inaccessible via WP_REST_Request, given if we do manage to make it accessible as we know most of the security plugins disable REST usage, so let's switch to the standard get_plugins method to check for installed/activated plugin.