I’ve not heard of any plugin that currently provides this functionality. This sounds like a perfect opportunity for custom WP development – either you hiring someone to code this for you (which could then be very useful to others desiring the same functionality), or someone in the WP community spontaneously filling a need 😉
I’ve been customizing WordPress lately to serve as a web app for all sorts of purposes I couldn’t have imagined just a year ago. What you want might not exist yet, but it’s totally doable…
Related Posts:
- Strategy On Building Plugin Using Eclipse
- Is It Always a Best Practice to Decouple the Frontend from the Admin Area When Developing a WordPress Application?
- Get Current Menu Location inside Nav_Walker
- How should I go about registering JavaScript that isn’t a file? [duplicate]
- Getting posts by taxonomy
- How can I start Plugin Development?
- Best Way to Inventory the Media Library of a 200+ Multisite Installation?
- Plugin Form Submission Best Practice
- WP 3.3 How to Add Menu Items to the Admin Bar?
- Plugin directory “Last Updated” not changed after initial commit?
- Unit tests – Dealing with dependencies
- What is the recommended way to create plugin administration forms?
- Should I create a theme or a plugin?
- How to check WordPress website username and password is correct
- How to sync with plugins update after I have done manual optimizations?
- Overwriting Core WordPress Functions with Plugins
- How do I make specific plugin functionality apply to different sites in a network?
- How do I handle multiple Submit buttons in plugin’s option page?
- add_meta_box() to Category Edit Screen?
- The changes I make to an external JS file of my WP plugin are only applied after I clear my browser’s cache
- How to properly load text domain of custom mu plugin
- How to add multiple copies of a widget from “available widgets”
- How to add quick edit and bulk edit fields to users admin section
- How do I approach removing menu items on the fly based on settings in my plugin?
- Can I use core’s “or Link to Existing Content” feature in my plugin?
- Whats the difference between blog_info(‘stylesheet_url’) difference get_stylesheet_uri()
- Plugin with specific admin menu icon
- What does $_registered_pages do?
- How do I change the initial quantity of a product in woocommerce?
- Redirect traffic to plugin
- Should I always prefer esc_attr_e & esc_html_e instead of _e?
- How to insert data to a database table when the field is not yet created?
- using new WP_Query in save_post function alters $post
- Preview Changes button missing on custom post type page since updating to 3.4
- Show special field when correct shipping is chosen
- Custom Taxonomy to dropdown box on adminside wordpress
- On cliking add new post redirect user to a custom page first
- How To Consistently Enforce Rewrite Rule in Plugin Development
- Warning: Cannot modify header information – How to resolve this issue? [closed]
- $paged always 0 on plugin’s custom page
- Create a new post using rest api and save featured image using an external image url
- wp.template() returns tags in Ajax response
- How to restrict access to image folder depending on whether product is purchased or not?
- Caching the_content calls
- Is there a way in which I can compare product id with the order id to display content on front end before placing the order? [closed]
- Video Security just like facebook [closed]
- How to hide or rename “X” and “x-child” references in website source?
- How to Move the Comments Bubble to the Right Side of the Toolbar
- What happens when two or more plugins use the same hook?
- Can’t find where to modify attrbitutes
- How to pull user/author profile data in a plugin?
- Adding columns to core tables
- Add Password Generator on password protected page
- Add child pages to submenu automatically
- WordPress pages are not published due to External database connection with WPDB class
- How to optimize multiple insert into wordpress database
- Injecting HTML on (arbitrary) admin pages
- Custom Stylesheet instead of Inline CSS for WordPress Customizer API Overrides
- How to add custom options for plugin into the add post screen – like yoast seo
- AJAX button with success callback. (Titan Framework)
- Information on plugin adding text when a post, page, or other such is displayed
- How to relate the Category to user?
- Plugin’s total number of users
- How to edit wp-signup.php content using plugin
- Get coordinates of selected area to use in image maps [closed]
- Setting post_id for single.php based on URL without a redirect
- WordPress: redirecting to the form page after form submission to admin-post.php
- why is apiFetch throwing Unhandled Promise Rejection: TypeError: Object is not a function
- Conditionally check if page is using template from plugin directory
- plugin css is not being applied to the page
- Is it possible to develop themes and plugins locally while still allowing content to be updated directly in the admin dashboard?
- Is there any way to get post meta from publish_post hook?
- How to save multiple values in custom post type from front end to back end
- How to create plugin settings page for each admin user?
- Using JavaScript in WordPress page to call for server data using AJAX
- Headers already sent on custom plugin (Export function)
- Insert Data into Database
- login_message filter not working
- Displaying Custom Post Meta
- wp_enqueue_style don’t register all google fonts
- API WordPress is Limited? Return False
- How to return a blank page
- Array/List Edit in Backend
- How to Modify My Plugin’s Admin Settings so that the Plugin can be Added to a Specific Page?
- Does WordPress have something like timer hook?
- Same header/footer in Admin, across all network sites in multisite
- Template file structure , wordpress hook for altering the template
- Wrapping shortcodes in another shortcode
- How to display custom taxonomy and terms using/creating plugin template
- Display Data’s metabox in page
- WordPress multiple user roles accessing on their information on one site?
- How to add ‘use_desc_for_title = 0’ to all wp_list_categories calls?
- Render raw html in Gutenberg block
- How to create A – Z List with pictures?
- How do I display and edit other posts within the ‘Edit Post’ area of Wp-Admin Dashboard
- A better way of getting draft posts that has a particular post meta using get_posts function
- Save translation file of third party plugin in a custom plugin?
- WordPress 6.6.1 – Trying to make a block but receive error, “! Cannot read property ‘then’ of undefined”
- Can we write custom DOM manipulation inside edit.js file while developing custom Gutenberg block?
- WordPress Block with Interactivity API e Preact Component