This filter allows developers to completely adjust the adzone html.
wp_pro_ads_adzone_html
Parameters
$data (array) (adzone_id (int)|options (array)|html (string))
Param Name | Type | Description |
---|---|---|
adzone_id | INT | the adzone id. |
options | Array | the adzone data array. |
html | String | the default html. This can be replaced with your own html. |
Return
Param Name | Type | Description |
---|---|---|
$data | Array | Only the html string is required to be returned. |