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