Wordpress

Change Admin User IDs

One of the things I see a lot of in log files for WordPress site is scans for ?author=1. These are scans for admin users and can reveal the user name. Some security plugin will change the user ID for 1, but does not handle multiple user IDs that could be 2, 3 or 4. […]

Change Admin User IDs Read More »

Secret WordPress Settings Page

WordPress has a secret options page to update values in the options table. Access it by changing the options page URL from /options-general.php to /options.php. I have found this useful for updating the admin email address since they have an authorization feature now.  This let me skirt this feature for making a change to the

Secret WordPress Settings Page Read More »

Modifying Print Invoices and Packing Lists Template in Woocommerce

Modifying “Print Invoices & Packing Lists” WooCommerce add-on to remove unwanted columns.  This will remove the sku column from the invoice, and the weights column from the packing list.  The weight column was the primary reason for this code, and makes it simple to eliminate unwanted information. source: https://www.skyverge.com/blog/modifying-print-invoices-packing-lists-templates/

Modifying Print Invoices and Packing Lists Template in Woocommerce Read More »

Scroll to Top