开发者 | robertreborobert |
---|---|
更新时间 | 2017年8月30日 09:46 |
PHP版本: | 4 及以上 |
WordPress版本: | 4.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Yes, using CSS, just target this class .witty-label. Example : #witty-map-wrap .witty-label { background-color : #000; color : #FFF; }
[witty-map]
echo do_shortcode('[witty-map]');
add( 'witty_map_before', [your function] ); add( 'witty_map_after', [your function] );