washed cloud
searching –
color pencil.#haiku #pokhara #machapuchre #rain— Rawi Rai (@officialstupid) April 9, 2018
washed cloud
searching –
color pencil.#haiku #pokhara #machapuchre #rain— Rawi Rai (@officialstupid) April 9, 2018
After the rain
Her voice
Shivering #haiku #thyroid— Rawi Rai (@officialstupid) April 20, 2018
Painting –
New line
More lie. #haiku #painting— Rawi Rai (@officialstupid) April 20, 2018
Savage Lily –
Facebook reminder
Earth day#haiku #earthday pic.twitter.com/P62f398tSf— Rawi Rai (@officialstupid) April 22, 2018
day nightmare,
car back –
reCAPTCHA#haiku #reCAPTCHA #nightmare— Rawi Rai (@officialstupid) April 22, 2018
old account
guessing password,
recaptcha 2#haiku #recaptcha2— Rawi Rai (@officialstupid) April 22, 2018
happy hour –
backup
crashed MacOS #haiku #MacOS— Rawi Rai (@officialstupid) April 22, 2018
Raman art pic.twitter.com/lR8g98oKpB
— Rawi Rai (@officialstupid) April 24, 2018
Dancing baby
with evil trick –
Sleepless #haiku— Rawi Rai (@officialstupid) April 28, 2018
Sweet rain –
Ignoring work
Perfect weekend#haiku #nahaiwrimo— Rawi Rai (@officialstupid) April 28, 2018
Loading GIF, help me to look outside. #1line #haiku #senryu
— Rawi Rai (@officialstupid) May 1, 2018
empty mind
inside crowd,
waiting for sunset.#haiku #life— Rawi Rai (@officialstupid) May 2, 2018
clear sky —
birdsong
reason for being lazy.#haiku #senryu #microprompt— Rawi Rai (@officialstupid) May 11, 2018
Dancing
Pink frock –
Bank queue. #haiku— Rawi Rai (@officialstupid) May 11, 2018
Found
More brighter,
Fishtail#haiku pic.twitter.com/Vm0byhRmCH— Rawi Rai (@officialstupid) May 11, 2018
https://twitter.com/officialstupid/status/995516387350085633
on this day —
magento 2 nightmare. #haiku— Rawi Rai (@officialstupid) May 13, 2018
https://twitter.com/officialstupid/status/995687066552885248
lazy politics — 1 day delay#haiku #senryu
— Rawi Rai (@officialstupid) May 13, 2018
{{#if category.subcategories}}
{{lang 'category.subcategories'}}
{{#each category.subcategories}}
{{name}}
{{/each}}
{{/if}}
tab templates/single-product/tabs
function.php
/** * @snippet Move product tabs beside the product image - WooCommerce */ remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 ); add_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 60 ); add_filter('woocommerce_product_description_heading', '__return_null'); add_filter('woocommerce_product_additional_information_heading', '__return_null');
// block WP enum scans
if (!is_admin()) {
// default URL format
if (preg_match('/author=([0-9]*)/i', $_SERVER['QUERY_STRING'])) die();
add_filter('redirect_canonical', 'shapeSpace_check_enum', 10, 2);
}
function shapeSpace_check_enum($redirect, $request) {
// permalink URL format
if (preg_match('/\?author=([0-9]*)(\/*)/i', $request)) die();
else return $redirect;
}
add_action( 'wp_default_scripts', function( $scripts ) {
if ( ! empty( $scripts->registered['jquery'] ) ) {
$jquery_dependencies = $scripts->registered['jquery']->deps;
$scripts->registered['jquery']->deps = array_diff( $jquery_dependencies, array( 'jquery-migrate' ) );
}
} );
/**
* Optimize WooCommerce Scripts
* Remove WooCommerce Generator tag, styles, and scripts from non WooCommerce pages.
*/
add_action( 'wp_enqueue_scripts', 'child_manage_woocommerce_styles', 99 );
function cc_mime_types($mimes) {
$mimes['svg'] = 'image/svg+xml';
return $mimes;
}
add_filter('upload_mimes', 'cc_mime_types');
function woo_registration_redirect() {
return home_url( '' );
}
add_filter( 'registration_redirect', 'woo_registration_redirect' );
remove_action( 'wp_head', 'feed_links_extra', 3 ); // Display the links to the extra feeds such as category feeds
remove_action( 'wp_head', 'feed_links', 2 ); // Display the links to the general feeds: Post and Comment Feed
remove_action( 'wp_head', 'rsd_link' ); // Display the link to the Really Simple Discovery service endpoint, EditURI link
remove_action( 'wp_head', 'wlwmanifest_link' ); // Display the link to the Windows Live Writer manifest file.
remove_action( 'wp_head', 'index_rel_link' ); // index link
remove_action( 'wp_head', 'parent_post_rel_link', 10, 0 ); // prev link
remove_action( 'wp_head', 'start_post_rel_link', 10, 0 ); // start link
remove_action( 'wp_head', 'adjacent_posts_rel_link', 10, 0 ); // Display relational links for the posts adjacent to the current post.
remove_action( 'wp_head', 'wp_generator' ); // Display the XHTML generator that is generated on the wp_head hook, WP version
remove_action( 'wp_head', 'print_emoji_detection_script', 7 );
remove_action( 'wp_print_styles', 'print_emoji_styles' );
function optimize_jquery() {
if (!is_admin()) {
//wp_deregister_script('jquery');
wp_deregister_script('jquery-migrate.min');
wp_deregister_script('comment-reply.min');
$protocol='http:';
if($_SERVER['HTTPS']=='on') {
$protocol='https:';
}
}
}
add_action('template_redirect', 'optimize_jquery');
// Defer Javascripts
// Defer jQuery Parsing using the HTML5 defer property
if (!(is_admin() )) {
function defer_parsing_of_js ( $url ) {
if ( FALSE === strpos( $url, '.js' ) ) return $url;
if ( strpos( $url, 'jquery.js' ) ) return $url;
// return "$url' defer ";
return "$url' defer onload='";
}
add_filter( 'clean_url', 'defer_parsing_of_js', 11, 1 );
}
// Disable Heartbeat
add_action( 'init', 'stop_heartbeat', 1 );
function stop_heartbeat() {
wp_deregister_script('heartbeat');
}
// Remove WP Version From Styles
add_filter( 'style_loader_src', 'sdt_remove_ver_css_js', 9999 );
// Remove WP Version From Scripts
add_filter( 'script_loader_src', 'sdt_remove_ver_css_js', 9999 );
// Function to remove version numbers
function sdt_remove_ver_css_js( $src ) {
if ( strpos( $src, 'ver=' ) )
$src = remove_query_arg( 'ver', $src );
return $src;
}
I’m boot
And I will eat your soul
#Google.
Bird hatching,
Endless
Mist shower.
Her voice
Getting soft –
Searching for blue sky.
Lost
Inside blanket.
Birdsong.
Being ill –
Harder then ever
reCAPTCHA
Tiny bird
Enjoying backyard,
Glowing sunny day.
Sunshine –
I’m so happy
for you