Pär Thernström
Pär Thernström
Posted in support forums here: https://wordpress.org/support/topic/horizontal-scroll-16/ See attached screenshot 
> Plugins and themes may introduce their own entries to this page using the debug_information -- https://make.wordpress.org/core/2019/04/25/site-health-check-in-5-2/
Add filters to RSS feed, so user can get feed of only actions performed by a specific user, for attachments, for posts, etc.
As reported here: http://wordpress.org/support/topic/problem-with-repeatable-fields?replies=7
crate a function of the import part in inc-admin-options-export-import.php, so users can use their own import method during install/setup/deploy/etc. perhaps also usable for me when creating the unit tests.
1. Get the media popup to show the same things as the standard media library-popup. 2. Make it work with 3rd part plugins like http://wordpress.org/support/topic/mediathek-not-working-with-simplefield?replies=3#post-4570179 http://wordpress.org/plugins/media-library-assistant/
Something like: most basic: ` [simple_fields_value slug=my_text_field] ` with options: ` [simple_fields_value slug=my_text_field numInset=0 post_id=341] ` though: security issue with getting values from any post_id? It's easy to do with...
Create a smart way to make it possibly to automatically add output to a post/page, like hooking onto the_content. Could be useful for beginners to quickly get them started. -...
**Why** If you don't want your users to have to select a specific connector, you select a default post connector for that post type, or you select that is should...
[ ] Don't use jquery ui modal because things gets messed up [ ] Make selected post clearer/more prominent [ ] Use WP:s own page selector, as seen in menu...