feature/online-consultant: resolve conflict code styling for psr2
This commit is contained in:
commit
67138a09a8
1 changed files with 10 additions and 0 deletions
|
@ -386,6 +386,16 @@ if (!class_exists('WC_Retailcrm_Base')) {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Initialize online consultant
|
||||
*/
|
||||
public function initialize_online_assistant()
|
||||
{
|
||||
if (!is_admin()) {
|
||||
echo $this->get_option('online_assistant');
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Get retailcrm api client
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue