Snippet Category: PHP

Enqueuing Styles or Scripts in WordPress

Knowing how to enqueue style files or script files is always essential when it comes to customizing WordPress. Here you will find a way to do so in such a way that the query string is based on the last edited time of the file so that caching issues are minimized.

Read More
Export to CSV Base Code

This is useful if you are needing to create an admin exportable CSV file.  Use this as a base for your code to create an administrator only csv generator.

Read More
Function: Fix Email - Replace Email within <> of a String

I needed to update the From header of an outgoing email in PHP, This approach allows you to safely swap out the email address inside the From header without disrupting the rest of the string.

Read More
Gravity Forms Field Validation

Validating form data can always be tricky, here is something to get you started with validating a set of data within the GravityForms form system.

Read More
PHP CURL Sample

function send_post_request($url, $data = array()) { // Initialize cURL session $curl = curl_init(); // Set the URL to send the POST request to curl_setopt($curl, CURLOPT_URL, $url); // Set the request method to POST curl_setopt($curl, CURLOPT_POST, true); // Set the POST data if (!empty($data)) { curl_setopt($curl, CURLOPT_POSTFIELDS, http_build_query($data)); } // Set cURL options to include response […]

Read More
Plugin Action Links

Adding settings links to the plugin display on plugins page.

Read More
Plugin Shortcode Attributes Usage

When creating shortcodes, a lot of times you want to pass information through to the output via attributes. Here is the code example that you want to use.

Read More
Shortcode Manager via Options Page

Use ACF Pro to create and manage reusable shortcodes in WordPress. Easily output custom HTML or JavaScript anywhere with a dynamic shortcode system—perfect for developers and site admins.

Read More
Turn Off Site Health Status Dashboard

On the WordPress dashboard there is usually a spot where it warns logged in users about "critical" issues or items that it feels are critical. This allows you to turn it off so it doesn't show via the child themes functions.php file.

Read More

Latest Blog Articles

Voice Search Optimization: Strategies for Web Developers and SEO Experts

This article provides a comprehensive overview of strategies for optimizing websites for voice search, aimed at web developers and SEO experts looking to enhance their digital presence and adapt to the changing landscape of user search behavior.

Read More
Mastering Schema in 2024: Enhancing Web Presence and SEO Strategy

In the dynamic realm of digital marketing and search engine optimization (SEO), understanding and leveraging schema markup has become increasingly crucial for businesses and webmasters aiming to enhance their online visibility in 2024. Schema markup, a code that you can add to your website, helps search engines return more informative results for users. By implementing […]

Read More
ProtonMail: Elevating Privacy and Security in Digital Communication

In the arena of digital communication, the significance of data privacy and security cannot be overstated. Privacy concerns have been a lightning rod for discussion, particularly in the wake of recent high-profile data breaches and controversies around the handling of personal data by several tech giants. It is in this climate that ProtonMail, an email […]

Read More
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram