Hello.
You must declare the variable global.
global $testvar;
$testvar = 1;
function testfunc() {
global $testvar;
var_dump ($testvar);
}
echo "testvar is [$testvar]<br>\n";
testfunc();
Image data Robin keeps the table wp_rio_process_queue. You say the POSTMETA table takes 1.2 GB? Can you send me a screenshot?
Can you send us a database dump? In private messages on the forum. Can be downloaded to Google drive
Hello,
We found a bug in our plugin. We will fix it in the next update, but you can fix it yourself now. Replace the lines in the file
wp-content\plugins\insert-php\includes\class.execute.snippet.php
from
35: add_action( 'wp', array( $this, 'executeEverywhereSnippets' ), 1 );
to
35: add_action(...
Здравствуйте.
В данный момент проблема с первым сервером сохранилась? я сейчас попробовал на своём сайте, расположенном на beget.ru - Робин отработал без ошибок
Hello.
For these tasks there are in Wordpress function do_shortcode.
do_shortcode("[pdb_list template=club search='true' orderby='$sort' order='$order' fields='discipline,logo,no_affil,departement,url,email,contact,telephone,date_updated']");
This is how it should work
<form action="" method="post">
If you want to learn how to program in PHP, you have chosen the wrong forum. Read the documentation or ask questions on the specialized forums for learning PHP