Answer the question
In order to leave comments, you need to log in
What hook to use?
I need to write a plugin, upon activation of which, a cryptographic will be placed on the page. I wrote cryptographs, but I have never created plugins and it doesn’t work with PHP. What will this plugin look like? That's all I could understand
if(!defined('ABSPATH')){ //Защита от злоумышлинников
die;
}
class JapCanChart
{
//method
function __construct(){
}
}
if(class_exists('JapCanChart')){
new JapCanChart();
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question