Does WP force plugin developers to use core WP functions?
-
I am interested in the security of the plugins offered at https://es-mx.ww.wp.xz.cn/plugins/.
I am interested to know if developers are required to use the official WordPress database development functions, for example:-
esc_sql ()
$ wpdb-> get_results ()
$ wpdb-> get_col ()
$ wpdb-> terms ()Does WordPress review the plugin code and reject the code that uses raw SQL, accepting to have communication with the database, only from the functions/methods that WP itself provides?
What if a developer decides to use only raw SQL, not parameterized, does WP allow it?
I can’t find information on this in the “Detailed Plugin Guidelines”: https://developer.ww.wp.xz.cn/plugins/wordpress-org/detailed-plugin-guidelines/
The topic ‘Does WP force plugin developers to use core WP functions?’ is closed to new replies.