Make Paypal as default payment gateway

This snippet will remove all other vendor payment commision methods. Only allowing Paypal, it also makes…

Change rating tooltip colors

Use this CSS to change the default colors for the rating tooltip.

<10

Tasty Recipes - Change star rating size and spacing

Use this code example to change the star rating size and spacing inside the recipe card

<10

WordPress Memory Exhausted

WordPress is written in PHP, which is a server-side programming language. Additionally, every website needs a…

Allow CSS Files Upload

Allowing to upload CSS file into media folder for custom special integration such as booking search…

Post-States

add_filter( 'display_post_states', 'bu_style_post_state_bricks', 15, 2 ); function bu_style_post_state_bricks ($post_states, $post) { if( isset( $post_states['bricks'] ) )…

Disable Rich Pins

This code snippet will disable all rich pins on your site, not just recipes.

<10

code at the end of the body tag

Hello, I need to include the following code at the end of the body tag of…

code at the end of the body tag

Hello, I need to include the following code at the end of the body tag of…

1 101 102 103 104 105 193