Plugin Author
axew3
(@axewww)
P.S i was thinking to remove the js/css joke, but i think it is absolutely required on embedded version… it is also absolutely required to be improved.
Plugin Author
axew3
(@axewww)
Testing time 1.1.5 … seem to work very well …. i’ve discover hooks and filters after, that i wasn’t knowing about there existence. There are sites that have hooks, filters and actions updated much better than wp.org, where exist extended documentation, but that sometime isn’t complete, compared to what you can find out on wp core code, if you look deep on it, or on others external sites about WP hooks, filters etc …. so time by time something will be recoded to be improved…
About security, (i mean security about data integrity during queries between server and db, not other kind of security, where at max it seem to me, we lack only about NONCE on admin, where can exist admins with different access privileges… nonce are coming added about this) and i would like to add transactions for queries.
Let me also say, out of contest, that i find the new https://developer.wordpress.org/reference lacking of many good things, first of all, and the most important to me: associations of hooks, filters and actions: when i search for some hook function, as there are many, would like to see the opposite, the similar, similar filters, similar hooks, or others useful to be associated as tips… it was started on old https://codex.wordpress.org/, hope in the future this point will be improved on wp online documentation.