Search results for: admin

Wordpress Debugging

define( 'WP_DEBUG', true ); define( 'SAVEQUERIES', true );

Changing the Name Attribute of a Hidden Field

This code snippet can be used to change the Name attribute of a Hidden field.

10+

Hiding the Currency Symbol in WPForms Total Field

This code snippet removes the following currency symbols from the Total field: £, $, €.

20+

Vacatures CPT - zonder taxonomies

Maakt een Vacatures custom post type

Wouter Tweehuijsen
<10

Customizing Checkbox and Radio Fields to Look Like Buttons (All Forms)

This code snippet will customize Checkbox and Radio fields to look like buttons for all forms.

20+

Customizing Checkbox and Radio Fields to Look Like Buttons (Specific Forms)

This code snippet will customize Checkbox and Radio fields to look like buttons.

10+

Translating the Total Field's Order Summary

This code targets specific elements inside the Order Summary and updates the labels to the translated…

<10

Dynamically Setting Stripe Payment Description in WPForms

To dynamically set the Stripe payment description, add the following code snippet to your site.

<10

Instagram Shop

Instagram and Facebook

jeannie weingarten
<10

Untitled Snippet

@ini_set( 'upload_max_size' , '120M' ); @ini_set( 'post_max_size', '120M'); @ini_set( 'max_execution_time', '300' );

Payment Method Smart Tag

This code only has handling for klarna, us_bank_account and card (default). The other available types are…

Custom Availability Date for Products

/** * Availability Date Functionality * * Adds a custom availability date field to WooCommerce products…

<10
1 71 72 73 74 75 134