Search results for: admin
to add WooCommerce WhatsApp Product Enquiry. NO API Used.
Post Intro How to Add a WooCommerce WhatsApp Enquiry Button (No API Used) In this blog…
Local pickup custom percentage discount in WooCommerce checkout
Offering discounts for local pickup is a great way to attract customers who are looking for…
Update Donation Summary
Often you might want to change the output of where a donation summary is outputted for…
MFP > Deploy Show & Get Data
add_action('acf/save_post', 'add_show_children'); function add_show_children($post_id) { if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) return $post_id; if (!wp_is_post_revision($post_id) && 'show' ==…
Prevent AIOSEO from changing the category to the primary one
This snippet will prevent AIOSEO from changing the category to the primary one.
Add Last Modified Column
Display the post last modified date in the admin.
How To Allow Shop Manager to Manage Feeds?
#-- Allow Shop Manager to access Product Feed menus --# function allow_feed_menus_to_shop_manager() { return 'manage_woocommerce'; }…
Lock users if website is idle for certain period ウェブサイトが一定期間アイドル状態の場合にユーザーをロックするAn updated version.
Lock users if website is idle for certain period ウェブサイトが一定期間アイドル状態の場合にユーザーをロックする An updated version. After Adding the…
Website Unavailable
Used when client is not current with payments or has moved their site.
FlowMattic: Expand Workflow Description Box.
This snippet runs in the WordPress admin area and removes any line-clamping on the “.css-iIDhdyB” element…
MemberPress: Export a CSV File for All Corporate Accounts with Subaccounts in MemberPress
This code snippet creates an export tool for MemberPress Corporate Accounts, allowing administrators to generate a…
Create a Custom Shipping Method in WooCommerce
This snippet allows you to create and add a custom shipping method to your WooCommerce store.
WooCommerce Local Pickup Date Field | WooCommerce Pickup Date
Adds a date picker to the checkout page when "Local Pickup" is selected. The selected pickup…
WordPress Trending Posts | Popular Posts Ticker Shortcode
Showcase your trending content with this scrolling WordPress ticker. Shortcode: [trending_postss count=5] Can change count as…
_MK - SECURITY - Block Author Enumeration
// 🔒 Block ?author=1 user enumeration attempts add_action('init', function () { if (!is_admin() && isset($_GET['author'])) {…