Forums
(@sykong)
16 years, 8 months ago
I think this works…
In the file [wp dir]/wp-content/plugins/contact-form-7/includes/shortcodes.php
Before $wpcf7_shortcode_manager = new WPCF7_ShortcodeManager();
$wpcf7_shortcode_manager = new WPCF7_ShortcodeManager();
Insert global $wpcf7_shortcode_manager;
global $wpcf7_shortcode_manager;