DearTanker
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Fixing WordPress
In reply to: Emoji and 6.2@-anindya- Thank you very much. it‘s works again.
Forum: Fixing WordPress
In reply to: Emoji and 6.2Still can’t solve this problem, can someone help me
Forum: Fixing WordPress
In reply to: Emoji and 6.2@azaozz In order to achieve a consistent display effect, what should I do if I need to force all emojis to be replaced with pictures? The replacement code that was working fine in WordPress 6.1 no longer works, what should I do?
The code I’m using:
function change_wp_emoji_baseurl($url) { return set_url_scheme('//cdn.staticfile.org/twemoji/14.0.2/72x72/'); } add_filter( 'emoji_url', 'change_wp_emoji_baseurl' ); function change_wp_emoji_svgurl($url) { return set_url_scheme('//cdn.staticfile.org/twemoji/14.0.2/svg/'); } add_filter( 'emoji_svg_url', 'change_wp_emoji_svgurl' );Forum: Fixing WordPress
In reply to: Emoji and 6.2Same issue.
Forum: Plugins
In reply to: [WooCommerce] How to enamble Gutenberg for WooCommerce ProductsI need to edit the product description with Gutenberg, I found this link https://wplook.com/how-to-enamble-gutenberg-for-woocommerce-products/, it work fine, but I don’t know if it is safe.
Viewing 5 replies - 1 through 5 (of 5 total)