[Plugin: Gravity Forms Custom Post Types] Update gfcptaddon.php (debug fix)
-
Debug: Notice: Use of undefined constant _FILE_ – assumed ‘_FILE_’ in /Users/bushaw/Sites/wpclients/wp-content/plugins/gravity-forms-custom-post-types/gfcptaddon.php on line 62
$gf_cpt_addon->init(_FILE_);
To
$gf_cpt_addon->init(‘_FILE_’);
Thanks,
Styledevhttps://www.ads-software.com/extend/plugins/gravity-forms-custom-post-types/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Gravity Forms Custom Post Types] Update gfcptaddon.php (debug fix)’ is closed to new replies.