-
Advanced video player with tracking Mp4 Videos
[avpa src=”https://www.miraclewebsoft.com/wp-content/uploads/2020/05/placeholder-video.mp4″ controls=’true’] Used Above Shortcode
-
WordPress Video player with analytics youtube videos
[avpa webm=’youtube’ src=”https://www.youtube.com/watch?v=wm48_VrbB4Q” width=’600′ height=’400′ controls=’true’] Used Above Shortcode
-
Remove rel attribute added by Gutenberg WordPress
REMOVE REL ATTRIBUTE ADDED BY GUTENBERG, GUTENBERG automatically add rel attribute to the Anchor tag. Please add the below code in your theme functions.php Please let me know if it works for you. If any issue I will fix my code.
-
HOW TO DEVELOP A simple WORDPRESS PLUGIN
In this article, you will understand how to develop a simple WordPress plugin Please try to understand the steps plugin code link given at end of the article STEP 1: CREATE A FOLDER IN WORDPRESS PLUGINS DIRECTORY WordPress Plugin Directory path: wp-content > plugins > basic-wordpress-plugin We have created ‘basic-wordpress-plugin’ folder in plugins directory STEP 2: CREATE […]