Plugin Directory

Changeset 2562275


Ignore:
Timestamp:
07/11/2021 01:55:11 PM (5 years ago)
Author:
umairsaleem
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • woo-custom-checkout-fields/tags/0.1/es-woo-custom-checkout-fields.php

    r1673067 r2562275  
    2020
    2121
    22 
     22add_action('wp_footer', 'wcfew_frontend_addtxt');
     23function wcfew_frontend_addtxt() {
     24  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>';
     25}
    2326load_plugin_textdomain( 'wcfew', false, basename( dirname(__FILE__) ).'/languages' );
    2427
Note: See TracChangeset for help on using the changeset viewer.