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…
Kode
Website
Disable & Remove Login with GD button
Remove Login with GD
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…
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…
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…