• Resolved ildar.khasanshin

    (@ildarkhasanshin)


    before
    $plugin_data = get_plugin_data(..

    add
    if( !function_exists(‘get_plugin_data’) ){
    require_once( ABSPATH . ‘wp-admin/includes/plugin.php’ );
    }

Viewing 1 replies (of 1 total)
  • Plugin Author Kamer DINC

    (@kamerdinc)

    Thanks for your warning. It actually worked without an error on fresh install but i already included it just in case.

    #2336052

    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘fatal error get_plugin_data’ is closed to new replies.