jetpack_sync_get_themes_callable, $themes
jetpack_sync_get_themes_callable, $themes
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_sync_get_themes_callable, $themes') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/class-functions.php line 676
* @since 1.31.0 * * @param array $themes The list of installed themes formatted in an array with a collection of information extracted from the Theme's headers */ return apply_filters( 'jetpack_sync_get_themes_callable', $themes ); } /** * Return the list of active Jetpack modules. * * @since 1.34.0