[Plugin: Custom Post Type UI] Subfolder error
-
There was an error saving settings for a blog under a subdirectory, to resolve this change line 14 of the custom-post-type-ui.php
From:
define( 'CPT_URL', get_option('url') . '/wp-admin/options-general.php?page=custom-post-type-ui/custom-post-type-ui.php' );
To:
define( 'CPT_URL', get_option('siteurl') . '/wp-admin/options-general.php?page=custom-post-type-ui/custom-post-type-ui.php' );
https://www.ads-software.com/extend/plugins/custom-post-type-ui/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Custom Post Type UI] Subfolder error’ is closed to new replies.