Disabling the Admin Bar for Non-Admin Users
add_action('after_setup_theme', 'remove_admin_bar'); function remove_admin_bar() { if (!current_user_can('administrator') && !is_admin()) { show_admin_bar(false); } }
wwr parallax 2
test
ACF - KEYSMST_ Case - Tab 8: Contact Log Staging Fields
/** * WPCode Snippet: MST Case - Tab 8: Contact Log Staging Fields * Description: Temporary…
TICKET NUMBER
/** * Increment total entry number on each submission * * @link https://wpforms.com/developers/how-to-increment-a-count-on-each-form-submission */ function wpf_dev_update_total_field(…
BB-YES
BB-YES
Talkwithkallie.com
talkwithkallie.com
Commissions payment_id email tag
This adds support for the {payment_id} email tag to Commissions Notifications
Vendd Theme - Display Downloads Purchase Button
This is a CSS snippet which displays the download purchase button
Product Expiry For Woo
Supports the Expiry for Woocommerce plugin - WC Vendor
Bulk Change Custom Order Status wpadmin
add_filter( 'bulk_actions-edit-shop_order', 'misha_register_bulk_action' ); // edit-shop_order is the screen ID of the orders page function misha_register_bulk_action(…
Update the author name on published recipes
This code snippet will update the author name for all existing recipes. Just replace New Name…
Event URL (Simple Usage) | Display Eventbrite Events
This filter allows you to adjust the event URL. This is primarily so you can add…