Skip to content
  • Home Blog
  • More Online Tools
    • Code Compress & Beautify
      • HTML Compress
      • CSS Compress
      • JavaScript Compress
      • CSS Beautify
    • Words & Character Utitlies
      • Keywords Density & Word Count
      • Change Case
    • Image Convertor
      • Image To WebP Convert
      • EPS To PNG
    • SEO Tools
      • Extrat Title & Meta Tags
      • Extrat Heading Tags
      • Extract Tags From Youtube Video
      • Title Meta Length Counter
    • Color Tool
      • HEX to RGB Convert
    • Device Testing
      • Multi Device Simulator
  • Donate
  • Resource
Go back to home

How to Dynamically Update the HTML Lang Attribute in WordPress Using functions.php

Posted on: August 18, 2025PHP , Wordpress

WordPress and dynamically update the <html lang=””> attribute for English and French pages by editing your functions.php file.   function swigroup_custom_language_attributes( $output ) { // Get the current URL $url_path […]

Gravity Form Submission with Zoho Lead Integration Or Form Data push to Zoho CRM

Posted on: May 27, 2024May 28, 2024Gravity Forms , PHP , WordPress , Wordpress

Gravity form predefined function gform_after_submission is executed at the end of form submission process when user submit the form.Gravity form gform_after_submission function contact entry object parameter contains all submitted values […]

How to change any WordPress blog inner content link href by PHP code

Posted on: January 24, 2024January 24, 2024Blog , PHP

WordPress Blog Inner Content Href Link change or update with PHP. Firstly, go to includes directory in the WordPress theme folder below path ../blog/wp-content/themes/enfold/includes in includes folder find loop-index.php Find […]

Get All Records of Zoho CRM by Using PHP Curl

Posted on: August 15, 2022cURL , PHP , Zoho CRM

Access Zoho API using PHP Curl Access Zoho API and Fetch all Zoho CRM records after create Zoho Postman Access token and refresh token with create PHP Curl. Fetch Zoho […]

Video : PHPMailer Install with Composer and Solve SMTP Error not authenticate using Gmail PHP Mailer

Posted on: March 19, 2022March 19, 2022PHP , Video

PHPMailer Install with Composer and solve SMTP error: Could not authenticate PHP developer setup PHPMailer for sending mail by PHP code. PHP mail() function also supports directly sending mail but […]

With PHP MySQL Query retrieve fetch all WordPress Blog categories in JSON REST API

Posted on: March 14, 2022MySQL , PHP

PHP MySQL database query for fetching categories data in JSON Format.   I run my WordPress website with MySQL database so need to fetch the database categories post data in […]

MySql query for fetch/ retrieve category data in WordPress with image thumbnail

Posted on: February 14, 2022MySQL , PHP , Wordpress , WordPress

MySql query for fetch WP post_id, post_title, post_date & name with using thumbnail for a particular WordPress category. WordPress also provides some methods for retrieving post data with thumbnails but […]

Get full current page URL in PHP

Posted on: December 31, 2021PHP

Echo current page URL in a PHP page. to echo or get the current page URL in a PHP page, use $_SERVER. Its build-in variable in PHP, which is used […]

Develop PHP Webhook for Google Lead Form Extension

Posted on: December 10, 2021December 10, 2021PHP

How to set up PHP webhook code for forwards google lead extension form. create a webhook in PHP, save this file in the root folder with adwords_webhook.php for connecting your […]

Create Rest API with JSON output form MySQL Database Tables Data in PHP

Posted on: December 5, 2021December 5, 2021MySQL , PHP

Developed Simple Rest API data in array convert into JSON fetch from MySQL Database Tables. Below is code for creating JSON Array API data fetch from MySQL database. I use […]

Posts pagination

Page 1 Page 2 Next page

Categories

  • MyFreeOnlineTools
  • Resource
  • Author
  • Blog
  • Corona Virus
  • Donate

Recent Posts

  • Get add select option dropdown year current from particular year by JavaScript
  • Create Gutenberg Block with NPX Node Enviroment
  • Basic Function: Get Template Output as String
  • Get Image Path in WP Query Loop
  • How to Dynamically Update the HTML Lang Attribute in WordPress Using functions.php

Recent Post

  • Get add select option dropdown year current from particular year by JavaScript
  • Create Gutenberg Block with NPX Node Enviroment
  • Basic Function: Get Template Output as String
  • Get Image Path in WP Query Loop
  • How to Dynamically Update the HTML Lang Attribute in WordPress Using functions.php
MyFreeOnlineTools