_email_newreply_body_inputfield
Show a
Description
_email_newreply_body_inputfield();
Usage
if ( !function_exists( '_email_newreply_body_inputfield' ) ) { require_once ABSPATH . PLUGINDIR . 'bbpress-notify/bbpress-notify.php'; } // NOTICE! Understand what this does before running. $result = _email_newreply_body_inputfield();
Defined (1)
The function is defined in the following location(s).
- /bbpress-notify.php
- function _email_newreply_body_inputfield()
- {
- printf('<textarea id="bbpress_notify_newreply_email_body" name="bbpress_notify_newreply_email_body" cols="50" rows="5">%s</textarea>', get_option('bbpress_notify_newreply_email_body'));
- printf('<p>%s: [blogname], [reply-title], [reply-content], [reply-excerpt], [reply-url], [reply-replyurl], [reply-author]</p>', __('Shortcodes', 'bbpress_notify'));
- }