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

Create Gutenberg Block with NPX Node Enviroment

Posted on: January 21, 2026January 21, 2026Tutorial , Wordpress

Require for Create Gutenberg Block with NPX (Node) Code editor Node.js development tools Local WordPress environment Firstly, go to your WordPress plugin directory, and then open it on the terminal […]

Get Image Path in WP Query Loop

Posted on: December 9, 2025Wordpress , WordPress

Get Image Path in WP Query Loop $image = wp_get_attachement_images_src( get_post_thubnail_id(get_the_ID()), ‘thumbnail’ ); <img src”<?php echo $image[0]; ?>” alt=”<?php echo wp_get_atttachment_caption( get_the_ID() );?>” />

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 […]

Create a Taxonomies in Custom Post Type (CPT Plugin) and fetch category post results

Posted on: August 30, 2024Wordpress , WordPress

Below is the code for fetch a particular CPT with created category/ Taxonomies with PHP WP_Query function.

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 […]

Send Object data and variable data with FormData objects using Ajax-requests in jQuery

Posted on: October 6, 2023October 6, 2023AJAX , JavaScript Tutorial , jQuery Code

Send additional parameter as object and variable with form data with ajax using jQuery. JavaScript / Ajax Code FormData object is an iterable structure that resembles an array and contains […]

Code Implement JavaScript Async/Await

Posted on: August 18, 2023September 24, 2023AJAX , JavaScript Tutorial , jQuery Code

Implement JavaScript Async/Await Async keyword before a function return a promise and await keyword used inside async function. Await pause the execution and wait fo promise response result. async function […]

JavaScript Try Catch Throw error handling when using API fetch promise

Posted on: August 1, 2023August 1, 2023AJAX , JavaScript Tutorial , jQuery Code

Handling of JavaScript Try Catch Throw errors while utilizing the API fetch promise JavaScript Promise Fetch API with error handling of try catch and throw. Below I explain with code, […]

Fetch all H1 and H2 text and push into an array

Posted on: January 17, 2023January 17, 2023JavaScript Tutorial , jQuery Code

[av_codeblock wrapper_element=” wrapper_element_attributes=” codeblock_type=” av_uid=’av-lczzquub’ custom_class=”] Get all H1 and H2 heading content and text push to array var headingOne = []; var headingTwo = []; var bothHeading = []; […]

use JSON.parse() and JSON.stringify() in JavaScript

Posted on: August 4, 2022JavaScript Tutorial , jQuery Code , JSON , Tutorial

How to use JSON.parse() and JSON.stringfy() in JavaScript JSON.parse() Its convert JSON String to JavaScript Object. Its help to convert text into JavaScript Object. Use of this method convert JSON […]

Posts pagination

Page 1 Page 2 Next page

Categories

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

Recent Posts

  • 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
  • Create a Taxonomies in Custom Post Type (CPT Plugin) and fetch category post results
  • Tutorial
    • CSS Tutorial
    • JavaScript Tutorial
    • Wordpress

Recent Post

  • 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
  • Create a Taxonomies in Custom Post Type (CPT Plugin) and fetch category post results
MyFreeOnlineTools