File manager - Edit - C:/inetpub/vhosts/alsawaripharma.com/icte-dubai.com/wp-content/themes/suitbuilder/inc/function/words-count.php
Back
<?php /** * Returns word count of the sentences. * * @since suitbuilder 1.0.0 */ if ( ! function_exists( 'suitbuilder_words_count' ) ) : function suitbuilder_words_count( $length = 25, $suitbuilder_content = null ) { $length = absint( $length ); $more = esc_html__( '…','suitbuilder' ); $source_content = preg_replace( '`\[[^\]]*\]`', '', $suitbuilder_content ); $trimmed_content = wp_trim_words( $source_content, $length, $more ); return $trimmed_content; } endif;
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 0.1 |
proxy
|
phpinfo
|
Settings