Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-latte committed Nov 13, 2019
2 parents b358b91 + 6ac0b67 commit 2721d77
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions classes/class-p4ct-metabox-register.php
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,14 @@ public function register_main_options_metabox() {
)
);

$cmb_options->add_field(
array(
'name' => esc_html__( 'Email recipient for ugc submission', 'gpea_theme_backend' ),
'id' => 'gpea_ugc_recipient_email',
'type' => 'text',
)
);

}

/**
Expand Down

0 comments on commit 2721d77

Please sign in to comment.