I found the problem.
There was a line of code that was deleting all posts as soon they were created.
It may seems slly but it was wanted, I’m building a really custom app based on wordpress…
Simply I forgot that this would cancel many other things that pods saves as post, like pods pages or pods fields.
It’s strange hwr that in the page editing screen, the main button was showing “submit for review” instead of “publish”, lije wordpress knew about that error in the code. Maybe it decide what to show seeing if it was able to save a draft of the page. Since the drafts were getting deleted all the same, probably it thought I was allowed to publish.
Pretty intricate system!
Related Posts:
- What action should I hook into when adding roles and capabilities?
- What is valid timing of using current_user_can() and related functions?
- Allow Contributor to change the author of his own post?
- What’s the difference between Role and Meta capabilities; When to use map_meta_cap() filter
- How can I grant capabilities directly to users (not roles) in wp-admin?
- Disable posts, only allow to edit existing pages, not create new ones (create_posts)
- How to get all capabilities of an existing user role
- What exactly is WordPress?
- Menu capability in WordPress
- Does the “promote_users” capability allow someone to create a new admin account?
- current_user_can( ‘edit_post’, $post_id ) does not work for contributer but for administrator
- Add user capability and check against it
- Listing all capabilities in dropdown is returning boolean
- Add Media Upload Capabilities Needed for Custom Role for non-Posts
- add_cap only adding the first two in array
- How can I prevent a writer from being able to edit an article that has been scheduled?
- Check whether user can delete a given post
- Multiple Authors on Single Post
- Allow unfiltered HTML in titles for low level users?
- Allow users to set a post author
- Unify the roles and caps?
- current_user_can capabilities in the admin not working as expected
- Remove menu items from admin page and limit capabilities
- Filter list of rules based on a capability
- Using author_can() on custom post types in WordPress
- How to show a admin bar menu item only to users with certain capabilities?
- Restricted user capabilities cannot add image
- User capability per post
- How come I see a manage_categories capability but not a manage_tags capability for any users?
- Theme option editing capability problems
- Allow Contributor to edit published post and filter by page id
- Usage of current_user_can()
- Is it wise not to use only meta capabilities for certain basic post types?
- Remove capability from specific user
- What capabilities are assigned to unauthenticated users?
- Capabilities Not Changing
- Assign multiple roles , overlapping capabilities
- Administrator role capabilities
- How to get all capabilities
- Prevent all users from editing posts except admins using hooks
- WordPress remove capability post ,media completely for custom role
- Add capability to “Editor” role to be able to view all users attachments
- Why cannot author edit pages?
- Add capability to a role , so user is only able to view his own posts
- Plugin page and capabilities
- how to change capability required to view an admin page? [duplicate]
- How can restrict certain users from delete a category but can view only in wordpress?
- Delete admin edit/delete links in users list wordpress admin
- Create a Capability category to group a few custom Capabilities
- Capability to edit post slugs
- admin can not change author profile picture
- Changing capability type without altering plugin
- Is there a way of retrieving the core WP capabilities?
- Pricing Tables admin page capability
- Best Roles and Capability on a site with review features using a front end custom post
- Not able to give editors acess to new admin menu item
- Manage Roles and Capabilities on Multi-site
- Force logout when role is changed
- What’s the difference between the capability remove_users and delete_users?
- Allow Editors to edit pending posts but not draft ones
- How to let contributors to create a new revision(draft) editing their published posts
- Defining capabilities for custom post type
- Temporarily give ‘manage_options’ capability
- Customize users’ capabilities to change a custom post’s post status
- Hide specific admin users’ posts
- \WP_User Object | What’s the Difference Between {caps} and {allcaps}?
- Allowing Custom Capability to Manage Plugin Options
- How to set individual capabilities on a taxonomy? Or how to re-register an existing taxonomy?
- Add Capabilities to Custom Post Type after it has been created [duplicate]
- Shold I manually add ‘cap’ to admin role ?
- Why is wp-login redirecting to the home page when I use this function?
- Allow contributor to view own scheduled post
- Capability for allowing user to post own comments without moderation
- Prevent custom user role to add new pages
- The delete_posts capability?
- Problem using role_has_cap hook
- Show Welcome Panel on Dashboard for every user
- Creating a function within functions.php to change the date
- Get User Role by ID not working
- Restricted registrations or removing the ability to edit your password/email
- Custom Post Type Capabilities
- How to set individual capability of post type in individual category
- WooCommerce Customer Role Delete Custom Post Type
- Best practices to assert current_user_can() with guests
- bbPress plugin moderator roles
- Allowing user to edit posts based on the post status
- Add capabilities via plugin for another plugin
- Make nav-menus.php available for editor
- Using PODS data with save_post
- What is the name of the user capability to read a reusable block?
- Restrict access to custom post type based on its taxonomy terms
- Restrict access only of custom post type with standard capabilities to edit_post
- Add custom post related by custom field to custom post
- Give admin_menu permission to specific users
- CPT requires manage_options and edit_posts for some reason
- Allow contributor user role to perform copy operation PHP
- save meta data of custom post type: WP_Error has no effect, even if insufficient capabilities
- Enable plugins for a specific user role
- Subscriber role – blank page
- Grant access to admin menu?