Changeset 3162163
- Timestamp:
- 10/03/2024 01:26:25 PM (16 months ago)
- Location:
- all-in-one-contact-buttons-wpshare247/trunk
- Files:
-
- 4 edited
-
all-in-one-contact-buttons-wpshare247.php (modified) (1 diff)
-
inc/class.setting.page.php (modified) (2 diffs)
-
inc/theme_functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
all-in-one-contact-buttons-wpshare247/trunk/all-in-one-contact-buttons-wpshare247.php
r3159915 r3162163 4 4 * Plugin URI: https://wpshare247.com/ 5 5 * Description: Floating click to contact buttons All-In-One 6 * Version: 1. 46 * Version: 1.5 7 7 * Author: Wpshare247.com 8 8 * Author URI: https://wpshare247.com -
all-in-one-contact-buttons-wpshare247/trunk/inc/class.setting.page.php
r3159915 r3162163 73 73 74 74 public function register_admin_css_js(){ 75 $ver = time(); 76 75 77 wp_enqueue_script('jquery-ui-sortable'); 76 78 wp_enqueue_style( 'wp-color-picker' ); … … 83 85 84 86 85 wp_enqueue_style( WS247_AIO_CT_BUTTON_PREFIX.'aio_ct_button_admin_css', WS247_AIO_CT_BUTTON_PLUGIN_INC_ASSETS_URL . '/aio_ct_button_admin_css.css', false, '1.0');86 87 wp_enqueue_script( WS247_AIO_CT_BUTTON_PREFIX.'admin_aio_ct_button', WS247_AIO_CT_BUTTON_PLUGIN_INC_ASSETS_URL . '/admin_aio_ct_button.js', array('jquery'), '1.0');87 wp_enqueue_style( WS247_AIO_CT_BUTTON_PREFIX.'aio_ct_button_admin_css', WS247_AIO_CT_BUTTON_PLUGIN_INC_ASSETS_URL . '/aio_ct_button_admin_css.css', false, $ver ); 88 89 wp_enqueue_script( WS247_AIO_CT_BUTTON_PREFIX.'admin_aio_ct_button', WS247_AIO_CT_BUTTON_PLUGIN_INC_ASSETS_URL . '/admin_aio_ct_button.js', array('jquery'), $ver ); 88 90 } 89 91 -
all-in-one-contact-buttons-wpshare247/trunk/inc/theme_functions.php
r3159915 r3162163 259 259 $link = 'tel:'.$link; 260 260 } 261 if($field_name=='company_zalo' ){261 if($field_name=='company_zalo' && strpos($link, 'zalo.me') === false){ 262 262 $link = 'https://zalo.me/'.$link; 263 } 264 if($field_name=='stt_email'){ 265 $link = 'mailto:'.$link; 266 } 267 if($field_name=='icon_google_map'){ 268 $link = urldecode('https://maps.google.com/?q='. $link); 263 269 } 264 270 ?> -
all-in-one-contact-buttons-wpshare247/trunk/readme.txt
r3159915 r3162163 6 6 Tested up to: 6.6.2 7 7 Requires PHP: 5.6 8 Stable tag: 1. 48 Stable tag: 1.5 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 145 145 * New action, filter 146 146 147 = 1.5 = 148 * Update: link zalo, email, google 149 147 150 == Upgrade Notice == 148 151
Note: See TracChangeset
for help on using the changeset viewer.