This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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() { |