Change Admin Panel Footer Text

Display custom text in the admin panel footer with this snippet.

Disable The WP Admin Bar

Hide the WordPress Admin Bar for all users in the frontend.

Replace WordPress Logo on Login Page

Use your custom logo on the default login page, don't forget to edit the snippet...

Dynamic Year Copyright Shortcode

This snippet adds an easy-to-use shortcode to display the copyright symbol with the current year.

Change the Email Summary Email Address

This snippet will allow you to specify who the email summaries should be delivered to. On…

Set a Custom Email Header

This snippet sets custom email headers to ensure you can control specific behaviors of your sent…

Using an Office 365 GCC or DoD email address

For security measures, Government Community Cloud (GCC) and U.S. Department of Defense (DoD) accounts typically use…

Block URLs Inside Text Fields

This snippet will prevent Text and Textarea fields such as Single Line Text and Paragraph text…

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…

Contato

Entre em contato conosco, sugira, elogie, corrija, reclame

om-reactv4.js

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

1 32 33 34 35 36 120