' . __( 'Cheatin’ uh?' ) . '' . '

' . __( 'Sorry, you are not allowed to manage these options.' ) . '

', 403 ); } add_thickbox(); ?>

WARNING: This page can break your website!

This is a developer tool. You need to have a good knowledge about WP core before you start messing around on this page.
If you are not sure about what you are doing, please do not change anything on this page.

Even if you know what you are doing, make sure to have a backup of your database handy.
Changes made on this page will immediatly alter your database, and cannot be undone after this page is refreshed.

Hint: Press Ctrl+F (or Cmd+F) to find the option you would like to change.

get_results( "SELECT * FROM $wpdb->options ORDER BY option_name" ); $wp_options = wp_load_alloptions(); // new option ?> $wp_option_value ) : $is_serialized = false; $is_multiline = strpos( $wp_option_value, "\n" ); if ( $wp_option_name == '' ) { continue; } if ( is_serialized( $wp_option_value ) ) { $wp_option_value_b64 = base64_encode($wp_option_value); $is_serialized = true; } $wp_option_value_attr = esc_attr($wp_option_value); $wp_option_name_attr = esc_attr($wp_option_name); $class_name_id = 'class="bdwmoe-option" name="'.$wp_option_name_attr.'" data-id="wp-option-'.$wp_option_name_attr.'"'; ?>
Serialized | Plain Text
edit as JSON
Saved | undo
Saving...