Changes between Version 1 and Version 2 of Ticket #42814, comment 48
- Timestamp:
- 04/18/2018 01:40:47 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42814, comment 48
v1 v2 21 21 {{{#!php 22 22 <?php 23 if ( in_the_loop() && ! has_shortcode( get_the_content(), ' logo-carousel-pro' ) ) ) {23 if ( in_the_loop() && ! has_shortcode( get_the_content(), 'custom-shortcode' ) ) ) { 24 24 echo 'do something'; 25 25 }