Skip to content

Instantly share code, notes, and snippets.

@Chanel955
Chanel955 / wol-constantcontact1.txt
Created July 15, 2023 22:09
WOL constant contact support issue July 2023
[2021-09-02 04:29:23] API.INFO: ConstantContact_API::add_contact:527 - json.max.length.violation - #/notes/0/note: Value exceeds maximum length of 500. [] []
[2021-09-02 04:29:23] API.INFO: Submitted contact data ["Extra information",[{"first_name___7e7a6eef7e0a3734f39d6757b27d474b":{"key":"first_name","val":"Mark"},"last_name___86b6d953df0fd1bff8e02cde526c2b3c":{"key":"last_name","val":"Schaefer"},"email___3c59495a3edf2d27cd20fc1987544522":{"key":"email","val":"***@nutricompany.com"},"email":"***@nutricompany.com","custom_text_area___bb89b7369d92fa313e592a0fbda99844":{"key":"custom_text_area","val":"By way of introduction, I am Mark Schaefer with Nutritional Products International (nutricompany.com). We serve international and domestic manufacturers seeking to gain more distribution within the United States. Your brand at writeoutloudsd.com recently caught my attention, so I am contacting you to discuss the possibility of expanding your distribution reach. We provide expertise in all areas of distribution,
@Chanel955
Chanel955 / constant-contact-errors.log
Created May 31, 2022 16:21
WOL constant-contact-errors
[2021-09-02 04:29:23] API.INFO: ConstantContact_API::add_contact:527 - json.max.length.violation - #/notes/0/note: Value exceeds maximum length of 500. [] []
[2021-09-02 04:29:23] API.INFO: Submitted contact data ["Extra information",[{"first_name___7e7a6eef7e0a3734f39d6757b27d474b":{"key":"first_name","val":"Mark"},"last_name___86b6d953df0fd1bff8e02cde526c2b3c":{"key":"last_name","val":"Schaefer"},"email___3c59495a3edf2d27cd20fc1987544522":{"key":"email","val":"***@nutricompany.com"},"email":"***@nutricompany.com","custom_text_area___bb89b7369d92fa313e592a0fbda99844":{"key":"custom_text_area","val":"By way of introduction, I am Mark Schaefer with Nutritional Products International (nutricompany.com). We serve international and domestic manufacturers seeking to gain more distribution within the United States. Your brand at writeoutloudsd.com recently caught my attention, so I am contacting you to discuss the possibility of expanding your distribution reach. We provide expertise in all areas of distribution,
@Chanel955
Chanel955 / extra-fields-at-checkout-napo.php
Created October 8, 2021 13:33
Extra fields at checkout napo
// Extra fields at checkout
// We have to put everything in a function called on init, so we are sure Register Helper is loaded.
function my_pmprorh_init() {
// Don't break if Register Helper is not loaded.
if ( ! function_exists( 'pmprorh_add_registration_field' ) ) {
return false;
}
// Define the fields.
$fields = array();
/**
* Plugin Name: My PMPro Directory Widget
* Description: Add widget to Member Directory page to filter results.
*/
class My_PMPro_Directory_Widget extends WP_Widget {
/**
* Sets up the widget
*/
public function __construct() {