acf_commands_init()
Initializes SCF commands integration
- This function handles the integration with WordPress Commands (Cmd+K / Ctrl+K),
providing navigation commands for SCF admin pages and custom post types. - The implementation follows these principles:
- Only loads in screens where WordPress commands are available.
- Performs capability checks to ensure users only see commands they can access.
- Core administrative commands are only shown to users with SCF admin capabilities.
- Custom post type commands are conditionally shown based on edit_posts capability
for each specific post type. - Post types must have UI enabled (show_ui setting) to appear in commands.
- @since SCF 6.5.0