Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #42814, comment 48


Ignore:
Timestamp:
04/18/2018 01:40:12 PM (7 years ago)
Author:
davisshaver
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42814, comment 48

    initial v1  
    1818}}}
    1919
     20For 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}}}