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…
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…
Add Custom Element to Breadcrumbs
This snippet adds a custom Element called "Resources" (with its link) as the 1st element in…
slide-bottom-center.css
html div#om-{{id}} { width: 350px !important; left: calc(350px / 2) !important; right: calc(350px / 2) !important;…
Learn how to add Availability label ? in your WooCommerce website. This will help to notify customers how many products are available or if the product is stock out.
Woocommerce display on sale price on the cart page once the product on sale has been…
Extra WordPress Filters in Pro (Change the symbol for a currency. Evenbrite currencies are ISO e.g. USD) | Display Eventbrite Events
Using this filter, you can change the symbol for a currency. Evenbrite currencies are ISO e.g.…
Custom Countries
Illustrates how to add a custom list of countries
Headers and Footers
To track Google analytics.
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
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; })…