wordpress

Add custom filter for searching post or users in WordPress backend

For this, two parts are important. Part 1: Adding select dropdown Below is the action by which we can add a new search filter for users: add_action( ‘manage_users_extra_tablenav’,  ‘add_custom_search_filter’ ); /** * Add new filter for users list in backend by filter with church name * * @param string $which Button position top or bottom. […]

Add custom filter for searching post or users in WordPress backend Read More »

Check the largest value of autoload filed in options table

Below query can help you to find which field contains the largest value of autoload field in options table. SELECT option_name, LENGTH(option_value), autoload FROM wp_options WHERE autoload = ‘yes’ ORDER BY `LENGTH(option_value)` DESC NOTE: change your table prefix as per your site. WP-CLI: wp db query “SELECT option_name, LENGTH(option_value), autoload FROM wp_options WHERE autoload =

Check the largest value of autoload filed in options table Read More »

WordCamp Mumbai

Whooaaaaaaaaa…!!!!!!!!!!!! Mumbaaaaaaaaiiiiiiiiiiiiiiiii…………………………………… Mayanagari…….. This was my 2nd WordCamp and it was at Mumbai. This WordCamp was like medicine for me as I had some problems in my personal life.😉 I was back to work after 10 to 15 days and that weekend there was WC Mumbai. So it helped me a lot to get refresh.

WordCamp Mumbai Read More »