开发者 |
innlabs
willhaynes24 |
---|---|
更新时间 | 2018年11月7日 05:44 |
捐献地址: | 去捐款 |
PHP版本: | 5.3 及以上 |
WordPress版本: | 5.0-beta3 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/
directory'dfw_js_data'
, to allow modification of the window.dfw
object before it's output on the page. Refactors widgets and blocks to draw all details needed from window.dfw
instead of separately-enqueued JSON blobs. This should allow you to `setRequestNonPersonalizedAds. PR #81 for issue #63, with thanks to GitHub user tienvooracht for the idea.camelCase
to snake_case
in pull request #46 for Wordpress.com VIP compatibility. This includes renaming the global variable $DoubleClick
to $doubleclick
, and many of its properties from $DoubleClick->camelCase
to $doubleclick->snake_case
. If you modify this plugin's features via filters or actions, or if you call this plugin's functions and methods directly from your code,jquery.dfp.js
version 2.4.2, adding setCentering
support. PR #67 for issue #66dfw
. (PR #76)docs/index.md
to docs/readme.md
in the GitHub repository, so that the Markdown will display to all who visit the docs directory. (PR #80).display-none
to display: none;
to support jQuery.dfp.js
' utility styles:before
pseudoelement with the text 'Advertisement', to follow Google Ad Manager recommended practices on labeling ads