Plugin Directory

Changeset 2100861


Ignore:
Timestamp:
06/05/2019 07:47:14 AM (7 years ago)
Author:
botcorp
Message:

fix shortcode

Location:
sendapi-net/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sendapi-net/trunk/admin/class-sendapi-admin.php

    r2100647 r2100861  
    2222            __FILE__,
    2323            array( $this, 'load_admin_page_content' ), // Calls function to require the partial
    24             plugins_url('sendapi-net/images/whatsapp-menu.svg' )
     24            plugins_url('sendapi-net/images/sendapi-menu.svg' )
    2525        );   
    2626    }
  • sendapi-net/trunk/public/class-sendapi-public.php

    r2100210 r2100861  
    109109        }
    110110        $image_url = ($thumb ? $thumb : $first_image_url);
    111         echo $sendapi_button_name;
    112111        return
    113112        '
    114         <div class="sp-woo-products-button">
    115         <div class="sendapi_widget"
     113        <div class="sendapi_widget"
    116114        data-widget_theme="1"
    117         data-button_text='.$sendapi_button_name.'
     115        data-button_text="'.$sendapi_button_name.'"
    118116        data-widget_title=""
    119117        data-widget_description="false"
     
    128126        >
    129127    </div>
    130 </div>
    131128        ';
    132129    }
Note: See TracChangeset for help on using the changeset viewer.