jetpack_check_and_send_callables, false
jetpack_check_and_send_callables, false
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_check_and_send_callables, false') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php line 498
* @access public */ public function maybe_sync_callables() { $callables = $this->get_all_callables(); if ( ! apply_filters( 'jetpack_check_and_send_callables', false ) ) { /** * Treating Dedicated Sync requests a bit differently from normal. We want to send callables * normally with all Sync actions, no matter if they were with admin action origin or not, * since Dedicated Sync runs out of bound and the requests are never coming from an admin. */ if ( ! is_admin() && ! Dedicated_Sender::is_dedicated_sync_request() ) {