-
Notifications
You must be signed in to change notification settings - Fork 27
Developer Docs
Evan Herman edited this page May 6, 2015
·
59 revisions
Description
This filter is executed when the specified MailChimp form is rendered on the front end of your site and can be used to alter the title of a given form.
Usage
Applies to a specific form
function alter_mailchimp_form_title( $form_title ) {
$form_title = 'New Form Title';
return $form_title;
}
add_action( 'yikes-mailchimp-form-title-2' , 'alter_mailchimp_form_title' );Parameters
Examples
Placement
Source Code
Home | About YIKES | Setup | Plugin Usage | Developer Documentation | Support | Copyright © 1996-2015 YIKES Inc.