Untitled Snippet

add_action('template_redirect', function () { if (! is_front_page()) { return; } echo

Tim Austin PRO
<10

Add Custom Settings Tab to Vendor Dashboard

// Add the tab to the tab nav add_filter( 'wcv_store_tabs', 'add_custom_tab_nav' ); function add_custom_tab_nav( $tabs ){…

Hide “Everywhere Else” on the countries dropdown

if ( ! function_exists( 'wcv_hide_everywhere_else' ) ) { /** * Hide the "Everywhere else" option in…

HTML

¿Tienes Madera de AV?

home slider css

/* Increase the image size in the slider */ .container { width: 100%; max-width: 90%; /*…

Optimize Search Results

The default search includes title, excerpt and content of all both pages and posts. This snippet…

Untitled Snippet

Sabor Elegante | Recetas de Cocina Fáciles y Deliciosas 🍳 Sabor Elegante Inicio Recetas Nosotros Contacto…

Oktoberfest 5K - RaceCheck Widget

Review widget from RaceCheck for Oktoberfest 5K page

Update the author name on published recipes

This code snippet will update the author name for all existing recipes. Just replace New Name…

<10

Remove Emojis

/** * Disable the emojis in WordPress. */ add_action( 'init', function () { remove_action( 'wp_head', 'print_emoji_detection_script',…

1 … 89 90 91 92 93 … 235