You appear to be a bot. Output may be restricted
Description
Immediately sends actions on init for the current dedicated Sync request.
Usage
Actions::add_dedicated_sync_sender_init();
Parameters
Returns
void
Source
File name: jetpack/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php
Lines:
1 to 9 of 9
public static function add_dedicated_sync_sender_init() { if ( apply_filters( 'jetpack_sync_sender_should_load', true ) ) { self::initialize_sender(); self::$sender->do_dedicated_sync_and_exit(); } }