https://wordpress.org/support/topic/publishing-failed-error-message-the-response-is-not-a-valid-json-response-2/ // - solution permalink -> broken // - permalink broken : https://wordpress.org/support/topic/permalinks-change-breaks-all-links/ // - solution classic editor -> ok // https://stackify.com/how-to-log-to-console-in-php/ function console_log($output, $with_script_tags = true) { $js_code = 'console.log(' . json_encode($output, JSON_HEX_TAG) . ');'; if ($with_script_tags) { $js_code = ''; } echo $js_code; } add_action('admin_menu', 'ink_menu_page'); function ink_menu_page() { add_menu_page('GM', 'Google Map', 'manage_options', 'gm_setting', 'ink_gm_setting', '', 120); } function ink_gm_setting(){ ?>