About

Amateur hobbyist

16 Snippets
<10 Favourites
<10 Downloads

Add Donate Button

Template code to display a particular campaign's button.

Custom Registration Fields

Add fields to the registration form.

Add Accept Terms Field

Add a Terms and Conditions donation field, showing whether the donor accepted terms and conditions when…

Remove Google Fonts (Elementor)

add_filter( 'elementor/frontend/print_google_fonts', '__return_false' );

Minimalistic Admin Bar

This code snippet allows you to customize the WordPress admin bar by removing the WordPress logo,…

Hide AlOSEO version number from the front end

This filter can be used to publicly hide the All in One SEO version number.

10+

Remove Gutenberg Blocks Library CSS

Remove Gutenberg Block Library CSS from loading on the frontend

Upload font files to media library

Allow the upload of font files (.ttf, .otf, .woff & .woff2) to WordPress media library

Disable All Admin Notices individually

function disable_all_admin_notices() { remove_all_actions('admin_notices'); } add_action('admin_init', 'disable_all_admin_notices');

WPCode Add New Snippet Skip Library Screen

This snippet enables you to skip the snippet library screen when adding a new snippet in…

<10

Hide the breadcrumbs on pages.

This snippet can be used to hide the breadcrumbs on pages.

<10
1 4 5 6 7 8 9