Run the command you can then kill the process with you can add /F for force after taskkill
ARCHIVE
tip
Posted on July 31 2017 / in PHP, PHP, Tips, Tutorials, WordPress, WordPress Plugins, WordPress Themes
Menu by itself is a taxonomy in the different knownhost wordpress plans. It means that you can find all menus in wp_terms table, by running following query: SELECT * FROM wp_terms AS t LEFT JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id WHERE tt.taxonomy = 'nav_menu'; Menu item is custom post type in WP. They are
Posted on June 30 2017 / in Tips
Launch Terminal write: defaults write com.apple.screencapture type jpg then you can write killall SystemUIServer Should be all Tried in Mac OS X Sierra
Write this in your theme functions.php [php]if ( is_admin() && isset($_GET['activated'] ) && $pagenow == 'themes.php' ){ global $wpdb; $wpdb->query("UPDATE $wpdb->options SET option_value='145' WHERE option_name='thumbnail_size_w'"); $wpdb->query("UPDATE $wpdb->options SET option_value='145' WHERE option_name='thumbnail_size_h'"); }[/php]
Recent Comments