Fails with Opt_CS_REST_ListsIn
-
opt-in-campaignmonitor.php fails with
Class not found Opt_CS_REST_ListsIn
Code causing the failure:
if( !class_exists( "CS_REST_Lists" ) ) require_once Opt_CS_REST_ListsIn::$vendor_path . 'campaignmonitor/createsend-php/csrest_lists.php';
Fix:
if( !class_exists( "CS_REST_Lists" ) ) require_once Opt_In::$vendor_path . 'campaignmonitor/createsend-php/csrest_lists.php';
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Fails with Opt_CS_REST_ListsIn’ is closed to new replies.