VG
web things
.
Disable Gravity Forms View Counter
<?php
add_filter
(
'gform_disable_view_counter'
,
'__return_true'
);