Is there a way using the_content action to check if it's currently doing an excerpt?
I want to avoid execution of my widget if it's the in excerpt. Realistically I ONLY want it executing inside of page/posts content on the full content views. I'm already checking is_feed(), but maybe there's a better overall solution.