Plugin Directory

Changeset 2853890


Ignore:
Timestamp:
01/24/2023 09:01:20 PM (3 years ago)
Author:
wizz99
Message:

vs 1.0.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • socialproofus/trunk/includes/socailpu-functions.php

    r2853164 r2853890  
    2525
    2626    public static function version() {
    27         return '1.0.2';
     27        return '1.0.3';
    2828    }
    2929}
     
    109109}
    110110
    111 add_filter( 'plugin_action_links_' . plugin_basename(__FILE__), 'socialproofus' );
    112 
    113 function my_plugin_action_links( $actions ) {
    114    $actions[] = '<a href="https://socialproofus.com" target="_blank">by SocialProofUs</a>';
    115    return $actions;
    116 }
    117 
    118 
    119111function socailpu_admin_notice_html()
    120112{
Note: See TracChangeset for help on using the changeset viewer.