开发者 | mardellme |
---|---|
更新时间 | 2019年12月17日 19:15 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 5.3 |
版权: | GPLv3 or later License |
/wp-content/plugins/dispatch-countdown
directory, or install the plugin through the WordPress plugins screen directly.The countdown must be called at a point where global $product
is available, so
make sure to call this plugin after WooCommerce has loaded. To move the
countdown, you can remove the action and then add it back wherever you want:
`/**
Replacing
your_theme_before_main_container` with whichever hook you wish
There are a few filters available to override certain parts of the output. The
main filter is dispatch_countdown_content
and can be used as follows:
`/**
dispatch-countdown__time