Header and Footer

Copy/pasted form docket

Justin Barron
<10

Do On Complete

Execute code whenever an EDD purchase is complete.

Submission Form Redirect

Filter the redirect URL for successful FES Submission Form submission

WPCode Functions

For the WPCode plugin interface

Open External link to a new tab

This code snippet enhances a WordPress website by automatically opening external links in new tabs. When…

om-reactv4.js

// Using React Router V4 import React from "react"; import { withRouter } from "react-router"; class…

Hem

Octodesigns.se Octodesigns.se Hem Produkter Galleri Kontakta mig © 2024 Octodesigns.se All rights reserved. Hem Produkter Galleri…

Add the fields to the user edit screen

// Add the fields to user edit screen. add_action( 'show_user_profile', 'add_extra_user_fields' ); add_action( 'edit_user_profile', 'add_extra_user_fields' );…

Maintain+ Footer Credit

jQuery("footer").append(" Site managed by Maintain+ ")

Note Orders

add_filter( 'manage_edit-shop_order_columns', 'custom_shop_order_column', 90 ); function custom_shop_order_column( $columns ) { $ordered_columns = array(); foreach( $columns as…

1 29 30 31 32 33 125