jetpack_contact_form_learn_more_button
Contact Form.
Description
jetpack_contact_form_learn_more_button();
Usage
if ( !function_exists( 'jetpack_contact_form_learn_more_button' ) ) { require_once ABSPATH . PLUGINDIR . 'jetpack-by-wordpress-com/modules/module-info.php'; } // NOTICE! Understand what this does before running. $result = jetpack_contact_form_learn_more_button();
Defined (1)
The function is defined in the following location(s).
- /modules/module-info.php
- function jetpack_contact_form_learn_more_button() {
- echo '<a class="button-secondary more-info-link" href="http://support.wordpress.com/contact-form/">' . __( 'Learn More', jetpack ) . '</a>';
- }