Adds a custom command to WordPress admin Command Palette allowing quick navigation.
Sometimes you have access to a WordPress site’s files or File Manager, but you do not have administrator login access to the WordPress dashboard.…
Adds an AI prompt field inside the post editor for AI-assisted workflows.
This snippet customizes the available block format options in the Advanced Custom Fields (ACF) WYSIWYG editor toolbar. It adds support for headings, preformatted text,…
This snippet defines a reusable custom theme constant for the active WordPress theme directory URL. It helps developers access the theme path globally throughout…
Automatically redirects WordPress administrators to the WooCommerce Orders listing page (shop_order) right after a successful login. This snippet uses the login_redirect filter to create…
This snippet removes all admin notices and dashboard notifications for users with the Editor role in the WordPress admin panel. It helps create a…
This snippet adds a custom CSS class (notranslate) to the WordPress admin body tag. It can be useful for preventing browser translation tools or…
What This Code Does This code removes all admin notifications/notices from the WordPress dashboard — including plugin updates, theme alerts, warnings, and any other…
Enables WebP uploads in media library.