Fix code style
This commit is contained in:
parent
08c5404eb4
commit
53dac1d8e3
|
@ -241,7 +241,7 @@ class InstalledExtensions {
|
||||||
$data = self::get_extension_base_data( $slug );
|
$data = self::get_extension_base_data( $slug );
|
||||||
$data['icon'] = WC_ADMIN_IMAGES_FOLDER_URL . '/marketing/facebook-icon.svg';
|
$data['icon'] = WC_ADMIN_IMAGES_FOLDER_URL . '/marketing/facebook-icon.svg';
|
||||||
|
|
||||||
if ( $data['status'] === 'activated' && function_exists( 'facebook_for_woocommerce' ) ) {
|
if ( 'activated' === $data['status'] && function_exists( 'facebook_for_woocommerce' ) ) {
|
||||||
$integration = facebook_for_woocommerce()->get_integration();
|
$integration = facebook_for_woocommerce()->get_integration();
|
||||||
|
|
||||||
if ( $integration->is_configured() ) {
|
if ( $integration->is_configured() ) {
|
||||||
|
|
Loading…
Reference in New Issue