/** * Recursively remove SiteNavigationElement nodes from Rank Math JSON-LD payload. */ function sw_rm_strip_site_navigation_elements( $value ) { if ( ! is_array( $value ) ) { return $value; } // If this is a single node (associative array) and it's SiteNavigationElement, kill it. if ( isset( $value['@type'] ) ) { $type = $value['@type']; $is_site_nav = false; if ( is_array( $type ) ) { $is_site_nav = in_array( 'SiteNavigationElement', $type, true ); } else { $is_site_nav = ( $type === 'SiteNavigationElement' ); } if ( $is_site_nav ) { return null; } // Otherwise recurse through its properties. foreach ( $value as $k => $v ) { $clean = sw_rm_strip_site_navigation_elements( $v ); if ( $clean === null ) { unset( $value[ $k ] ); } else { $value[ $k ] = $clean; } } return $value; } // This is a list/nested array: filter each item. $out = []; foreach ( $value as $k => $v ) { $clean = sw_rm_strip_site_navigation_elements( $v ); // Drop nulls and empty arrays produced by pruning. if ( $clean === null ) { continue; } if ( is_array( $clean ) && $clean === [] ) { continue; } $out[ $k ] = $clean; } // Reindex numeric arrays for cleaner output. return array_values( $out ); } add_filter( 'rank_math/json_ld', function( $data, $jsonld = null ) { $enabled = (int) get_option( SW_RM_OPT_REMOVE_TOC_SCHEMA, 1 ); if ( ! $enabled ) { return $data; } $clean = sw_rm_strip_site_navigation_elements( $data ); return $clean === null ? [] : $clean; }, 9999, 2 ); TwinkiePaste 3.72 Build 734 - Powerful Text Management - Software Wave
Skip to content

TwinkiePaste 3.72 Build 734 – Powerful Text Management

TwinkiePaste is a helpful Windows program that makes working with text much easier. This smart tool lets you quickly insert frequently used text, signatures, and expressions into any program with just a few keystrokes. Let’s explore what makes this software special and how it can boost your productivity.

Key Features That Make Life Easier

TwinkiePaste 3.72 Build 734 - Powerful Text Management
TwinkiePaste 3.72 Build 734 - Powerful Text Management 2

The heart of TwinkiePaste lies in its time-saving capabilities. Here’s what you can do:

  • Insert common text snippets using customizable hotkeys
  • Keep track of your clipboard history
  • Run other programs directly through TwinkiePaste
  • Search for tagged text across your computer and the internet
  • Automate repetitive text-related tasks

Smart Text Handling Tools

TwinkiePaste comes with intelligent text manipulation features. You can:

  • Record and play back keyboard commands
  • Translate selected text using Google Translate instantly
  • Add quotation marks to text with a single command
  • Switch between English and Bulgarian keyboard layouts automatically
  • Save and organize your frequently used text fragments

What’s New in Version 3.71 Build 732

The latest update brings several important improvements:

  • Enhanced automatic selection in floating panels
  • Added version number display in the “About” menu
  • Updated French language interface
  • Various bug fixes and performance improvements

License: Paid (Trial)

Official page

Download

TwinkiePaste 3.71 Build 732 (2.09 MB)


Discover more from Software Wave

Subscribe to get the latest posts sent to your email.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.