• So, for example, this doesn’t work anymore in the new setup:

    
    #php code ... code .. code ... etc
    
    if ($ok) {
    [text-blocks id="475"]
    }
    
    #php code ... code .. code ... etc
    

    However, see below!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author webcraftic

    (@webcraftic)

    Hi,

    Thanks for your feedback!

    But I think the assessment is not fair, because it depends on your knowledge of programming.

    You can execute this code like this:

    if ($ok) {
      echo do_shortcode('[text-blocks id="475"]');		
    }

    Best regards, Alex

    Thread Starter dijkewijkhomeopaten

    (@dijkewijkhomeopaten)

    Ah. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Very useful – and shortcodes still possible!’ is closed to new replies.