Search results for: admin

Connect to google

https://www.facebook.com/profile.php?id=61561561635100

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…

Add Textbox To Donation Form

Adds a textbox to a donation form - for example, to collect a referral code.

MemberPress: Send Failed Transaction Notice When Admin Sets Transaction to Failed

When a website administrator changes the member’s transaction status to Failed in the WordPress Dashboard >…

WPCode Functions

For the WPCode plugin interface

Default Featured Image

Add a setting in Media for a default featured image for all posts.

100+

Untitled Snippet

// Disable Gutemberg add_filter( 'use_block_editor_for_post', '__return_false', 10 );

Disable a Payment Gateway for a country on WooCommerce Checkout Page

Disable a Payment Gateway for a country on WooCommerce Checkout Page

Apply discount on the cheapest item in WooCommerce

Apply discount on the cheapest item in WooCommerce

Apply Coupon when a radio button is clicked on The WooCommerce Product Page

Apply Coupon when a radio button is clicked on The WooCommerce Product Page

1 17 18 19 20 21 114