Search results for: admin
EKFH Donation Form
Embeds EKFH donation form
Show local fonts in block editor
Display custom fonts in the backend editor
Upload font files to media library
Allow the upload of font files (.ttf, .otf, .woff & .woff2) to WordPress media library
Set featured image aspect ratio
Used for featured image in query loop or any other image the class is applied to
ModalJS
Used to display popup modal in GenerateBlocks
ModalCSS
Used to display popup modal in GenerateBlocks
Man
Entertainment
Count and message according to number of user files
Displays a different message according to how many files a user has in their media library.
Blog filter
Add a filter for blogs
Facebook storage tracking
Pixel for tracking self storage traffic
Custom Countries
Illustrates how to add a custom list of countries
Amit choudhary blogs
Blogger
Remove Gutenberg Block CSS
Remove Gutenberg Block Library CSS from loading on the frontend
Ensure Webfont is Loaded (Elementor)
add_filter( 'elementor_pro/custom_fonts/font_display', function( $current_value, $font_family, $data ) { return 'swap'; }, 10, 3 );
Ensure Webfont is Loaded (non-Elementor)
function custom_font_display( $current_value, $font_family, $data ) { return 'swap'; } add_filter( 'font_display', 'custom_font_display', 10, 3 );