Changeset 2013137
- Timestamp:
- 01/16/2019 06:18:00 AM (7 years ago)
- File:
-
- 1 edited
-
awesome-wp-comment-rating/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
awesome-wp-comment-rating/trunk/readme.txt
r2013136 r2013137 36 36 37 37 You can easily use shortcodes in a php file. Methods: 38 * Method 1: <?php echo do_shortcode( "[awcr_gauge_chart]" ); ?>39 * Method 2: <?php echo apply_filters( 'the_content',"[awcr_gauge_chart]"); ?>38 * Method 1: echo do_shortcode( "[awcr_gauge_chart]" ); 39 * Method 2: echo apply_filters( 'the_content',"[awcr_gauge_chart]"); 40 40 41 41 👉 See more information: [GitHub](https://github.com/mdobydullah/awesome-wp-comment-rating)
Note: See TracChangeset
for help on using the changeset viewer.