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 legacy plugins directories we added via the option_active_plugins_proc filter.


Description Description


Parameters Parameters

$active_plugins

(Required) An array of the current active plugins.


Top ↑

Return Return

(array) $active_plugins


Top ↑

Source Source

File: includes/class-ld-lms.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.