Use activate_plugin()
instead:
activate_plugin( $plugin, $redirect="", $network_wide = false, $silent = false )
You need just the first parameter, the same value as in the option.
This function will call the necessary actions:
if ( ! $silent ) {
do_action( 'activate_plugin', $plugin, $network_wide );
do_action( 'activate_' . $plugin, $network_wide );
}
Note: depending on where you call activate_plugin function you might need to add this:
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
Related Posts:
- Uninstall, Activate, Deactivate a plugin: typical features & how-to
- How To Activate Plugins via Code?
- Activate a plugin through PHPMyAdmin or FTP?
- How to check if a theme is active?
- Pluggable function and activation check?
- Automatically install wordpress plugin at theme activation
- Show a confirm message before plug-in activation
- Function to activate WordPress theme inside a plugin
- Activate Plugin which is in subfolder?
- explanation for activate_plugin function in wordpress core
- Install plugin remotely
- Force plugin to fail activation
- WordPress register_activation_hook table creation not working
- Multisite: Activate plugin for subsites only?
- The plugin generated x characters of unexpected output, $wpdb not defined
- Correct way to use register_activation_hook
- Cannot run the code after I activate the plugin
- wordpress in nginx docker container connected to php:8-fpm container and mariadb container isn’t creating any tables on plugin activation
- Unable to activate wordpress importer after installing it
- How to include plugin without activation?
- Auto add content such as pages upon plugin activation?
- Detect when any plugin is activated or deactivated
- How to automate wordpress plugin activate and deactivate by php logic?
- Default Plugin Settings Not Writing to Database
- Plugin won’t activate – cannot declare class (already in use)
- Plugin Deactivate Self on Activation Errors
- How to activate plugins for my WordPress sites from a remote server
- register_activation_hook with include file [closed]
- What would be the advantages/disadvantages of remote plugin installation?
- Prevent a plugin from being automatically activated
- Is any information available in PHP files in WP about plugin activation history?
- Activated plugin is stored as an object, rather than as a path
- Own plugin corrups plugin-activation
- How to check if tables in WordPress still exists after activations
- How to block plugin activations with no known user or coming from unknown IP address range?
- Run plugins only on certain pages
- Are functions in main plugin file called before function bound to register_activation_hook runs?
- Force file download on plugin activation
- WordPress user account activation
- Multiple instance of data in plugin custom database table on plugin activation
- Why this function not working for install database on plugin activation
- Call specific plugin update
- register_activation_hook in oop approach
- How to create multiple database tables on plugin activation?
- Run function on plugin activation before plugin is loaded
- A question about register_activation hook
- rewrite_rules() not applying rules on plugin activation only after permalinks menu is clicked
- register_activation_hook() not working as expected
- Sub Plugin deactivation when Parent Plugin deactivate
- Advanced WordPress plugin activation detection
- Apparent errer when installing plugin
- Activate a plugin via a SQL query
- My plugin does not install correctly if a previous version is still installed
- Is there existing plugins to “Click-to-Launch” embedded Flash / SWF content?
- Activation flow of a plugin in a multisite environment
- How to run flush_rewrite_rules on activation after i register my custom post type using WordPress Boilerplate Plugin
- How to check for already existing plugin versions on activation? and prevent errors
- how to enable/activate a plugin per Cpanel
- install / update plugins remotely
- My WordPress activation hook isn’t working
- Cannot modify header information – headers already sent during plugin activation
- Error Copying Directory On Plugin Activation
- WordPress hook source
- API calls on plugin activation or init?
- Different plugins activated online and offline
- Problems with installing and deleting plugins
- Plugin De/Activation Not Firing On MultiSite install
- Custom Table doesn’t create on plugin activation
- Activate plugins by a theme’s functions.php?
- Is it possible to send user new password after they clicking on forgot password in word press
- why i cannot see some plugins while they are enabled on network admin page?
- Install theme as part of a plugin
- Woocommerce – Specific template for product category? [closed]
- Help!! I Screwed up my WP
- Dynamic homepage according to user role
- How to extract images of post and pages excluding header and logo image in wordpress?
- Are there plugins that interfere with the admin part of Rss widget?
- How can you include a theme template file from within a plugin (i.e. WooCommerce’s Shop page)?
- How can I restrict image upload dimensions for non-admin WordPress users?
- How to remove traces from widget during uninstallation
- Change Product Addon price based on select Variation
- WooCommerce – Maximum qty per line per product
- Where can I always find the price of a plugin
- Zoninator zone manager plugin – get and set zones programmatically
- WordPress.com Stats plugin is requiring login, and redirecting to WordPress.com on login
- Deactivate JS Script in Plugin Shortcode
- Plugin scheduled event not working
- jQuery(‘#news-ticker’).cycle is not a function
- Looking for a photo management solution
- How to make sure settings are not lost when plugin is updated?
- Define global variable in theme file and call that variable in plugin file
- Revolution Slider Toggle Devices not working
- automatically set random featured image by category in wordpress on post
- How to publish post to individual based on date
- How To Export User’s Custom Fields in CSV or XLSX
- Is it possible to disable a theme programmatically?
- Does WordPress have a way of changing the ‘Natural’ size of uploaded images?
- Disqus comments count taking long to update
- PHP and Jquery pass value from form. Update function on DataBase
- Snippet displaying LearnDash parent course title with lesson title [closed]