Created
November 15, 2017 11:16
-
-
Save wpflippercode/39ad04c3cb29bbed781e8861f34a6fa6 to your computer and use it in GitHub Desktop.
Change Excerpt Length Of Main Content On Image Overlay For Any Design
This file contains hidden or 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
add_filter('design_wise_excerpt_length','change_excerpt_limit'); | |
function change_excerpt_limit($designWiseExcerpt){ | |
//changes in array according to requirement | |
return $designWiseExcerpt; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment