Файловый менеджер - Редактировать - /home/digitalm/dolcelava/wp-content/plugins/-nd-shortcodes/addons/customizer/shortcodes/social/index.php
Назад
<?php //shortcode nd_social function nd_options_social( $nd_options_atts ) { $nd_options_social = shortcode_atts( array( 'social' => '', 'image' => '', 'link' => '', ), $nd_options_atts ); //start $nd_options_str = ''; //image if ( $nd_options_social['image'] == '' ) { $nd_options_image_path = 'img/'.$nd_options_social['social'].'.svg'; $nd_options_social_image = esc_url(plugins_url($nd_options_image_path, __FILE__ )); }else { $nd_options_social_image = $nd_options_social['image']; } $nd_options_str .= '<a target="_blank" href="'.$nd_options_social['link'].'"><img alt="" width="40" height="40" class="nd_options_margin_5" src="'.$nd_options_social_image.'"></a>'; $nd_options_str_secure = wp_kses_post( $nd_options_str ); return $nd_options_str_secure; } add_shortcode( 'nd_social', 'nd_options_social' );
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.05 |
proxy
|
phpinfo
|
Настройка