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