Code Snippets

How to Disable Emojis in WordPress

/** * Disable the emoji’s */ function disable_emojis() { remove_action( ‘wp_head’, ‘print_emoji_detection_script’, 7 ); remove_action( ‘admin_print_scripts’, ‘print_emoji_detection_script’ ); remove_action( ‘wp_print_styles’, ‘print_emoji_styles’ ); remove_action( ‘admin_print_styles’, ‘print_emoji_styles’

Read More »

Elementor CSS Hover Grow

Add Grow CSS Animation to Element selector:hover { transition: all .2s ease-in-out; transform: scale(1.03); cursor: pointer; z-index: 1; } selector { transition: all .2s ease-in-out;

Read More »

Message Us

Name