WP Settings FREE

Docs Modules Enhanced UI WP Settings

#WP Settings UI

WordPress settings views (general, writing, reading, discussion, media & permalinks) have been reworked and are now displayed like a post with ACF Field Groups for a consistent administration experience.

ACF Fields Groups can also be displayed on the Settings screens using the WP Settings Locations PRO

ACF Extended
Howdy, ACF Extended
General Settings
General Settings

This address is used for admin purposes. If you change this, we will send you an email at your new address to confirm it. The new address will not become active until confirmed.

General Settings

#Disable the module

#Disable Settings UI only:

add_action('acf/init', 'my_acfe_modules');
function my_acfe_modules(){

    // Disable Settings UI
    acf_update_setting('acfe/modules/settings_ui', false);
    
}