fix comment
This commit is contained in:
parent
2b873deef6
commit
04ec8cf3ef
1 changed files with 0 additions and 2 deletions
|
@ -144,7 +144,6 @@ abstract class WC_Retailcrm_Abstracts_Settings extends WC_Integration
|
|||
),
|
||||
];
|
||||
|
||||
// Used to select product statuses
|
||||
foreach (get_post_statuses() as $statusKey => $statusValue) {
|
||||
$this->form_fields['p_' . $statusKey] = [
|
||||
'title' => $statusValue,
|
||||
|
@ -875,7 +874,6 @@ abstract class WC_Retailcrm_Abstracts_Settings extends WC_Integration
|
|||
*/
|
||||
public function validate_whatsapp_number_field($key, $value)
|
||||
{
|
||||
// Checking the activity of the option for validating a phone number.
|
||||
$post = $this->get_post_data();
|
||||
|
||||
if (!empty($post['woocommerce_integration-retailcrm_whatsapp_active'])) {
|
||||
|
|
Loading…
Add table
Reference in a new issue