Viewing 5 replies - 1 through 5 (of 5 total)
  • FTP into your site (or use whatever file management application your host provides) & delete the wp-content/plugins/easy-team-manager folder.

    Hello velodaecher,
    what version of wordpress are you using
    The plugin will work if you replace

    add_shortcode('easy-team-manager',function($atts){
    --shortcode_content--
    });

    to

    add_shortcode('easy-team-manager', 'easy_team_manager_shortcode');
    function easy_team_manager_shortcode($atts){
    --shortcode_content--
    }

    Hope it will work

    Plugin Author JW Themes

    (@jwthemes)

    We have fixed the issues and updated the plugin, so please update your plugin.
    and It’s recommend to always use Latest version of WordPress.

    Thread Starter velodaecher

    (@velodaecher)

    thanks a lot @kmlkrki. the problem is solved 🙂

    Hello velodaecher,
    Don’t forget to rate the plugin

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Parse error’ is closed to new replies.