开发者 |
beapi
maximeculea |
---|---|
更新时间 | 2018年10月17日 22:56 |
捐献地址: | 去捐款 |
PHP版本: | 4.7 及以上 |
WordPress版本: | 4.9.6 |
版权: | GPLv3 or later |
版权网址: | 版权信息 |
push_2_light
) with no underscores but dashes (push-2-light.[extension]
)..jpg
, .jpeg
, .png
and .gif
.wp-content\themes\my-theme\assets\bea-beautiful-flexible\
. But if you have a child-theme and added images into it, these will overwrite those from parent-theme.
The following directories will be solved according to order: plugin's folder, child theme's folder, theme's folder.
Also note that you can filter this path to gather all your images into a same folder :
add_filter( 'bea.beautiful_flexible.images_path', $path );
Finally, you could filter all images like this :
add_filter( 'bea.beautiful_flexible.images', $images );
Who ?
Credits
Special thanks to HWK, from his blogpost, we created a WordPress plugin with custom tuning (js+css).
Creator
Created by Be API, the French WordPress leader agency since 2009. Based in Paris, we are more than 30 people and always hiring some fun and talented guys. So we will be pleased to work with you.
This plugin is only maintained, which means we do not guarantee some free support. Consider reporting an issue and be patient.
To facilitate the process of submitting an issue and quicker answer, we only use Github, so don't use WP.Org support, it will not be considered.
[get_theme_file_uri()](https://developer.wordpress.org/reference/functions/get_theme_file_uri)