Skip to content
View shereefhamed's full-sized avatar

Block or report shereefhamed

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. MV-Slider MV-Slider Public

    WordPress Plugn

    PHP

  2. social-share social-share Public

    Share your content over Facebook, Twitter, LinkedIn, WhatsApp, Pinterest, and over WordPress

    CSS

  3. Redirect customer after login or reg... Redirect customer after login or register to shop page
    1
    <?php
    2
    add_filter('woocommerce_registration_redirect', 'custom_registration_redirect');
    3
    add_filter('woocommerce_login_redirect', 'custom_login_redirect', 10, 2);
    4
    
                  
    5
    function custom_login_redirect($redirect_to, $user) {