Dismiss Admin Pointer Temporarily

You can override the action wp_ajax_dismiss-wp-pointer and user your own version of the function wp_ajax_dismiss_wp_pointer. add_action( ‘wp_ajax_dismiss-wp-pointer’, ‘override_ajax_pointer’, 1 ); function override_ajax_pointer() { // Your version of the function wp_ajax_dismiss_wp_pointer } This is the same technique used in this Q&A: Display custom list of tags in post/page editor with hooks and learned in this SO … Read more

How can I remove unwanted word on my WP site?

You need to open your header.php file and search in that file for this <p class=”footer”> some php will be here </p> You can delete that entire line or comment it out. You should be able to access the header.php file from the backend of WordPress. If you are not comfortable doing this, open the … Read more

Fix Admin Dashboard Posts tab

You can control columns in most admin panels by clicking Screen Options at upper right of the screen and (un)checking them as you want. This is however saved individually for user and to get rid of column for all users would involve writing code to hook into internals and unregister it.

User Profile Avatars

You need to add a custom column to the user list screen like so: // Add a custom user column called Photo with a column key of user_photo // and re-arrange the columns array so our new column appears first. function add_user_columns( $defaults ) { $new_order = array(); foreach ( $defaults as $key => $title … Read more

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