webdezy
@webdezy on WordPress.org
- Member Since: March 22nd, 2021
Contribution History
webdezy’s badges:- Translation Contributor
-
Posted a reply to Remove Zapier notice on posts and products, on the site WordPress.org Forums:
Add to functions.php /** * Remove Yoast Zapier notice */ add_action( 'init', 'webdezy_remove_yoast_zapier_free_publishbox_text' ); function… -
Posted a reply to Screenshot creation error, on the site WordPress.org Forums:
I also noticed that the service stopped working They may have changed their domain to… -
Posted a reply to plugin-copy-clipboard loading from external cloudflare, on the site WordPress.org Forums:
Yes, it's the same -
Posted a reply to plugin-copy-clipboard loading from external cloudflare, on the site WordPress.org Forums:
And also clipboard.js is included in the core of WordPress. wp_enqueue_script( 'clipboard' ); -
Posted a reply to plugin-copy-clipboard loading from external cloudflare, on the site WordPress.org Forums:
clipboard.js - dependency for plugin-copy-clipboard.js you can enqueue clipboard.min.js before plugin-copy-clipboard.js and it will not…