novaramedia / novaramedia-com

Visibility should be explicitly declared PHP-W1088
Bug risk
Major
2 years ago2 years old
Visibility should be explicitly set for add_options_page_metabox() method
 89   * Add the options metabox to the array of metaboxes
 90   * @since  0.1.0
 91   */
 92  function add_options_page_metabox() { 93
 94    $options_metabox = new_cmb2_box( array(
 95      'id'      => $this->metabox_id,