17 August 2019

How to get plugin path in wordpress?

get plugin path in wordpress




<?php echo plugin_dir_url(__FILE__);?>

No comments:

Post a Comment

How to create video slider with cuncks of videos without download all videos?

 Create video slider with cuncks of videos without download all videos function custom_video_slider_shortcode() { $slider_id = 'vide...