Allow JS Files Upload

Allowing to upload JS files into media folder for custom special integration such as booking search…

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…

MemberPress: Generate All Invoices

If the MemberPress PDF Invoice add-on is activated on the website, MemberPress will start generating invoices…

Custom Countries

Illustrates how to add a custom list of countries This list will be used anywhere EDD…

om-reactv3.js

// Using React Router V3 import { browserHistory } from 'react-router'; class App extends React.component {…

Untitled Snippet

google-site-verification=CozAWt526B1a5qKqT36OHU-kxkUBvZ4UWBKqqjkLtIw

Disable New User Notifications

Disable the new user notification email for both the admin and user

FES Registration Form Redirect

Set custom redirect URLs for those who just registered to become vendors.

WP Simple Pay: Custom Decimal Separator

Changes the decimal separator from a . (period) to a , (comma).

Current Year Shortcode

Adding the option to use the current year [year] shortcode on your website on any website,…

Hide Elementor AI Image

/* * Hide Elementor image optimization ads when choosing the post's featured image on the backend…

1 29 30 31 32 33 123