Code Snippets

WordPress .htaccess Permalinks Fix

# BEGIN WordPress RewriteEngine On RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]

Read More »

Flex Tabs for Elementor Tabs Widget

@media (max-width: 767px) { .mysticky-welcomebar-fixed-wrap { padding: 10px 15px !important; } .mysticky-welcomebar-static_text { font-size: 10px !important; } .mysticky-welcomebar-fixed-wrap { gap: 0 !important; } .e-n-tabs-mobile >

Read More »

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 »

Message Us

Name