wpmdb_hide_

wpmdb_hide_

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wp-migrate-db.2.6.9

apply_filters('wpmdb_hide_') is found 1 times:

  • /class/Common/UI/Notice.php line 20
         * @return array|bool
         */
        function check_notice($notice, $dismissLink = false, $reminderTime = false, $css_class = 'notice-link')
        {
            if (true === apply_filters('wpmdb_hide_' . $notice, false)) {
                return false;
            }
            global $current_user;
            $notice_links = array();
    
            if ($dismissLink) {