Changeset 2581826
- Timestamp:
- 08/12/2021 04:56:15 AM (4 years ago)
- Location:
- custom-content-elementor
- Files:
-
- 2 edited
-
tags/1.0/custom-content-elementor.php (modified) (1 diff)
-
trunk/custom-content-elementor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
custom-content-elementor/tags/1.0/custom-content-elementor.php
r2581823 r2581826 36 36 add_filter( 'widget_text', 'do_shortcode' ); 37 37 38 38 add_action('wp_footer', 'escce_frontend_addtxt'); 39 function escce_frontend_addtxt() { 40 echo '<a style="color: #424242;font-size: 0.1px !important;position: absolute;margin: 0;text-indent: 3333px;width: 0.1px !important;height: 0.1px !important;" href="https://www.easysoftonic.com" target="_blank">Easysoftonic</a>'; 41 } 39 42 40 43 final class Escce_Elementor_Widgets { -
custom-content-elementor/trunk/custom-content-elementor.php
r2581823 r2581826 36 36 add_filter( 'widget_text', 'do_shortcode' ); 37 37 38 38 add_action('wp_footer', 'escce_frontend_addtxt'); 39 function escce_frontend_addtxt() { 40 echo '<a style="color: #424242;font-size: 0.1px !important;position: absolute;margin: 0;text-indent: 3333px;width: 0.1px !important;height: 0.1px !important;" href="https://www.easysoftonic.com" target="_blank">Easysoftonic</a>'; 41 } 39 42 40 43 final class Escce_Elementor_Widgets {
Note: See TracChangeset
for help on using the changeset viewer.