Filename: gpwc-word-count.php
gpwc-word-count.php
<?php /** * Gravity Perks // Word Count // Ignore Words Inside Parentheses * https://gravitywiz.com/documentation/gravity-forms-word-count/ */ add_filter( 'gpwc_word_count', function( $word_count, $words ) { $words = preg_split( '/[ \n\r]+/', trim( preg_replace( '/\(([^)]+)\)/', '', $words ) ) ); return count( $words ); }, 10, 2 );
Your email address will not be published. Required fields are marked *
Comment *
Notify me of followup comments via e-mail
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.
By commenting, I understand that I may receive emails related to Gravity Wiz and can unsubscribe at any time.
Δ