Category archive / snippet

Snippet articles.

Browse 11 snippet articles, guides, and code snippets by Bonny Elangbam.

← View all notes
01 — archive

Snippet notes

10 total
snippet

A safer WordPress hook for body classes

Add a useful context class to the body element without coupling your theme to a page template.

Read →
snippet

WooCommerce's default variation dropdowns into selectable radio buttons

Replace WooCommerce variation dropdowns with selectable radio-button pills while keeping the native selects and variation logic intact.

Read →
snippet

Disable XML-RPC in WordPress (Crucial Security Fix)

Disable the legacy WordPress XML-RPC API when your site does not use the mobile app or Jetpack, reducing an unnecessary brute-force attack surface.

Read →
snippet

Display In Stock or Out of Stock Status on WooCommerce Product Pages

Show a tailored In Stock or Out of Stock message on WooCommerce product pages using the product's real stock status.

Read →
snippet

Disable Flat Rate When Free Shipping Is Available in WooCommerce

Hide WooCommerce flat-rate methods whenever a free-shipping method is available in the current package.

Read →
snippet

Elementor Form HTML Email Template

A responsive HTML email template for Elementor Forms with name, phone, email, and message fields.

Read →
snippet

Register New WordPress Users with Elementor Form Approval

Create WooCommerce customer accounts from an Elementor Pro form, add an admin approval column, and block login until approval.

Read →
snippet

Allow Only a 10-Digit Number in an Elementor Tel Field

Restrict an Elementor telephone field to digits and validate exactly 10 numbers before the form submits.

Read →
snippet

Add WooCommerce Support to a WordPress Theme

Declare WooCommerce support in a classic WordPress theme with the after_setup_theme hook.

Read →
snippet

Remove Product Images When Deleting WooCommerce Products

Delete a WooCommerce product's featured image and gallery attachments when the product is permanently deleted.

Read →