开发者 |
GetConversion
vschwarz skromesch |
---|---|
更新时间 | 2014年7月23日 20:53 |
捐献地址: | 去捐款 |
PHP版本: | 3.4 及以上 |
WordPress版本: | 3.9.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/
.WordPress Font Uploader - The Font Uploader's style is blocked. Read more about work around on GC Community.
Visit the plugin admin screen. Scroll down, and find the Show/hide engine setting link near the version number at the plugin footer. Open the Engine settings panel. Click on Connect to MY.GetConversion button and follow the instructions.
You can add short code to the message text area or to the action button text field.
Just use the following code:
[gc-message-box]
In case short code rendering the filters will be ignored.
Just enter the following code where you want to put the GC Message Box:
gc_message_box_show();
In case the GC Message Box was added with PHP the filters will be ignored.
Protect the main loop with PHP function call. Add the following code line before the main loop (before while):
<?php gc_message_box_mainloop_start(); ?>
And add this one after the main loop (after endwhile):
<?php gc_message_box_mainloop_stop(); ?>