Changeset 2100861
- Timestamp:
- 06/05/2019 07:47:14 AM (7 years ago)
- Location:
- sendapi-net/trunk
- Files:
-
- 2 edited
-
admin/class-sendapi-admin.php (modified) (1 diff)
-
public/class-sendapi-public.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sendapi-net/trunk/admin/class-sendapi-admin.php
r2100647 r2100861 22 22 __FILE__, 23 23 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' ) 25 25 ); 26 26 } -
sendapi-net/trunk/public/class-sendapi-public.php
r2100210 r2100861 109 109 } 110 110 $image_url = ($thumb ? $thumb : $first_image_url); 111 echo $sendapi_button_name;112 111 return 113 112 ' 114 <div class="sp-woo-products-button"> 115 <div class="sendapi_widget" 113 <div class="sendapi_widget" 116 114 data-widget_theme="1" 117 data-button_text= '.$sendapi_button_name.'115 data-button_text="'.$sendapi_button_name.'" 118 116 data-widget_title="" 119 117 data-widget_description="false" … … 128 126 > 129 127 </div> 130 </div>131 128 '; 132 129 }
Note: See TracChangeset
for help on using the changeset viewer.