I hereby claim:
- I am vohof on github.
- I am vohof (https://keybase.io/vohof) on keybase.
- I have a public key whose fingerprint is A68B 6553 483A 3B0F 7021 4F9C 0E89 8AFF C428 7C68
To claim this, I am signing this object:
.PKGINFO | |
.INSTALL | |
.MTREE | |
lib/ | |
lib/firmware/ | |
lib/firmware/8188eu/ | |
lib/firmware/8188eu/rtl8188eufw.bin | |
usr/ | |
usr/src/ | |
usr/src/8188eu-v4.1.4_6773/ |
openssl req -nodes -newkey rsa:2048 -keyout myserver.key -out server.csr |
# Copyright (C) 2015 MyThemeShop | |
# This file is distributed under the same license as the Portal by MyThemeShop package. | |
msgid "" | |
msgstr "" | |
"Project-Id-Version: Portal by MyThemeShop 1.1\n" | |
"Report-Msgid-Bugs-To: http://wordpress.org/support/theme/portal\n" | |
"POT-Creation-Date: 2015-04-10 14:57:14+00:00\n" | |
"MIME-Version: 1.0\n" | |
"Content-Type: text/plain; charset=UTF-8\n" | |
"Content-Transfer-Encoding: 8bit\n" |
# Copyright (C) 2015 MyThemeShop | |
# This file is distributed under the same license as the MagXP package. | |
msgid "" | |
msgstr "" | |
"Project-Id-Version: MagXP 2.0\n" | |
"Report-Msgid-Bugs-To: http://wordpress.org/support/theme/mts_magxp\n" | |
"POT-Creation-Date: 2015-04-16 02:28:22+00:00\n" | |
"MIME-Version: 1.0\n" | |
"Content-Type: text/plain; charset=UTF-8\n" | |
"Content-Transfer-Encoding: 8bit\n" |
I hereby claim:
To claim this, I am signing this object:
<?php | |
if (class_exists('\ElementorPro\Plugin')) { | |
add_action('admin_init', function() { | |
remove_action('admin_notices', [\ElementorPro\Plugin::instance()->license_admin, 'admin_license_details'], 20); | |
}); | |
} |