• Skip to main content
  • Skip to primary sidebar

Technical Notes Of
Ehi Kioya

Technical Notes Of Ehi Kioya

  • Forums
  • About
  • Contact
MENUMENU
  • Blog Home
  • AWS, Azure, Cloud
  • Backend (Server-Side)
  • Frontend (Client-Side)
  • SharePoint
  • Tools & Resources
    • CM/IN Ruler
    • URL Decoder
    • Text Hasher
    • Word Count
    • IP Lookup
  • Linux & Servers
  • Zero Code Tech
  • WordPress
  • Musings
  • More
    Categories
    • Cloud
    • Server-Side
    • Front-End
    • SharePoint
    • Tools
    • Linux
    • Zero Code
    • WordPress
    • Musings

PHP

Show Authors In WooCommerce Product Edit Area

November 12, 2019 by Ehi Kioya 1 Comment

Show Authors In WooCommerce Product Edit Area

WooCommerce products don’t have authors because the plugin developers think this is irrelevant. But a site may need this feature sometimes. The code snippet shared here helps bring back the feature to allow author assignment in the product edit area.

Filed Under: Backend (Server-Side), PHP, Programming, Snippets, WordPress Tagged With: PHP, WooCommerce, WordPress

Remove NoFollow From JetPack Related Posts Links

November 12, 2019 by Ehi Kioya Leave a Comment

Remove NoFollow From JetPack Related Posts Links

By default JetPack adds a nofollow attribute to all links in the related posts section. You can use this PHP code snippet to remove/disable this nofollow attribute.

Filed Under: Backend (Server-Side), PHP, Programming, Snippets, WordPress Tagged With: JetPack, PHP, Snippet, WordPress

Get Notified When Someone Logs In To WordPress

November 8, 2019 by Ehi Kioya Leave a Comment

Get Notified When Someone Logs In To WordPress

By default, WordPress doesn’t come with suspicious login notifications and two factor authentication. We use plugins (or custom code) for these things. This piece of code notifies you when a user logs in to your site. Good for websites with few users.

Filed Under: Backend (Server-Side), PHP, Programming, WordPress Tagged With: Email, PHP, Security, WordPress

Random User Agent Generator [PHP]

November 5, 2019 by Ehi Kioya Leave a Comment

Random User Agent Generator PHP

This code will select a random user agent from a predefined list of valid user agent strings. It’s useful for building certain types of web crawlers or cache warming bots. It helps bypass firewalls that reject requests missing a user agent string.

Filed Under: Backend (Server-Side), PHP, Programming Tagged With: cURL, PHP, User Agent

Azure SDK For PHP: How To Work With Service Management APIs

November 5, 2019 by Ehi Kioya Leave a Comment

Azure SDK For PHP How To Work With Service Management APIs

This guide will show you how to programmatically perform common service management tasks from PHP. It focuses on the ServiceManagementRestProxy class in the official Microsoft Azure SDK for PHP.

Filed Under: AWS, Azure, Cloud, Backend (Server-Side), Cloud Computing, Open Source, PHP, Programming Tagged With: API, Azure, PHP, SDK

Check If An Email Address Has A Valid Gravatar Using PHP

October 21, 2019 by Ehi Kioya Leave a Comment

Valid Gravatar

PHP code snippet to test whether a user has a valid Gravatar or not. The only input needed is the user’s email address. It uses MD5 hashing and URI response headers.

Filed Under: Backend (Server-Side), PHP, Programming, Snippets Tagged With: Email, Gravatar, PHP, Snippet, Validation

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Go to page 5
  • Go to Next Page »

Primary Sidebar

26,136
Followers
Follow
30,000
Connections
Connect
14,643
Page Fans
Like

POPULAR   FORUM   TOPICS

  • How to find the title of a song without knowing the lyrics
  • Welcome Message
  • How To Change Or Remove The WordPress Login Error Message
  • The Art of Exploratory Data Analysis (Part 1)
  • Replacing The Default SQLite Database With PostgreSQL In Django
  • How to Implement Local SEO On Your Business Website And Drive Traffic
  • Getting Started with SQL: A Beginners Guide to Databases
  • The Best Web Safe Fonts In Web Development
  • What’s the fuss about HMAC Validation?
  • Data Science Insights: Regression Analysis
  • Recently   Popular   Posts   &   Pages
  • Actual Size Online Ruler Actual Size Online Ruler
    I created this page to measure your screen resolution and produce an online ruler of actual size. It's powered with JavaScript and HTML5.
  • Allowing Multiple RDP Sessions In Windows 10 Using The RDP Wrapper Library Allowing Multiple RDP Sessions In Windows 10 Using The RDP Wrapper Library
    This article explains how to bypass the single user remote desktop connection restriction on Windows 10 by using the RDP wrapper library.
  • WordPress Password Hash Generator WordPress Password Hash Generator
    With this WordPress Password Hash Generator, you can convert a password to its hash, and then set a new password directly in the database.
  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Go to page 5
  • Go to Next Page »
  • Forums
  • About
  • Contact

© 2021   ·   Ehi Kioya   ·   All Rights Reserved
Privacy Policy