Make WordPress Core

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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42814, comment 48

    v1 v2  
    2121{{{#!php
    2222<?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' ) ) ) {
    2424                echo 'do something';
    2525        }