开发者 | johnmorris10 |
---|---|
更新时间 | 2014年6月6日 05:19 |
捐献地址: | 去捐款 |
PHP版本: | 3.5.1 及以上 |
WordPress版本: | 3.5.1 |
版权: | GPLv3 or later |
版权网址: | 版权信息 |
/wp-content/plugins/
directoryAdd S3 Video
button on the edit post screen to embed a video`add_filter( 'smarts3_player_options', 'my_custom_js_function' ); function my_custom_js_function($options) { $options['variable_name_here'] = 'variable value here'; return $options; }`