27 September 2019

How to get background image from wordpress plugin folder?

get background image from wordpress plugin folder
<style>

background-image: url(<?php echo plugin_dir_url(__FILE__);?>images/logoimage.jpg);

</style>

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...