Hide the publish button

This commit is contained in:
Narek Zakarian 2024-02-13 16:50:29 +04:00
parent fea34e016f
commit c5e248452f
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -7,4 +7,7 @@
padding: 0;
}
}
.ppcp-paylater-configurator-publishButton {
display:none;
}
}