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