• i want to call contact form 7 from my facebook app.
    is this possible?
    this is the error message i am receiving at the moment:

    Fatal error: Call to undefined function plugin_basename() in /home1/westside/public_html/wordpress/wp-content/plugins/contact-form-7/wp-contact-form-7.php on line 31

    This is line 31 in the plugin:

    define( ‘WPCF7_VERSION’, ‘2.4.5’ );

    if ( ! defined( ‘WPCF7_PLUGIN_BASENAME’ ) )
    define( ‘WPCF7_PLUGIN_BASENAME’, plugin_basename( __FILE__ ) );

    Any assistance will be greatly appreciated.

  • The topic ‘Contact Form 7 & Facebook’ is closed to new replies.