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); } }

ACF - KEYSMST_ Case - Tab 8: Contact Log Staging Fields

/** * WPCode Snippet: MST Case - Tab 8: Contact Log Staging Fields * Description: Temporary…

ismail daugherty PRO
<10

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(…

Add Payment ID to Sales API

If sequential order numbers are on, those numbers are returned in the sales API instead of…

Move Social Login Checkout Buttons

By default, the login buttons display below the payment icons for the gateway picker. This plugin…

Expire pass when counter used up

This plugin makes All Access passes expire at the moment their download counter is used up.

Min-Max Product Price (with decimal support)

Add minimum/maximum validation to your product's price - with decimal support

Custom Tab Order For Dashboard

// Add this to your themes functions.php to change the order, rearrage the lines. First line…

Change the "Commission" header for the Recent Orders table

Change the "Commission" header for the Recent Orders table using the "wcvendors_recent_order_table_columns" filter hook.

1 81 82 83 84 85 125