jetpack_full_sync_updates, true
jetpack_full_sync_updates, true
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_full_sync_updates, true') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php line 386
* @since-jetpack 4.2.0 * * @param boolean Whether to expand updates (should always be true) */ do_action( 'jetpack_full_sync_updates', true ); // The number of actions enqueued, and next module state (true == done). return array( 1, true ); } /**