OK so I mostly fixed this myself I went into post.php in wp-includes. Changed the ‘protected’ => true, of pending to ‘public’ => true, but every time wordpress updates this will reset (I think) so can anybody mention a permanent way to make this change?
Related Posts:
- Using a private method as an action callback from within a class
- Apply custom role capabilities to administrator (without plugin)
- Attach a private function at a hook?
- Roles & capabilities GUI that does not create separate table
- display public excerpt for private post
- How do I redirect upon login a specific user based on role?
- How to add another user to this remove_menu function?
- Add a new subscriber role using a function
- How to test for Super Admin
- Custom roles can’t access to wp-admin
- Custom registration URL lost when user makes signup mistake
- Custom function for specific user role
- Hide Author.php template from specific user role
- edit role display name and label name without plugins
- create shortcode to list users with specific meta key value
- Toggle User Roles with button
- How to change or add user role after getting post request data about pay? [closed]
- Execute a ultimate member action when user role is updated
- Allow Contributor to edit their own posts after Adm aproval
- How to add custom JavaScript in functions?
- How to set default post editor based on role?
- load CSS only for administrators on backend
- Adding additional roles on registration
- The Capability to choose post/page template
- How to add array [closed]
- Get users with different roles and call function on each of them (user_meta)
- How can I show different content for different user-levels?
- Custom user role still showing up after deletion, ideas?
- How to load a css file depending on the current role
- Allow user select role in wordpress default registration without plugin
- Remove check boxes and its label from screen option for custom role
- Add Change role button for list of user in an event
- How to show only specific category post by user role without plugin and restrict all other cats
- Change user role based on total number of items ordered
- Remove all video attachment, both files and post/postmeta from database?
- delete_user_meta for user in spesific group
- Change the second role depending on the first
- Restrict certain roles registrations by domain
- Multisite Admin Roles
- add_role menu pages are not visible
- Welcome Mails based on user role
- Get all users from role and add to dropdown (select) – wordpress, javascript
- Simple way to make most of my site private
- Would it be possible to disable embeds for specific user roles? If so, how?
- How to make my logged-in user-role shortcode displaying name instead of slug?
- How to add a data attribute to a WordPress menu item
- Order posts (across the whole site) by metadata date
- Relative URLs and hide /wp-content/themes/
- Disable visual editor on one specific page
- How to display random users with avatars
- Can the wp-plugins (Must Use Plugins) URL be targeted for use in functions.php?
- Different ‘WP_CONTENT_URL’ for different subsites in Multisite setup?
- Removing Unnecessary Text from Admin Menu without CSS
- Display WordPress Search
- wordpress custom login successful redirect hook
- Where does function_exists() look to decide whether a function exists? [closed]
- Clean-up script tags
- Make “sidebar template” the default template for new pages
- Refactor create_function
- WordPress function for 1 to for many
- Logic to Print/echo a css class only for 1st post and ignore all post after 1st? [closed]
- Attach parent category template to all subcategories
- How can you limit srcset on a single type of page?
- Remove Font-Awesome MaxCDN Link & Load Locally
- Stop turning small dashes into longer ones
- How to get specified parent page title in my function
- Execute function after a post has been published
- Display gallery on bottom after content
- WordPress Shortcode function display outside of widget
- Get rid of the widget Item Class=”widget-item”
- Storing password (functions.php)
- Check if the image size is available and if not use ‘full’ image size
- Change menu based on page template via functions.php
- What is the correct way to include my new functions and scripts in WordPress?
- Perform function on publish AND save (not just save)
- add_menu_page() with variable function
- How to add or delete default value theme options while activate and deactivate theme
- Custom blog post summary on blog index page
- Pass URL to iframe in WordPress Block
- How do I make the comment disappear after deleting from the database?
- External api call and make global variable for any page visitor enters , page-home, page, single etc
- WP AJAX Request Not Working
- Unable to login after registration
- Remove the ‘category’ url for one category type
- CSS style and app.js not loading
- blank page with wp_get_attachment
- Parent category as WOOCommerce Categories widget title
- Add another role to a user when they click a button?
- Altering page / category names in breadcumbs
- How To Get WordPress Categories Last Update Date?
- unregister_sidebar in child theme not working
- Print all inline styles to head
- Function to return custom post type titles from blog id 1
- How to request login for user but not for bots
- Function Reference for custom link in Admin Menu Management Page
- Call ACF data from functions.php [closed]
- HELP: Code To Check Status And Write Debug Entry
- How to enqueue Bootstrap 4.6 js & css from local files
- Template Redirect Function Only Working When Logged In
- is there a list of actions on WordPress