AnsPress_Email_Hooks::ap_all_options( array $all_options )
Description #
Add reputation events option in AnsPress options.
Parameters #
- $all_optionsarray (Required) Options.
Source #
File: addons/free/email.php
public static function ap_all_options( $all_options ) {
$all_options['emails'] = array(
'label' => __( 'Email Templates', 'anspress-question-answer' ),
'template' => 'emails.php',
);
return $all_options;
}
Expand full source code Collapse full source code View on GitHub: addons/free/email.php:598
Add your comment