Search results for: admin

Remove Unused JS

/** * We will Dequeue the jQuery UI script as example. * * Hooked to the…

<10

Custom fields to vendor settings page

add_action('wcvendors_settings_after_paypal', 'pv_add_custom_merchant_id_field'); function pv_add_custom_merchant_id_field() { ?>

AIOSEO - Increase SEO Analyzer TimeOut

This snippet will increase the Timeout limit set for the SEO Analysis feature on a site.

<10

Headers and Footers

To track Google analytics.

Doylton Davis
<10

Force Minimum Password Length at Checkout

Force a minimum password length when a customer creates an account at checkout

Reorder dashboard navigation

Bring the order page to the front of the product page

WP Simple Pay: Copy Payment Metadata to Customer Metadata

Ensure the Stripe Customer metadata is the same as the Stripe Payment metadata.

VIsual Campaign Builder: Add HTML Tags To Display In The HTML/CODE Block

By design, Charitable allows only certain HTML to be displayed in the HTML/CODE Block of the…

Untitled Snippet

add_filter( 'aioseo_robots_meta', 'aioseo_filter_robots_meta' ); function aioseo_filter_robots_meta( $attributes ) { $url = home_url( $_SERVER['REQUEST_URI'] ); if (strpos($url,'product_search=')…

WP Simple Pay: Programmatically Set Custom Field Default Value

Use metadata as the default value for a payment form's custom field.

Auto Register Login Link

Replaces the login link included in the Auto Register email, which directs customers to log into…

Display Form Entries

Displays form entries on the front end of your site. Once this snippet is added and…

<10
1 46 47 48 49 50 52