Category
WordPress
15 posts tagged #WordPress
- · 3 min read
Link Share: Issue #5
I have quite a build-up of links to share. It's been a while, so some may be old news, but it's still worth posting. Grab a coffee and enjoy!

- · 2 min read
How to Set Up a Custom ChatGPT Action for Your WordPress Blog
Integrating ChatGPT with your WordPress blog just got easier. With the power of the WordPress REST API and ChatGPT’s custom action capabilities, you can now create a seamless workflow for fetching, summarizing, and interacting with your blog posts.

- · 2 min read
How to Add A WordPress Custom Login Logo
Do you want your WordPress site's logo applied to the login screen? Do you want the logo to link back to your homepage? Are you using a theme with or without full site editing?

- · 2 min read
Is It Worth Changing Your WordPress Login URL?
No. As a security measure, I do not advise changing the login URL of your WordPress website, so it is hard to find.

- · 1 min read
How To Get Your WordPress Plugin's Admin Page URL
Create a helper function to get WordPress plugin admin page URLs with support for query parameters.

- · 1 min read
Log PHP Data In WordPress To Your Browser's Console
Debugging PHP can be a pain in WordPress. Add this handy code snippet to your theme's functions.php file. The function will log PHP data to your browser's console.

- · 1 min read
How To Quickly Check / Find Your WordPress PHP Version
Not sure or need to know what version of PHP your WordPress website is using? Here is how to find your version quickly.

- · 3 min read
How to Create a Custom API endpoint in WordPress
Create custom REST API endpoints in WordPress using rewrite rules, query variables, and custom templates.

- · 1 min read
Link Share: Issue #4
The last week has been full of exciting news. Here are a few links that caught my attention.

- · 2 min read
How To Replace wp_mail Function In WordPress
To override the wp_mail() function using the filter pre_wp_mail is the best and modern way to do so. Using this method will future-proof your override.

- · 2 min read
How to Remove X-Frame-Options SAMEORIGIN from WordPress.
You can remove the HTTP header X-Frame-Options: SAMEORIGIN from WordPress by removing the send_frame_options_header function from the admin_init and login_init hooks.

- · 3 min read
Adding Google Analytics To Your Website While Respecting "Do Not Track"
Add Google Analytics to your website while respecting user privacy and honoring the Do Not Track setting.

- · 3 min read
What are WordPress Drop-in Plugins?
Understanding WordPress drop-in plugins and how to use them to extend core functionality.

- · 1 min read
How to Display and Debug All Database Queries Made by WordPress
Debug WordPress database queries using SAVEQUERIES constant and helper functions for optimization.

- · 2 min read
Gutenberg and WordPress 5.0
Analysis of WordPress 5.0 and Gutenberg's impact on the WordPress community and platform direction.
