FontAwesome

Piers Berry PRO
<10

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…

PHP - Custom color dashboard (menu et barre du haut)

function custom_admin_style() { echo ''; } add_action('admin_head', 'custom_admin_style');

PHP - Custom login

// === CUSTOM LOGIN PAGE === add_action('login_enqueue_scripts', function () { echo ' '; }); // ===…

Redirect Lost Password to a Custom Page

By default, some plugins redirect the “Lost Password” link to the WordPress admin panel. This snippet…

Pharmacy Needs
<10

Removing the Redux Demo Mode Notice

Copyright © author Link: https://devs.redux.io/guides/basics/removing-demo-mode-notice.html The Redux Framework plugin ships with a sample config. This permits…

Custom Separator for Data Manipulation

The Data Manipulation default separator is a space. You can change this to a custom separator…

<10

Javascript Org Chart

window.onload = function() { // Initial organizational data structure let orgData = { id: '1', name:…

Omdirigera prenumeranter till startsidan efter inloggning

/** * 1) Omdirigera prenumeranter till startsidan efter inloggning */ add_filter( 'login_redirect', function( $redirect_to, $requested_redirect_to, $user…

1 186 187 188 189 190 211