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