Title: Calling variable is incorrect?
Last modified: November 18, 2022

---

# Calling variable is incorrect?

 *  [itsmeit](https://wordpress.org/support/users/itsmeit/)
 * (@itsmeit)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/calling-variable-is-incorrect/)
 * I just installed and tested the plugin, but it doesn’t show errors ([images](https://prnt.sc/qdqyEhJhXqTa))
 * Error when calling **$this->options[‘message’]** but it was declared in __construct():
 *     ```
       // Setting plugin defaults here:
        $this->option_defaults = array(
           'redirect'     => 'no',
           'redirect_url' => 'https://example.com',
           'message'      => __( '<strong>ERROR</strong>: Your email has been banned from registration.', 'ban-hammer' ),
       		);
       ```
   
 * Is this wrong?
    -  This topic was modified 3 years, 6 months ago by [itsmeit](https://wordpress.org/support/users/itsmeit/).
    -  This topic was modified 3 years, 6 months ago by [itsmeit](https://wordpress.org/support/users/itsmeit/).
    -  This topic was modified 3 years, 6 months ago by [itsmeit](https://wordpress.org/support/users/itsmeit/).
    -  This topic was modified 3 years, 6 months ago by [itsmeit](https://wordpress.org/support/users/itsmeit/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [3 years, 6 months ago](https://wordpress.org/support/topic/calling-variable-is-incorrect/#post-16213125)
 * Found the typo :facepalm: Pushing now.

Viewing 1 replies (of 1 total)

The topic ‘Calling variable is incorrect?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ban-hammer_d33539.svg)
 * [Ban Hammer](https://wordpress.org/plugins/ban-hammer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ban-hammer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ban-hammer/)
 * [Active Topics](https://wordpress.org/support/plugin/ban-hammer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ban-hammer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ban-hammer/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/calling-variable-is-incorrect/#post-16213125)
 * Status: not resolved