Tag: update

  • WordPress update without ftp

    WordPress update without ftp

    To use wordpress update and install plugins without ftp add following line to wp-config.php. define(‘FS_METHOD’, ‘direct’); Read more about proper config params: http://codex.wordpress.org/Editing_wp-config.php#FTP.2FSSH_Constants

  • Disable wordpress core updates display

    Disable wordpress core updates display

    Ever had a situation where you have given admin right to the client?  What usally happens is that client will update the wordpress core. If we are talking about custom solutions, its most definitely not safe to update the core. Here’s a solution for disabling  the opportunity to update WordPress core. add_action( ‘init’, create_function( ‘$a’,…