Skip to content

- filter for limit excerpt by word and functionality to add images on woocommerce review

Notifications You must be signed in to change notification settings

mohsin86/wordpress-limit-excerpt-word

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

wordpress-limit-excerpt-word

Add Images to Woocommerce Review

Synopsis

  • Use this filter to truncate a string
  • Include add-imag... file to add images on woocommerce review Usage

Apply the filters by calling the 'retrive_excerpt' function with the argument. Basic form:

 // Here 20 is the limit. The String of 20 words will return.
 apply_filters( 'retrive_excerpt', '20'); 
 

About

- filter for limit excerpt by word and functionality to add images on woocommerce review

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages