jetpack_sync_callable_whitelist, array(
jetpack_sync_callable_whitelist, array(
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_sync_callable_whitelist, array(') is found 2 times:
- /jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php line 127
*/ public function set_late_default() { if ( is_multisite() ) { $late_callables = array_merge( apply_filters( 'jetpack_sync_callable_whitelist', array() ), apply_filters( 'jetpack_sync_multisite_callable_whitelist', array() ) ); } else { $late_callables = apply_filters( 'jetpack_sync_callable_whitelist', array() ); } if ( ! empty( $late_callables ) && is_array( $late_callables ) ) { - /jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php line 131
apply_filters( 'jetpack_sync_callable_whitelist', array() ), apply_filters( 'jetpack_sync_multisite_callable_whitelist', array() ) ); } else { $late_callables = apply_filters( 'jetpack_sync_callable_whitelist', array() ); } if ( ! empty( $late_callables ) && is_array( $late_callables ) ) { $this->callable_whitelist = array_merge( $this->callable_whitelist, $late_callables ); } }