Skip to content

Tag: php

replace full bbcode tag by empty not working php

I need to replace a full bbcode tag by an empty space (in this example by a “M”) This is my php code so far $string =” hello [MSG=’user1, comment: 253434, userid: 1232′] TEXT1[/MSG] [MSG=’…

Watermark fading with transparent background

Have some script that display images on page with png watermark, but when i want to fade watermark png image to 50% there is white background display (but watermark fading to 50%) and when i want to …

How to change woocommerce category id?

I want to change category id in woocommerce table. Example: change id=5 to id=20. I don’t want to delete my categories in my wordpress panel, just change that id from database. Answer why not just go to phpmyadmin and change it? This of course can cause conflicting issues if id=20 is already assigned an…