When updated user role user get a notification email. This solution using php and html . #wp_mail() #user_role_update // Role Update Notification [action on the...
The Process of install react js on local pc Install Node JS [Download node js exe and install] Set env variable on my computer properties []
Create a custom post type and its taxonomy with php in wordpress // for media corner // custom post type with category function media_corner_post_type() { // Set U...
Generate Wordpress shortcode with attribute. Multi lang url generate with shortcode. add style with shortcode attribute. Add image with shortcode in wordpress. Wordpress shortcode attribute and con...
Get Post by query like category_name, post_type etc $blog_posts = new WP_Query( array( 'post_type' => 'post', 'post_status’' => 'publish', 'posts_per_page' => 3,'category_name' =...
Wordpress Theme Files style.css = Theme information[theme name, author,author uri, description, version, License ect ]. style-...
Defining routes like above is very tedious to maintain. To separate the routes from our main index.js file, we will use Express.Router. Create a new file called things.js and type the following in...
#problem : @angular/cdk version 9.0.1 does not export member ScrollDispatchModule. [on Angular 9]
Ajax Get method not supported in javascript because of using the jquery slim version. And use Jquery at head. to activate the get method in ajax use the orginal version of jquery....
nodemon is a package which help to build the node js project automaticly after save. install -g nodemon ''to install nodemon in gl...
The data.json file is {"name":"John", "age":31, "city":"New York"} The node file is var fileSystem = requir...
We can also use multiword property names, but then they must be quoted: let myVar = { user: 'Mr.rakib hasan', phone: 999898989, '...
In my html the ckeditor automaticly removed my custom html code. I am solved this issue here . Update your script where you declear the ck editor at bottom . <script&nb...
Hesto Multi Auth for Laravel - 5.8 Step 1: Install Through Composer composer require hesto/multi-auth Step 2: I...
Angular Router Change Event with Router First import the router on top - import { ActivatedRoute, Router } from&nb...
Laravel default public path remove with htaccess. http://localhost/my-laravel/public - To - http://localhost/my-laravel keep The HTACCESS in your root directory as...
#ngx-mqtt in angular #ngx-mqtt in angular 7 More Details at https://sclausen.github.io/ngx-mqtt/
Show Large base64 encoded image. Solve Unsafe error on base64 image view. Solve, Unsafe image in angular. Show Large Base 64 Image in angular. Image in Angular. Angular Image view....
Subscribe Router Params . Set OnRouter Change. On Url Change. Subscribe to router. Angular 8+ Router Change Event. getParticipantsPhotos(...
There many kinds of meta tag to make your webpage more valuable . <meta charset="utf-8"> <meta name="viewport" cont...
Here we make a carousel with js library of "OwlCarousel 2" & Bootstrap. First add the bootstrap and jquery. Bootstrap css+js...
There many kinds of component Interaction, the most used Interaction's are Parent to child Child to parent Sibling to sibling ...
local Storage Set Array Item And Get Array Item userIsAdmin() { // Set item (Keep in Local) localStorage.setItem(...
Show the javascript method raw code in import such as a function is function getActiveChannelID(){ let a = 10; let b = 250;...
Setting up Angular Google Maps Install Angular Google Maps npm install @agm/core Setup @NgModule
URL Structure: https://site.com:8080/blog/angular?p1=device1#specification Origin: protocol = https host = site.co...
JavaScript URLSearchParams https://test.com/?device_id=md00142&location=dhaka https://test.com/device?device_id=md78547 const params =...
No directive found with exportAs 'ngModel' Errors No directive found with exportAs 'ngModel' No directive fo...
We can not only assign handlers, but also generate events from JavaScript. Custom events can be used to create “graphical components”. For instance, a root element of our own...
Many events automatically lead to certain actions performed by the browser. For instance: A click on a link – initiates navigatio...