wpmdb_post_types

wpmdb_post_types

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

See hook in core

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

apply_filters('wpmdb_post_types') is found 1 times:

  • /class/Common/Sql/Table.php line 2032
            foreach ($post_types as $post_type) {
                $return[] = $post_type['post_type'];
            }
    
            return apply_filters('wpmdb_post_types', array_values(array_unique($return)));
        }
    
        function empty_current_chunk()
        {
            $this->current_chunk = '';
        }