Changeset 2853890
- Timestamp:
- 01/24/2023 09:01:20 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
socialproofus/trunk/includes/socailpu-functions.php
r2853164 r2853890 25 25 26 26 public static function version() { 27 return '1.0. 2';27 return '1.0.3'; 28 28 } 29 29 } … … 109 109 } 110 110 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 119 111 function socailpu_admin_notice_html() 120 112 {
Note: See TracChangeset
for help on using the changeset viewer.