Last active
August 19, 2020 18:26
-
-
Save cuxaro/a9750b023ec940bd3e118798f81f3869 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//https://ivanbarreda.com/wptv-shortcode/ | |
/* | |
Guide of css elements in plugin | |
.wptv_novideos | |
.wptv_container | |
article.wptv_item | |
p.wptv_item__title | |
video.wptv_item__video | |
a.wptv_item__title | |
span.wptv_item__date | |
*/ | |
/* | |
Guide Hooks Filter: | |
wptv_format_date | |
by default 'Y-m-d' | |
wptv_format_title | |
*/ | |
/* | |
wp_dequeue_style('wptv-default_style'); | |
Use this hook inside functions.php to use the plugin without customization | |
*/ | |
/* | |
[wptv language="spanishespanol" keyword="woocommerce"] | |
All videos with keyword "woocommerce" with Spanish Language and 10 videos | |
[wptv language="english" " keyword="paypal" posts_per_page="100"] | |
All videos with keyword "paypal" with English Language and maxium 100 videos | |
[wptv keyword="stripe"] | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment