If a YouTube or Vimeo video exists in the first few paragraphs of a post, automatically set the post's featured image to that vidoe's thumbnail.
33
stars
24
forks
source link
Add ability to limit functionality to certain post types. #73
Open
tw2113 opened 3 months ago
Most likely a case of a filter that is an empty array by default and then do
in_array()
checks for returned value.Unsure yet if the array should be specifying which to process or which to ignore. A decision for when we want to tackle this.