Viewing 2 replies - 1 through 2 (of 2 total)
  • This is due to deprecated function wpcf7_admin_url used in plugin.

    In file cf7-campaignmonitor.php on approx line:358
    Replace
    $url = wpcf7_admin_url( array( 'page' => 'wpcf7' ) );

    with

    $url = admin_url( array( 'page' => 'wpcf7' ) );

    Thanks!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugins Menu – Plugins disappear’ is closed to new replies.