I’ve made a video for this tutorial. Because that’s the easiest way to show how the WordPress admin sub-menu works. And this is for beginners. So please watch the video carefully and I am sure you will definitely clear about WordPress admin sub-menu.
And if you like the video then subscribe my channel and share this with others who wants to learn WordPress.
I’ve made a video for this tutorial. Because that’s the easiest way to show how the WordPress admin menu works. And this is for beginners. So please watch the video carefully and I am sure you will definitely clear about WordPress admin menu.
And if you like the video then subscribe my channel and share this with others who wants to learn WordPress.
I’ve made a video for this tutorial. Because that’s the easiest way to show how WordPress AJAX works. And this is for the beginners. So please watch the video carefully and I am sure you will definitely clear about WordPress AJAX.
And if you like the video then subscribe my channel and share this with others who wants to learn WordPress.
Sometimes you have URLs without http:// OR https:// into WordPress post content.
So you can use the following function for that. You can use this function for the_content filter for WP. And also you can use this anywhere in PHP code other than WP.
<?php
/**
* Fix the URLs from the content.
*
* This function will add protocol to URLs which has no protocol added.