By default in Wordpress, shortcodes are not allowed to be executed in a custom HTML widget.
To change this, create a php snippet with execution everywhere:
add_filter( 'widget_text', 'do_shortcode' );
Hello.
We and other users do not have this problem. Perhaps the plugin conflicts with another plugin on your site? How did you determine the speed of the site?
Save the Clearfy settings to your computer so that you can restore them. After that, reset the settings and check if it is displayed correctly with the default settings
You can't track where the code was executed. Your code is called somewhere else, you need to find exactly where. Can be in another code connects the text from your page.
Hi,
Yes, if you have problems with the plugin, we return the money within 14 days from the date of purchase.
There are no snippets for wordpress' custom api endpoint in the library. But your link are all painted in detail and you can write the snippet myself
Здравствуйте.
Из-за такого огромного количества изображений, скрипту миграции не удаётся её закончить.
Единственный способ решить проблему - это удалить плагин Робин и установить его заново, после чего заново запустить оптимизацию всех изображений.
Вам нужно использовать PHP сниппет с примерно таким кодом:
if(is_category())
{
echo "Category!";
}
if(is_tag())
{
echo "Tag!";
}
В параметрах функций можно указать конкретную рубрику или тэг, на странице которого будет отображаться.
Документация по этим функциям:
is_category() —...
It's not about other plugins or Woody plugin.
I think it's your code that's the problem.
If you add output to this code, but it is displayed only once, then the problem is not in this code.
Try creating a new page and adding only the code to write to the database
Everything you've described means that the problem is in your code. I can't help you without seeing the whole code and knowing how it works. Try to display the path to the file you are accessing and verify it.