Skip to content

Instantly share code, notes, and snippets.

View officialmmt's full-sized avatar
🏠
Working from home

Melih officialmmt

🏠
Working from home
View GitHub Profile
@officialmmt
officialmmt / allinonemigration.md
Created December 11, 2022 16:39 — forked from giovanni-d/allinonemigration.md
All-in-One WP Migration - Restore From Server (without PRO version) - Restore

All-in-One WP Migration Restore From Server (without pro version)

If you don't want to pay for the PRO version of this plugin, and you want to use the "Restore from Server" functionally that was present in the version 6.77, follow the instructions below:

  1. Open the js file: wp-content/plugins/all-in-one-wp-migration/lib/view/assets/javascript/backups.min.js
  2. On line 1208, replace the code below:
$('.ai1wm-backup-restore').click(function (e) {
<a href="#0" class="c-link c-link--facebook c-tooltip" aria-label="Facebook">
<svg class="c-icon"><use xlink:href="#icon--facebook"></use></svg>
</a>
<a href="#0" class="c-link c-link--twitter c-tooltip" aria-label="Twitter">
<svg class="c-icon"><use xlink:href="#icon--twitter"></use></svg>
</a>
<a href="#0" class="c-link c-link--google c-tooltip" aria-label="Google+">
<svg class="c-icon"><use xlink:href="#icon--google"></use></svg>
@officialmmt
officialmmt / remove_checkout_fields.php
Created November 6, 2018 23:41 — forked from cryptexvinci/remove_checkout_fields.php
Remove fields from WooCommerce checkout page.
add_filter( 'woocommerce_checkout_fields' , 'custom_remove_woo_checkout_fields' );
function custom_remove_woo_checkout_fields( $fields ) {
// remove billing fields
unset($fields['billing']['billing_first_name']);
unset($fields['billing']['billing_last_name']);
unset($fields['billing']['billing_company']);
unset($fields['billing']['billing_address_1']);
unset($fields['billing']['billing_address_2']);
@officialmmt
officialmmt / README.md
Last active August 9, 2017 13:17 — forked from cs8425/README.md
How to REAL install Remix OS on VirtualBox

How to REAL install Remix OS on VirtualBox

This is how to REAL install Remix OS on VirtualBox. rootfs could be writable!!!

Needs:

  • any linux liveCD iso file (Xubuntu here)
  • Remix OS iso file ("Remix_OS_for_PC_Android_M_32bit_B2016092201.iso" here)
  • VirtualBox