How to display update message only to admin

Create your own plugin with this code or put this in theme’s functions.php add_action(‘init’, ‘remove_update_notification’, 1) function remove_update_notification() { if (!current_user_can(‘manage_network’)) { // checks to see if current user can update plugins add_action( ‘init’, create_function( ‘$a’, “remove_action( ‘init’, ‘wp_version_check’ );” ), 2 ); add_filter( ‘pre_option_update_core’, create_function( ‘$a’, “return null;” ) ); } }

Nice font not working when http to https – SSL Issue

Just change the http to https in there: @font-face { font-family: ‘Open Sans Condensed’; font-style: normal; font-weight: 700 !important; src: local(‘Open Sans Condensed Bold’), local(‘OpenSans-CondensedBold’), url(https://themes.googleusercontent.com/static/fonts/opensanscondensed/v6/gk5FxslNkTTHtojXrkp-xOV5Bi3AvzDkLbMkkmS9JR4.woff) format(‘woff’); } Google sends them over https too.

How to automate wordpress installation in subdomain

Ok, thanks to m0r7if3, I found the two pieces of information I was looking for: wordpress multisite “Automatically create a new WordPress site in your Network associated with the user that is created.” -> http://www.gravityforms.com/add-ons/user-registration/

Best way to convert two single WordPress sites into Multisite network with shared user base

To me the best way would be to: Leave the ecommerce site intact since it’s where all the important content exist. Enable multisite on ecommerce site. See official documentation: https://codex.wordpress.org/Create_A_Network Export everything on the private site (Tools – Export – All content) Import it on a new site created on the new network.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)