Skip to content

Commit 5a8881b

Browse files
authored
gw-entry-count-shortcode-advanced.php: Updated header again.
1 parent 99ee54a commit 5a8881b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gravity-forms/gw-entry-count-shortcode-advanced.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
* - display_min_alt_text (string): The text to display if the entry count is less than display_min.
2020
*
2121
* Example Usage:
22-
* ```[gform_shortcode_entry_count id="1" field_id="2" value="example" field_filters="3:is:example,4:>5" field_filters_mode="any" format="comma" start_date="2023-01-01" end_date="2023-12-31" current_user="true" display_min="10" display_min_alt_text="Less than 10 entries"]```
22+
* ```
23+
* [gform_shortcode_entry_count id="1" field_id="2" value="example" field_filters="3:is:example,4:>5" field_filters_mode="any" format="comma" start_date="2023-01-01" end_date="2023-12-31" current_user="true" display_min="10" display_min_alt_text="Less than 10 entries"]
24+
* ```
2325
*/
2426
add_filter( 'gform_shortcode_entry_count', function( $output, $atts ) {
2527

0 commit comments

Comments
 (0)