Showcase IDX plugin - Replace all Permalink URLs with current URL in Schema

This snippet replaces all the Permalink URLs with the current URL in Schema markup.

<10

Login Form Styling

Custom styling for login forms

<10

Extra WordPress Filters in Pro (Do something with the price display) | Display Eventbrite Events

Using this filter, you can change the price display. filter: (‘wfea_price_display‘ , $price_display, $min, $max, $currency)…

Change Arabic Currency symbol to the currency short code

example change د.إ to AED and all the Arabic currencies

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'] ) )…

Custom Template File Hook

This is the hook you will need in order to add custom form templates to your…

<10

Allow SVG Files Upload (copy)

Add support for SVG files to be uploaded in WordPress media.

Download Column Thumbnail

Render a new post column featuring the download thumbnail.

Custom Cart Row

Provides a function which can be modified to add a custom row of HTML to the…

Move Social Login Checkout Buttons

By default, the login buttons display below the payment icons for the gateway picker. This plugin…

Hide file-specific download options

This plugin hides file-specific download options so that All Access customers can only view/download the first…

Remove Product Notes For Specific Downloads

Remove a download's product notes from showing on the purchase confirmation page, the admin email, and…

Allow Multiple Dates Selection in Date Picker

Adds the ability to select multiple dates inside the Date Picker field.

<10
1 22 23 24 25 26 47