开发者 |
mfurqanabid
wddportfolio |
---|---|
更新时间 | 2019年12月17日 11:31 |
捐献地址: | 去捐款 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 5.3 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
wp-social-feed-gallery
folder to the /wp-content/plugins/
directoryThe plugin has shipped with cache time controll filter. You can adjust the cache time for retrieving the images from Instagram: `add_filter('wpsfg_cache_time', 'wpsfg_my_cache_time'); function wpsfg_my_cache_time() { return HOUR_IN_SECONDS * 2; } `