VSCode has telemetry incorporated and is tracking you sending data to Microsoft. However it’s easy to prevent it by using a version without all this.
Tag: development
Deno 1.0 launches: a secure runtime for JavaScript
Deno is a new runtime (like Node.js) that aims to provide a productive and secure scripting environment for JavaScript and TypeScript. It has been created by Ryal Dahl, the original creator of Node.js, to be a secure environment for the modern JavaScript/TypeScript developer, incorporating the recent advances in JavaScript of the last years. It's funny… Continue reading Deno 1.0 launches: a secure runtime for JavaScript
5 useful extensions for VS Code
How to easily disable the WordPress.com toolbar
Speed up the creation of GitHub issues
Passing variables to a WordPress template efficiently
Learn to efficiently pass variables to a WordPress template and use them in it
Jetpack Infinite Scroll for search results
How to check if a WordPress plugin is active in network or single site
While developing a theme or a plugin we sometimes need to check if a certain third-party plugin is available for use. Here you'll learn a simple way to detect not only if the plugin is active in a single site but also if it's network-wide enabled. Overview WordPress stores the list of active plugins in… Continue reading How to check if a WordPress plugin is active in network or single site
Convert WordPress.com youtube shortcode to WordPress.org
WordPress.com includes some unique features for their users, such as the ability to embed videos using the shortcode. Trouble arises when users migrate their blogs to a self-hosted solution using WordPress.org, since the format is incompatible.In this post we will see how to create a shortcode that allows to display the shortcode in… Continue reading Convert WordPress.com youtube shortcode to WordPress.org
Stylize pagination links in WordPress posts
WordPress offers a relatively little known feature to split your extremely long posts into different pages. However, it's a bit difficult to stylize so it matches your overall site style since by default, WordPress doesn't apply CSS classes to target its elements. Let's learn how to filter the function that outputs them and add classes to… Continue reading Stylize pagination links in WordPress posts