Function Hook_preview_cns_post->run
Definitions
sources/hooks/systems/preview/cns_post.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
* Run function for preview hooks.
*
* @return array A pair: The preview, the updated post Comcode (may be null)
*/
public function run() : array

