Changes between Initial Version and Version 1 of Ticket #42814, comment 48
- Timestamp:
- 04/18/2018 01:40:12 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42814, comment 48
initial v1 18 18 }}} 19 19 20 For now, I have patched in implementation like so: 21 {{{#!php 22 <?php 23 if ( in_the_loop() && ! has_shortcode( get_the_content(), 'logo-carousel-pro' ) ) ) { 24 echo 'do something'; 25 } 26 }}}