AnsPress_Email_Hooks::ap_all_options( array $all_options )

Description #

Add reputation events option in AnsPress options.

Parameters #

  • $all_options
    array (Required) Options.

Changelog #

VersionDescription
4.1.0Introduced.

Source #

File: addons/free/email.php

598
599
600
601
602
603
604
605
public static function ap_all_options( $all_options ) {
    $all_options['emails'] = array(
        'label'    => __( 'Email Templates', 'anspress-question-answer' ),
        'template' => 'emails.php',
    );
 
    return $all_options;
}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment