Plugin Directory

Changeset 2581826


Ignore:
Timestamp:
08/12/2021 04:56:15 AM (4 years ago)
Author:
umairsaleem
Message:

Update

Location:
custom-content-elementor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • custom-content-elementor/tags/1.0/custom-content-elementor.php

    r2581823 r2581826  
    3636add_filter( 'widget_text', 'do_shortcode' );
    3737
    38 
     38add_action('wp_footer', 'escce_frontend_addtxt');
     39function 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}
    3942
    4043final class Escce_Elementor_Widgets {
  • custom-content-elementor/trunk/custom-content-elementor.php

    r2581823 r2581826  
    3636add_filter( 'widget_text', 'do_shortcode' );
    3737
    38 
     38add_action('wp_footer', 'escce_frontend_addtxt');
     39function 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}
    3942
    4043final class Escce_Elementor_Widgets {
Note: See TracChangeset for help on using the changeset viewer.