campusboy
Forum Replies Created
-
Hello. This trailing comma was not permitted before 8.0.0. Example#2 https://www.php.net/manual/en/functions.arguments.php
Forum: Plugins
In reply to: [Post Duplicator] Role Capability to use it@devnik thank you very much for the decision! I also came here to write about the fact that a user with the role of “Author” can clone someone else’s records. I really did not like it ??
After the update, the error has disappeared. Thank you!
Forum: Plugins
In reply to: [Slider Matches Results] ErrorsYes, the errors on the first message are eliminated. Thank you!
But they stayed. There are errors on the
admin.php?page=smr_plugin_matches
page, they are related to the incorrect use ofwpdb::prepare
.* File slider-matches-results.php, line 232
* File slider-matches-results.php, line 370
* And so onThis is not dynamic getting the value, so the
prepare()
method can not be used at all. But if you want reliability, it is better to do so:$table_name_matches = sanitize_key( $this->get_table_name_matches() ); $sql = "SELECT * FROM $table_name_matches"; // Select all matches in DB $results_matches = $wpdb->get_results( $sql );
- This reply was modified 6 years, 10 months ago by campusboy.
Forum: Plugins
In reply to: [Popup by Supsystic] e.size is not a functionHello, @supsysticcom!
Yes, I solved the problem and notified you of the error. The problem is that if you do not fix it, the next time you update the plugin, all my changes will be erased and the error will appear again.
Please pay attention to this error, because the method
size()
in jQuery 1.8 deprecated, and in jQuery 3.0 removed. Consider replacing thesize()
method with thelength
property.Thanks for the plugin and support!
- This reply was modified 6 years, 11 months ago by campusboy.
Forum: Plugins
In reply to: [Contact form 7 Custom validation] plugin outdated?Hi! Install this plugin at the moment dangerous. When you save the form I get an error as CF7 has announced some features obsolete. Do not use this plugin until it is updated.
Forum: Reviews
In reply to: [Yoast SEO] Мой любимый плагинЯ очень рад
Forum: Reviews
In reply to: [Yoast SEO] Мой любимый плагинСейчас не могу ответить на этот вопрос, так как пару лет уже не пользовался all in one seo pack. Раньше он не мог задавать сео мета для таксономий, а Yoast SEO мог и я выбрал его.