cart preview image stretch fix in oceanWP theme
/*Menu cart hover dropdown box image stretch fix*/ .woocommerce ul.product_list_widget li img { float: unset !important;…
MemberPress: Redirect Users After Login Based on Referrer
This code snippet ensures that users are redirected to a specific page after logging in from…
Keep users logged in for 1 month on Staq
function stq_change_auth_cookie_expiration_period( $expiration_period ) { $expiration_period = MONTH_IN_SECONDS; // 1 month return $expiration_period; } add_filter( 'auth_cookie_expiration',…
Untitled Snippet
pinterest-site-verification=6ab93a141b8c2934962535304036488b
use login
this is a login of user
grab Indonesia
Grab
Disable Automatic Updates Emails (copy)
Stop getting emails about automatic updates on your WordPress site.
blutooth connection
i want a on off button that when press each other send logical true if press…
Omdirigera prenumeranter till startsidan efter inloggning
/** * 1) Omdirigera prenumeranter till startsidan efter inloggning */ add_filter( 'login_redirect', function( $redirect_to, $requested_redirect_to, $user…
disable joinchat whatsapp plugin on mobile biew
@media only screen and (max-width: 567px) { .joinchat{ position: absolute; bottom:70px; --s: 36px; margin-right:px; display:none }…
Untitled Snippet
[wpcode id="4547"]
MemberPress: Change Username Field’s Placeholder and/or Label of the Field on Login Page
The first code snippet will customize the “Username or Email” placeholder on the Username field on…