开发者 | scottsalisbury |
---|---|
更新时间 | 2013年5月25日 19:00 |
PHP版本: | 3.3 及以上 |
WordPress版本: | 3.5.1 |
版权: | GPLv3 |
版权网址: | 版权信息 |
request-callback
" directory to the "/wp-content/plugins/
" directoryPlugins
" menu in WordPressSettings > Request Call Back
". Note: the plugin will work with default settings, however it is recommended to configure your email address and "thank you
" page.<?php do_action('wpcallback_button'); ?>
" in your template file where you want the button to appear (e.g. header.php). Note: you need this code if using lightbox mode (default). If "Display mode
" is set to use an existing page, adding the button code is optional.Sending emails is done using WordPress's built in mail function. If emails aren't sending and your email address has been configured in the plugin options, it is likely that your entire WordPress site is unable to send emails. This could be due to an incorrectly set up mail server, or emails getting lost in your spam folders. If you're still having trouble then you will have to get in contact with your server host.
In plugin settings "Settings > Request Call Back
", scroll down and set "Display mode
" to "Display form on an existing page
", then select the page you want to attach it to.