You appear to be a bot. Output may be restricted
Description
This function returns the values of any active Jetpack modules.
Usage
$array = Abstract_Jetpack_Site::get_jetpack_modules();
Parameters
Returns
array
Source
File name: jetpack/sal/class.json-api-site-jetpack-base.php
Lines:
1 to 4 of 4
public function get_jetpack_modules() { return array_values( Jetpack_Options::get_option( 'active_modules', array() ) ); }