Skip to content

Instantly share code, notes, and snippets.

@wpflippercode
Created November 15, 2017 11:16
Show Gist options
  • Save wpflippercode/39ad04c3cb29bbed781e8861f34a6fa6 to your computer and use it in GitHub Desktop.
Save wpflippercode/39ad04c3cb29bbed781e8861f34a6fa6 to your computer and use it in GitHub Desktop.
Change Excerpt Length Of Main Content On Image Overlay For Any Design
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