apply_filters( 'classifai_recommended_block_markup', $final_markup, $attributes, $response, $actions ) → {string}
Filter the recommended content block markup
Parameters:
Name | Type | Description |
---|---|---|
$final_markup |
string | HTML Markup of recommended content block. |
$attributes |
array | Attributes of blocks. |
$response |
object | Object of personalizer response. |
$actions |
array | Selected actions(posts) to send in request to personalizer. |
- Since:
- 1.8.0
- Source:
Returns:
The filtered markup.
- Type
- string