Changeset 3172856
- Timestamp:
- 10/21/2024 11:25:43 AM (18 months ago)
- Location:
- postviews-insights
- Files:
-
- 2 edited
-
assets/screenshot-1.png (modified) (previous)
-
trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
postviews-insights/trunk/README.txt
r3171399 r3172856 27 27 You can use the `pvin_custom_html` filter to customize the HTML output. Here’s an example: 28 28 29 ``` php29 ```<?php 30 30 add_filter('pvin_custom_html', 'custom_pvi_html_output', 10, 2); 31 31 … … 34 34 return $custom_output; 35 35 } 36 ?>``` 36 37 37 38
Note: See TracChangeset
for help on using the changeset viewer.