Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter DIE_SEL_DE

    (@die_sel_de)

    is it possible to update db with that: ?

    UPDATE [wp_posts] SET [post_content] = REPLACE([post_content], ‘code_snippet id=”10″’, ‘rsnippet id=”10″ name=”Single Post”‘)

    Thread Starter DIE_SEL_DE

    (@die_sel_de)

    all good, made with db sql update:

    UPDATE wp_posts SET post_content = REPLACE ( post_content, ‘code_snippet id=”10″‘, ‘rsnippet id=”10″ name=”Single Post”‘ );

    Plugin Author aftamat4ik

    (@aftamat4ik)

    Hmmm., sorry for that. I will fix it. Sorry again, just wait a sec.

    Plugin Author aftamat4ik

    (@aftamat4ik)

    now it’s fixed, just update. now code_snippet shortcodes will work to

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘AHH -AFTER UPDATE …’ is closed to new replies.