Search results for: admin

Custom Payment Icon

Register a custom payment icon to show on the checkout form.

Remove Post Title from Yoast Breadcrumb

/* Remove Post Title from Yoast Breadcrumb */ add_filter('wpseo_breadcrumb_single_link', 'remove_breadcrumb_title' ); function remove_breadcrumb_title( $link_output) { if(strpos(…

Limiting Options for the Date / Time Field

This snippet will disable any future date in your date picker. You'll need to update the…

40+

WP Simple Pay: Programmatically Set Custom Field Default Value

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

Remove Specific Post Type From Public Post Type List

This filter can be used to remove the movie post type from the public post type…

<10

Add Custom Element to Breadcrumbs

This snippet adds a custom Element called "Resources" (with its link) as the 1st element in…

40+

slide-bottom-center.css

html div#om-{{id}} { width: 350px !important; left: calc(350px / 2) !important; right: calc(350px / 2) !important;…

Custom Countries

Illustrates how to add a custom list of countries

<10

Headers and Footers

To track Google analytics.

Doylton Davis
<10

Move Social Login Checkout Buttons

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

Add Vendor Ratings / Feedback to Product Page

add_action('woocommerce_before_add_to_cart_form','vendor_feedback_product_page'); function vendor_feedback_product_page() { $vendor_id = get_the_author_meta('ID'); $vendor_shop = urldecode( get_query_var( 'vendor_shop' ) ); if (…

Remove BreadcrumbList Schema

This snippet removes the BreadcrumbList Schema

10+

om-nextjs14-layout.tsx

import '@/app/ui/global.css'; import {RouteChangeListener} from '@/app/route-change-listener.tsx'; export default function RootLayout({ children, }: { children: React.ReactNode; })…

1 49 50 51 52 53 88