I want to hide th wp install by changing wp-content folder name and add some code to wp-config file. [code title=””]define ( ‘WP_CONTENT_FOLDERNAME’, ‘newfoldername’ ); define ( ‘WP_CONTENT_DIR’, ABSPATH . WP_CONTENT_FOLDERNAME ); define ( ‘WP_SITEURL’, ‘https://’ . $_SERVER[‘HTTP_HOST’] . ‘/’ ); define ( ‘WP_CONTENT_URL’, WP_SITEURL . WP_CONTENT_FOLDERNAME );[/code]
It breaks the theme, so looking for where auction theme references “wp-content”
This reply is for PremiumPress customers only.
419
Views
4
Replies
Copyright © 2010-2026 PremiumPress Limited.
I want to hide th wp install by changing wp-content folder name and add some code to wp-config file. [code title=””]define ( ‘WP_CONTENT_FOLDERNAME’, ‘newfoldername’ );
define ( ‘WP_CONTENT_DIR’, ABSPATH . WP_CONTENT_FOLDERNAME );
define ( ‘WP_SITEURL’, ‘https://’ . $_SERVER[‘HTTP_HOST’] . ‘/’ );
define ( ‘WP_CONTENT_URL’, WP_SITEURL . WP_CONTENT_FOLDERNAME );[/code]
It breaks the theme, so looking for where auction theme references “wp-content”
Members Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login Now