Support » Plugin: Shortcode Generator » [Plugin: Shortcode Generator] Admin Pages Broken, Doesn't Save Shortcodes

  • Admin Pages
    Admin pages had to be fixed. PHP code for generated links inserts constants into URL incorrectly. In order to fix, replace:

    <?=SCG_ADMIN_PATH ?>

    With:

    <?php echo SCG_ADMIN_PATH ?>

    Doesn’t Save Shortcodes
    I have no idea what’s going on here. I don’t know enough PHP to feel competent diagnosing this issue.

    It’s a great concept, but it doesn’t work.

    http://wordpress.org/extend/plugins/shortcode-generator/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Shortcode Generator] Admin Pages Broken, Doesn't Save Shortcodes’ is closed to new replies.