Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex| <!-- DNS preconnect --> | |
| <meta http-equiv="x-dns-prefetch-control" content="on"> | |
| <link rel="preconnect" href="//ajax.googleapis.com"> | |
| <link rel="dns-prefetch" href="https://fonts.gstatic.com"> | |
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous"> | |
| <link rel="dns-prefetch" href="https://use.fontawesome.com"> | |
| <link rel="preconnect" href="https://use.fontawesome.com" crossorigin> | |
| <link rel="preconnect" href="//cdnjs.cloudflare.com"> | |
| <link rel="preconnect" href="//www.googletagmanager.com"> | |
| <link rel="preconnect" href="//www.google-analytics.com"> |
Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex| <IfModule mod_rewrite.c> | |
| # enable rewriting | |
| RewriteEngine on | |
| # don't rewrite files that exist in the file system | |
| RewriteCond %{REQUEST_FILENAME} !-f | |
| # don't rewrite directories that exist in the file system | |
| RewriteCond %{REQUEST_FILENAME} !-d |
| function custom_wc_ajax_variation_threshold( $qty, $product ) { | |
| return 10; | |
| } | |
| add_filter( 'woocommerce_ajax_variation_threshold', 'custom_wc_ajax_variation_threshold', 10, 2 ); |
| <?php | |
| /** | |
| * Plugin Name: WooPAM: Woo Product Attributes Modifier | |
| * Description: Bulk update 'custom meta product attributes' to 'taxonomy product attributes' in WooCommerce. Supports the GET variables, like: woopam_mode=run&woopam_from_attribute_meta=colour&woopam_to_attribute_tax=pa_colour&woopam_keep_attribute_meta&woopam_posts_per_page=10&woopam_paged=0&woopam_post_type=product&woopam_post_status=any. WARNING: Backup DB first!!! | |
| * Plugin Author: birgire | |
| * Author URI: https://github.com/birgire | |
| * Plugin URI: https://gist.github.com/birgire/0ed300ae4436fcaf508c | |
| * Version: 1.0.0 | |
| * License: GPL2+ | |
| * Text Domain: woopam |
| # | |
| # Sources: | |
| # http://stackoverflow.com/questions/7704624/how-can-i-use-gzip-compression-for-css-and-js-files-on-my-websites | |
| # http://codex.wordpress.org/Output_Compression | |
| # http://www.perun.net/2009/06/06/wordpress-websites-beschleuinigen-4-ein-zwischenergebnis/#comment-61086 | |
| # http://www.smashingmagazine.com/smashing-book-1/performance-optimization-for-websites-part-2-of-2/ | |
| # http://gtmetrix.com/configure-entity-tags-etags.html | |
| # http://de.slideshare.net/walterebert/die-htaccessrichtignutzenwchh2014 | |
| # http://de.slideshare.net/walterebert/mehr-performance-fr-wordpress | |
| # https://andreashecht-blog.de/4183/ |
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream