Function Hook_preview_image->run

Definitions

sources/hooks/systems/preview/image.php

  • Run function for preview hooks.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • A pair: The preview, the updated post Comcode (may be null)
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Run function for preview hooks.
 *
 * @return array A pair: The preview, the updated post Comcode (may be null)
 */

public function run() : array