Search results for: admin

google

danny hill
<10

Blocks on templates

Setting a specific block on specific templates by default

Auto Register Login Link

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

E-List

sign up for our e-news

om-emberjs.js

// Using Ember.js. import Route from '@ember/routing/route'; export default Route.extend({ beforeModel(transition) { if (window.om5678_1234) { window.om5678_1234.reset();…

Create Custom Address Scheme

This code snippet will create your own unique address scheme and list all the countries.

40+

Allow Only Logged-In Users

Make your site private just for logged-in users.

300+

Using the “Include Form Styling” Setting

With the Base styling only setting in place, multi-column layouts will generally not function properly. To…

60+

Redirecting Vendors to Vendor Dashboard on Login

Snippet To Redirect Vendors to their Dashboard on login

IDK...

Hopefully the code for Docket shop

Justin Barron
<10

WP Simple Pay: Reduce Currency Minimum Amount

The minimum amount is $0.50 US or equivalent in charge currency. WP Simple Pay uses $1.00…

Remove Specific Taxonomy From Public Taxonomies List

This filter can be used to remove the 'genre' taxonomy from the public taxonomies list.

<10

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

Replace Add to Cart with Download

If the user has purcahsed the product already, show a links to download each file associated…

1 39 40 41 42 43 98