I am wondering if there is a way to dynamically remove plugins based on some conditions in php. So, if $test === 1, then I would like to show the copy plugin button, but if it does not equal 1, it should not be added.
Is this possible?
Is this possible?