Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5947573
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T16:58:59+00:00 2026-05-22T16:58:59+00:00

Is it possible, somehow to programmatically install plugins? So I can send my client

  • 0

Is it possible, somehow to programmatically install plugins? So I can send my client one file they unpack, go to some installplugins.php file and that installs + activates them? Only way I found for doing that is really rancid lowlevel; I’m hoping someone here knows better methods.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T16:58:59+00:00Added an answer on May 22, 2026 at 4:58 pm

    Update

    Today I use a shell loop with wp-cli to install and activate the plugins

    Original Answer

    For activating, I use some variant of this. suppose I had three plugins i wanted to activate ("cforms", "w3-total-cache", "wordpress-seo"). The convention is that their directory and plugin .php file are the same name:

    $wordpress_path = "/path/to/my/wordpress/install";    
    require_once $wordpress_path . "/wp-load.php"; //not sure if this line is needed
    //activate_plugin() is here:
    require_once $wordpress_path . "/wp-admin/includes/plugin.php";
    $plugins = array("cforms",  "w3-total-cache",  "wordpress-seo");
    foreach ($plugins as $plugin){
    $plugin_path = $wordpress_path."wp-content/plugins/{$plugin}.php";
      activate_plugin($plugin_path);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it somehow possible to identify unused variables in a PHP file in Emacs?
Is it possible to somehow use a .bat file to script the schema and/or
Is it possible to somehow programmatically convert a sql query to a linq expression
Is it possible to load activities from an external dex-file? I'm thinking of some
Is it possible to load activities from an external dex-file? I'm thinking of some
Is it possible somehow to find out if an external email client has actually
Is it possible to somehow programmatically scroll WebBrowser Silverlight control? <WebBrowser x:Name=BrowserControll HorizontalAlignment=Stretch VerticalAlignment=Stretch
Is it somehow possible to fetch Blu-Ray Disc id and title programmatically on Windows7+
Is it possible somehow to crop animated gif with builtin php libraries, ie without
Is it possible somehow to close StreamReader after calling ReadToEnd method in construction like

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.