Plugin Directory

Changeset 3172856


Ignore:
Timestamp:
10/21/2024 11:25:43 AM (18 months ago)
Author:
sunny923
Message:

fix README.txt and screenshots

Location:
postviews-insights
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postviews-insights/trunk/README.txt

    r3171399 r3172856  
    2727You can use the `pvin_custom_html` filter to customize the HTML output. Here’s an example:
    2828
    29 ```php
     29```<?php
    3030add_filter('pvin_custom_html', 'custom_pvi_html_output', 10, 2);
    3131
     
    3434    return $custom_output;
    3535}
     36?>```
    3637
    3738
Note: See TracChangeset for help on using the changeset viewer.