Menu

Post image 1
Post image 2
1 / 2
0

Polanger RP: A Modern, Lightweight Alternative to TGM Plugin Activation

DEV Community·Polanger·23 days ago
#buaWRbVH
Reading 0:00
15s threshold

We Built a Lightweight WordPress Plugin Dependency Manager If you've ever built a WordPress theme that depends on specific plugins, you probably know the pain: Users forget to install required plugins Activation steps become messy Bulk installs timeout Premium plugins need custom handling Dependency management slowly turns into boilerplate chaos We built Polanger Required Plugins (Polanger RP) to solve exactly that. It's a lightweight, single-file WordPress library that lets themes recommend, install, activate, and update plugins through a native WordPress admin experience — without external dependencies. Quick Example Drop one PHP file into your project: polanger_require_plugins([ 'woocommerce', 'elementor', [ 'slug' => 'my-premium-plugin', 'source' => 'license', ], ]); That's it. Your users get: Native WordPress admin notices Dedicated install/update screens Bulk install & activation support Automatic update detection No custom UI. No setup headache.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More