Defineway Technologies
Defineway Technologies
  • Home
  • Careers
  • Contact
  • Licence
  • Knowledge Base
Call Us Now
+91 943 331 9991

Web Development

  • Home
  • Software Engineering /
  • Archive for category "Web Development"

Category: Web Development

This category is for mainly Web Development purpose.

Saikat Mondal August 9, 2025 No Comments

How to Create a Custom REST API Endpoint in WordPress ?

Hook into rest_api_init :Register your custom endpoint. function register_custom_api_endpoint() { register_rest_route( 'myplugin/v1', '/data/', array( 'methods' => 'GET', // Or 'POST', 'PUT', 'DELETE' 'callback' => 'custom_api_endpoint_callback',…
Sourav Paul August 1, 2025 No Comments

How to Add a Media Uploader to a Custom Form in WordPress

If you want to add a WordPress file upload to your form so that when you select a photo or video, its URL will be…
Rohit Patra June 14, 2025 No Comments

How To The Write `structKeyArray( structure )` Function In ColdFusion?

Description:- This is used to get structure keys as an array. structKeyArray( structure ); This function returns an array of the given structure. Member Function…
Saikat Mondal May 31, 2025 No Comments

How to Generate JWT Token in PHP ?

Step 1: Install the Firebase JWT LibraryThe most popular library for handling JWTs in PHP is firebase/php-jwt.Install it using Composer: composer require firebase/php-jwt If you’re…
Sandeep Mandal May 31, 2025 No Comments

What is twig template inheritance and how to use it?

Twig template inheritance is a powerful feature of the Twig templating engine (commonly used in Symfony and other PHP frameworks) that allows you to define…
Snigdha Paul May 24, 2025 No Comments

Addition, subtraction, multiplication, division and creating expression with these in Liquid template language.

Addition through Liquid template language {{ 50 | plus: 5 }} Output: 55 Subtraction through Liquid template language {{ 50 | minus: 5 }} Output:…
Sandeep Mandal May 24, 2025 No Comments

What is twig and how to use it in PHP?

Twig is a modern template engine for PHP, commonly used with frameworks like Symfony, Drupal, or Craft CMS. It helps you separate logic from presentation…
Saikat Mondal May 17, 2025 No Comments

How to Hide Menu and Sub-menu items from the Admin Dashboard in WordPress ?

Hiding admin menu items can help:Prevent accidental changes by non-admin users.Simplify the interface for clients or contributors.Improve security by limiting access to sensitive settings or…
Anirban Poddar May 17, 2025 No Comments

How to display site logo using shortcode in wordPress?

We can display site header logo in a page or widget using shortcode in WordPress. For creating this shortcode we need get_custom_logo() and get_bloginfo(‘name’) function.…
Rohit Patra May 17, 2025 No Comments

How To The Write `directoryCopy( )` Function In ColdFusion?

Description:- This is used to copy the contents of a directory to a destination directory on disk or in memory if you have the required…

Posts navigation

Older posts

Search

Category

  • App Development (25)
  • Database Development (11)
  • DevOps (11)
  • Software Engineering (30)
  • Uncategorized (6)
  • Web Development (184)

Tags

Adobe ColdFusion Array Azure coldfusion ColdFusion Advanced ColdFusion Best Practices ColdFusion Component CSS custom post type Dart DevOps DevOps Advanced docker-apache-php-mysql Elementor addon Elementor widget Flutter google map api HTML javascript javascript-advanced jQuery Key Vault laravel map Maps JavaScript API MERN Stack MongoDB mssql MS SQL Server php php laravel React.js regex Regular Expression Ruby Server Administration shortcode sql TypeScript Web Development wordpress wordpress-plugin wordpress-security WordPress Best Practice WordPress Hooks

Archives

  • August 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
Footer Logo

Quick Links

  • Home
  • Contact
  • Careers

Contact Us

Phone: +91 347 425 5556  | +91 943 331 9991

Email: hello@defineway.com

Skype: defineway

Knowledge Base

  • How to Create a Custom REST API Endpoint in WordPress ? August 9, 2025
  • How to Add a Media Uploader to a Custom Form in WordPress August 1, 2025
© 2024 Defineway Technologies Private Limited. All Rights Reserved.
Terms & Condition Privacy Policy