jetpack_sync_comment_meta_whitelist, self::$comment_meta_whitelist
jetpack_sync_comment_meta_whitelist, self::$comment_meta_whitelist
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_sync_comment_meta_whitelist, self::$comment_meta_whitelist') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php line 850
* @since-jetpack 5.7.0 * * @param array The default list of comment meta data keys. */ return apply_filters( 'jetpack_sync_comment_meta_whitelist', self::$comment_meta_whitelist ); } /** * Comment types whitelist. * * @var array Comment types that are synced.