Search results

  1. S

    WooCommerce Wallet Withdrawal v1.0.6 NULLED

    Tanks for this woo wallet module. I really needed this.
  2. S

    Unset Wordpress Comment Email Field

    Hey. I cant unset wordpress comment email field. I used this code to unset but dosent work. add_filter('comment_form_default_fields', 'email_filtered'); function email_filtered($fields){ unset($fields['email']); return $fields; }
Top