Function __global->cns_display_spacer_post
Definitions
sources/cns_posts.php
- Try and make a spacer post look nicer on Conversr than it automatically would.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $linked_type | ID_TEXT | No | No | required parameter | N/A | N/A | Content type |
| $linked_id | ID_TEXT | No | No | required parameter | N/A | N/A | Content ID |
Returns
- A pair: better description (may be null), better post (may be null)
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Try and make a spacer post look nicer on Conversr than it automatically would.
*
* @param ID_TEXT $linked_type Content type
* @param ID_TEXT $linked_id Content ID
* @return array A pair: better description (may be null), better post (may be null)
*/
function cns_display_spacer_post(string $linked_type, string $linked_id) : array
* Try and make a spacer post look nicer on Conversr than it automatically would.
*
* @param ID_TEXT $linked_type Content type
* @param ID_TEXT $linked_id Content ID
* @return array A pair: better description (may be null), better post (may be null)
*/
function cns_display_spacer_post(string $linked_type, string $linked_id) : array

