-
-
Save hothanhan/52b01fbac74308006fb3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php $trimmed = wp_trim_words( $text, $num_words = 55, $more = null ); ?> | |
/*** Mô tả ************* | |
$text | |
(string) (required) Text to trim | |
Default: None | |
$num_words | |
(integer) (optional) Number of words | |
Default: 55 | |
$more | |
(string) (optional) What to append if $text needs to be trimmed. | |
Default: '…' | |
Hết mô tả ***/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment