• This Plugin is awesome big credits to the Author WillBontrager.

    When I use it in post/page like this:
    [insert_php]
    echo ‘TEST’;
    [/insert_php]

    Display result is:
    ————-
    TEST
    ————-

    It’s working great with no problem at all.
    When I wrap it with some other short-code like this:

    [full_width_section]
    [insert_php]
    echo ‘TEST’;
    [/insert_php]
    [/full_width_section]

    Display result is:
    ————-
    [full_width_section]
    TEST
    [/full_width_section]
    ————-

    Other shortcodes are not evaluated.

    I hope someone have time to write me some replay.

    https://www.ads-software.com/plugins/insert-php/

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

    (@willbontrager)

    Hi,

    Although the Insert PHP codes appear as if they were shortcodes, they aren’t. They’re only markers for the plugin to extract the PHP code and replace it with the results.

    There may be some conflict with timing, like Insert PHP running before the shortcode or vice versa.

    I don’t know how to solve this.

    Will

    Thread Starter SPeshov

    (@speshov)

    Alright Will, thanks for your fast response.

    I think that if the plugin is using something different from
    [insert_php][/insert_php] it will be alright.

    I was planing to change that in the plugin editor, but it will take me time so I searched for other similar plugin with different syntax and it’s working good.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Breaks Other Shortcodes’ is closed to new replies.