Browse: Home / Classes / SFWD_LMS /

SFWD_LMS::pre_update_option_active_plugins

SFWD_LMS::pre_update_option_active_plugins( array $active_plugins )

This is called from the update_options() function for the option ‘active_plugins’. Using this filter we can remove our plugin path we added via the option_active_plugins_proc filter.


Description #


Parameters #

$active_plugins

(array) (Required) An array of the current active plugins.


Return #

(array) $active_plugins


Source #

File: includes/class-ld-lms.php


Changelog #

Changelog
Version Description
2.3.0.3 Introduced.