Can’t save column settings when enabling acp/storage/file/directory filder
Hi AdminColumnsPro Support!
AC Pro – Version 3.0.3
When adding the acp/storage/file/directory filter, I cannot save the settings of e.g. “posts” or “pages” anymore.
In the functions.php, I am using like suggested:
add_filter( ‘acp/storage/file/directory’, function() {
// Use a writable path, directory will be created for you
return get_stylesheet_directory() . ‘/acp-settings’;
} );
When editing e.g. the columns for pages, the following message is shown: “The columns for pages are read only and can therefore not be edited.”
What’s wrong and how can I make the columns writable?
When using the “acp/storage/file/directory/writable” filter, no php files are stored anymore…
Thanks for your support & kind regards!
You must be logged in to reply to this topic.