feature/OP#499-explain-patchstack-plugin-to-customer-in-wp-admin
main
@@ -136,3 +329,3 @@
$hosting_support_1984 = new HostingSupport1984();
define( 'A1984_HOSTING_SUPPORT_BASE_FILE', __FILE__ );
const A1984_HOSTING_SUPPORT_BASE_FILE = __FILE__;
Nota define() - er venjan.
define()
@@ -17,2 +14,2 @@
HostingSupport1984CopyEmailAddress
);
document.querySelector('#hosting-support-1984-link')
?.addEventListener('click', HostingSupport1984CopyEmailAddress);
Er þetta nauðsynlegt þegar kóðinn fyrir neðan er til staðar (lína 17-21)? Virðist gera það sama.
@@ -134,0 +279,4 @@
// Additionally protect Patchstack - but only while it is active.
if ( $this->is_patchstack_active() ) {
$protected[] = 'patchstack/patchstack.php';
Indent using spaces for some reason - should be tabs.
1984-hosting-support.php
No dependencies set.
The note is not visible to the blocked user.
FDto OP#499 - Explain PS Plugin to customer in WP Admin@@ -136,3 +329,3 @@$hosting_support_1984 = new HostingSupport1984();define( 'A1984_HOSTING_SUPPORT_BASE_FILE', __FILE__ );const A1984_HOSTING_SUPPORT_BASE_FILE = __FILE__;Nota
define()- er venjan.@@ -17,2 +14,2 @@HostingSupport1984CopyEmailAddress);document.querySelector('#hosting-support-1984-link')?.addEventListener('click', HostingSupport1984CopyEmailAddress);Er þetta nauðsynlegt þegar kóðinn fyrir neðan er til staðar (lína 17-21)? Virðist gera það sama.
@@ -134,0 +279,4 @@// Additionally protect Patchstack - but only while it is active.if ( $this->is_patchstack_active() ) {$protected[] = 'patchstack/patchstack.php';Indent using spaces for some reason - should be tabs.
1984-hosting-support.php. 7892d30d22