jetpack_full_sync_network_options, true

jetpack_full_sync_network_options, true

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_full_sync_network_options, true') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php line 115
    		 * @since-jetpack 4.2.0
    		 *
    		 * @param boolean Whether to expand options (should always be true)
    		 */
    		do_action( 'jetpack_full_sync_network_options', true );
    
    		// The number of actions enqueued, and next module state (true == done).
    		return array( 1, true );
    	}
    
    	/**