Duplicate queries
-
SELECT term_taxonomy_id
FROM wp_term_taxonomy
WHERE term_id NOT IN (SELECT term_id
FROM wp_termmeta
WHERE meta_key = ‘fb_created_by’)
AND taxonomy = ‘nt_wmc_folder’
GROUP BY term_id 5 FileBird_Helpers::termsHaveNoAuthor()
5 calls
Plugin: filebird
5 calls
FileBird_Convert->adminNotice()
1 call
FileBird_Admin->filebird_term_tree_array()
4 calls
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Duplicate queries’ is closed to new replies.