WPCode Admin Number of Snippets (copy)

Change the number of snippets displayed in the admin list using a filter.

Add Theme Supports

Reference: https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-support/#opt-in-features

Typography Enqueue

function typography_enqueue_styles() { // Enqueue Typeboost.css from Cloudflare CDN wp_enqueue_style('typeboost-css', 'https://cdnjs.cloudflare.com/ajax/libs/typeboost/1.0.0/typeboost.css', array(), '1.0.0'); // Enqueue webfontloader.js…

Admin Functions for posts.

Make it easier to edit posts when viewing archives or single pages. Add page slug to…

Post Shortcodes

estimated read time, breadcrumbs, related posts

Normalize

Settings to normalize across browsers

Normalize CSS (The New Normal)

https://github.com/sarahschopick/the-new-normal.css.git https://github.com/sarahschopick/normalize-wordpress.git

Dynamic Shortcode Execution

Dynamic shortcode execution with block editor support. Allows shortcodes to execute everywhere, even within paragraph blocks.

Dynamic logo sizing

Fix the issue where changing the logo size in the block editor breaks it. Dynamically adjust…

Static Page

html, body { overflow-x:hidden }

Change Arabic Currency symbol to the currency short code

example change د.إ to AED and all the Arabic currencies

Tutor LMS - Woocommerce Create Account After Payment

Gửi email tài khoản sau khi đã "completed" đơn hàng trên Woocommerce (Cartflows) -> kích hoạt…

Masterstudy LMS - Woocomerce Create Account After Payment

Gửi email tài khoản sau khi đã "completed" đơn hàng trên Woocommerce (Cartflows) -> kích hoạt…

1 149 150 151 152 153 209