By using this website you agree to our Privacy Policy.

Skip to content
Kevin Dees
  • About
  • Dare To Code
Search Say Thanks
Kevin Dees
Close menu
  • About
  • Dare To Code
Kevin Dees
Search Toggle menu

Category: WordPress

blue and white round illustration
February 1, 2022February 10, 2022PHP, Web, WordPress

How To Get Your WordPress Plugin’s Admin Page URL

To get your plugin’s registered WordPress admin page URL with the page’s menu slug use the function menu_page_url(). However, this built-in WordPress […]

pile of tree logs
December 28, 2021February 1, 2022WordPress, PHP, Tips, Web

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.

find php version in wordpress
December 7, 2021February 1, 2022Web, PHP, WordPress

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.

uy5t cjuik4
December 5, 2021February 1, 2022Web, PHP, WordPress

How to Create a Custom API endpoint in WordPress

There are many ways to create a custom API endpoint in WordPress. I personally like to build them against the base URL. […]

black and white apple logo printed ceramic mug
November 30, 2021February 3, 2022Links, Browsers, CSS, Design, HTML, JavaScript, PHP, Web, WordPress

Link Share: Issue #4

The last week has been full of exciting news. Here are a few links that caught my attention.

wall rack filled with paper document lot
November 23, 2021February 3, 2022WordPress, PHP, Web

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.

photo of brown wood slab
November 17, 2021November 22, 2021WordPress, PHP, Servers, Web

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.

jz4ca36oj m
April 13, 2020November 22, 2021Web, Browsers, HTML, JavaScript, Marketing, Privacy, SEO, Tips, WordPress

Adding Google Analytics To Your Website While Respecting “Do Not Track”

Adding Google Analytics to your website is a complicated business. No, you shouldn’t merely copy and paste the GA script provided by […]

wordpress dropin plugins admin screen
April 7, 2020November 22, 2021PHP, WordPress

What are WordPress Drop-in Plugins?

WordPress drop-in plugins are a hidden feature of WordPress used to replace, add, or enhance a limited set of advanced core WordPress […]

Posts navigation

1 2 >
  • About
  • Dare To Code
  • Say Thanks
  • Privacy Policy

Dare To Code

Get the tips, links, and tricks on full-stack PHP development in your inbox with monthly emails from Kevin Dees.

Name(Required)
This field is for validation purposes and should be left unchanged.

© 2010 - 2023 Kevin Dees, all right reserved.