Procure sua Receita Favorita

Digite o nome de uma receita, ingrediente ou categoria e encontre milhares de opções deliciosas ! O Receita Grátis reúne o melhor da culinária brasileira com receitas rápidas, saudáveis e econômicas. São receitas de bolos, sobremesas, almoço, janta, sucos naturais, remédios caseiros e muito mais para o seu dia a dia. Clique nas categorias e descubra!

🌱 Vida Doméstica Organizada

Jardinagem
Jardinagem
Chás Naturais
Chás Naturais
Bem-Estar
Bem-Estar
Saúde e Sintomas
Saúde e Sintomas

🔍 Procure sua Receita Favorita

Query Monitor

Visão geral

Há um problema de JavaScript na página que impede o funcionamento correto do Query Monitor. O jQuery pode ter sido impedido de carregar.

Foram acionados erros de PHP, durante uma solicitação Ajax. Consulte o console do desenvolvedor do seu navegador para mais detalhes.

GET https://receitagratis.com/ → 200

Tempo de geração da página

0,9678seg
0,3% do limite de 360s

Pico de uso de memória

28.366.480 bytes (27,1 MB)
2,6% do limite do servidor de 1.024 MB

Consultas ao banco de dados

0,0942seg





Chamadas da API HTTP

Nenhum

Cache de objetos

Plugin de cache de objeto persistente em uso

Cache de opcode

Cache de opcode em uso: Zend OPcache

Registrador

Consultas ao banco de dados

Sequência
LinhasTempo
1SELECT autoload
FROM wp_options
WHERE option_name = 'rank_math_registration_skip'
LIMIT 1
  1. update_option()
    wp-includes/option.php:954
Arquivos básicos do WordPress 1 0,0003
2SHOW FULL COLUMNS
FROM `wp_options`
  1. update_option()
    wp-includes/option.php:964
Arquivos básicos do WordPress 4 0,0006
3UPDATE `wp_options`
SET `option_value` = '1'
WHERE `option_name` = 'rank_math_registration_skip'
  1. update_option()
    wp-includes/option.php:964
Arquivos básicos do WordPress 0 0,0002
4SELECT `id`, `vulnerability`, `config`
FROM wp_itsec_firewall_rules
WHERE `paused_at` IS NULL
  1. iThemesSecurity\M\F\R\Repository->load_rules()
    wp-content/plugins/better-wp-security/core/modules/firewall/Rules/Repository.php:315
  2. iThemesSecurity\M\F\Processor_Factory->make()
    wp-content/plugins/better-wp-security/core/modules/firewall/Processor_Factory.php:33
  3. iThemesSecurity\M\F\Firewall->launch_firewall()
    wp-content/plugins/better-wp-security/core/modules/firewall/Firewall.php:46
  4. do_action('init')
    wp-includes/plugin.php:517
Plugin: better-wp-security 0 0,0004
5SELECT *
FROM wp_itsec_user_groups
ORDER BY group_created_at ASC
  1. iThemesSecurity\U\R\DB_Repository->all()
    wp-content/plugins/better-wp-security/core/modules/user-groups/Repository/DB_Repository.php:101
  2. iThemesSecurity\U\R\Eager_Loading_Decorator->all()
    wp-content/plugins/better-wp-security/core/modules/user-groups/Repository/Eager_Loading_Decorator.php:67
  3. iThemesSecurity\U\R\Eager_Loading_Decorator->has()
    wp-content/plugins/better-wp-security/core/modules/user-groups/Repository/Eager_Loading_Decorator.php:37
  4. iThemesSecurity\User_Groups\Matchables_Source->has()
    wp-content/plugins/better-wp-security/core/modules/user-groups/Matchables_Source.php:66
  5. ITSEC_Core->has_valid_manage_groups()
    wp-content/plugins/better-wp-security/core/core.php:346
  6. ITSEC_Core->user_has_cap()
    wp-content/plugins/better-wp-security/core/core.php:317
  7. apply_filters('user_has_cap')
    wp-includes/plugin.php:205
  8. WP_User->has_cap()
    wp-includes/class-wp-user.php:815
  9. user_can(WP_User (ID: 1),'itsec_manage')
    wp-includes/capabilities.php:1018
  10. current_user_can('itsec_manage')
    wp-includes/capabilities.php:911
  11. ITSEC_Core::current_user_can_manage()
    wp-content/plugins/better-wp-security/core/core.php:369
  12. ITSEC_Lockout->update_temp_whitelist()
    wp-content/plugins/better-wp-security/core/lockout.php:1024
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: better-wp-security 5 0,0002
6SELECT a.hook
FROM wp_actionscheduler_actions a JOIN wp_actionscheduler_groups g
ON g.group_id = a.group_id
WHERE g.slug = 'wp_mail_smtp'
AND a.status IN ('in-progress', 'pending')
  1. WPMailSMTP\Tasks\Tasks::get_active_actions()
    wp-content/plugins/wp-mail-smtp/src/Tasks/Tasks.php:315
  2. WPMailSMTP\Tasks\Tasks::is_scheduled()
    wp-content/plugins/wp-mail-smtp/src/Tasks/Tasks.php:283
  3. WPMailSMTP\T\R\SummaryEmailTask->init()
    wp-content/plugins/wp-mail-smtp/src/Tasks/Reports/SummaryEmailTask.php:47
  4. WPMailSMTP\Tasks\Tasks->init()
    wp-content/plugins/wp-mail-smtp/src/Tasks/Tasks.php:61
  5. WPMailSMTP\Core->get_tasks()
    wp-content/plugins/wp-mail-smtp/src/Core.php:250
  6. do_action('init')
    wp-includes/plugin.php:517
Plugin: wp-mail-smtp 2 0,0005
7SELECT `storage_updated`
FROM wp_itsec_distributed_storage
WHERE `storage_group` = 'file-change-progress'
ORDER BY `storage_updated` DESC
LIMIT 1
  1. ITSEC_Lib_Distributed_Storage->health_check()
    wp-content/plugins/better-wp-security/core/lib/class-itsec-lib-distributed-storage.php:319
  2. ITSEC_File_Change->health_check()
    wp-content/plugins/better-wp-security/core/modules/file-change/class-itsec-file-change.php:55
  3. do_action('init')
    wp-includes/plugin.php:517
Plugin: better-wp-security 0 0,0004
8SELECT *
FROM wp_itsec_bans
WHERE host = '2001:1284:f514:8dde:1d9e:59a7:7e12:b03c'
  1. iThemesSecurity\Ban_Users\Database_Repository->find_ban_for_host()
    wp-content/plugins/better-wp-security/core/modules/ban-users/Database_Repository.php:152
  2. iThemesSecurity\Ban_Hosts\Chain_Source->find_ban_for_host()
    wp-content/plugins/better-wp-security/core/lib/ban-hosts/Chain_Source.php:21
  3. iThemesSecurity\Ban_Hosts\Deprecated_Filter_Source->find_ban_for_host()
    wp-content/plugins/better-wp-security/core/lib/ban-hosts/Deprecated_Filter_Source.php:18
  4. ITSEC_Lib::is_ip_banned()
    wp-content/plugins/better-wp-security/core/lib.php:284
  5. ITSEC_Lockout->check_for_host_lockouts()
    wp-content/plugins/better-wp-security/core/lockout.php:154
  6. do_action('init')
    wp-includes/plugin.php:517
Plugin: better-wp-security 0 0,0001
9SELECT *
FROM `wp_itsec_lockouts`
WHERE `lockout_active`=1
AND `lockout_expire_gmt` > '2025-08-05 03:04:11'
AND `lockout_host` = '2001:1284:f514:8dde:1d9e:59a7:7e12:b03c'
ORDER BY `lockout_start` DESC
LIMIT 1;
  1. ITSEC_Lockout->find_lockout()
    wp-content/plugins/better-wp-security/core/lockout.php:239
  2. ITSEC_Lockout->check_for_host_lockouts()
    wp-content/plugins/better-wp-security/core/lockout.php:158
  3. do_action('init')
    wp-includes/plugin.php:517
Plugin: better-wp-security 0 0,0002
10SELECT SUM(item_count) as count, status
FROM wp_shortpixel_queue
WHERE queue_name = 'mediaSingle' and plugin_slug = 'SPIO' group by status
  1. ShortPixel\S\D\MysqlDataProvider->itemSum()
    wp-content/plugins/shortpixel-image-optimiser/build/shortpixel/shortq/src/DataProvider/MysqlDataProvider.php:355
  2. ShortPixel\S\Q\WPQ->itemSum()
    wp-content/plugins/shortpixel-image-optimiser/build/shortpixel/shortq/src/Queue/WPQ.php:396
  3. ShortPixel\C\Q\Queue->countQueue()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/Queue/Queue.php:460
  4. ShortPixel\C\Q\Queue->getStats()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/Queue/Queue.php:447
  5. ShortPixel\Controller\QueueController->getStartupData()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/QueueController.php:266
  6. ShortPixel\Controller\CronController->getQueueData()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/CronController.php:252
  7. ShortPixel\Controller\CronController->bulkScheduleEvent()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/CronController.php:191
  8. ShortPixel\Controller\CronController->bulk_scheduler()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/CronController.php:134
  9. ShortPixel\Controller\CronController->__construct()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/CronController.php:35
  10. ShortPixel\Controller\CronController::getInstance()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/CronController.php:46
  11. ShortPixel\ShortPixelPlugin->init()
    wp-content/plugins/shortpixel-image-optimiser/shortpixel-plugin.php:90
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: shortpixel-image-optimiser 0 0,0002
11SELECT SUM(item_count) as count, status
FROM wp_shortpixel_queue
WHERE queue_name = 'customSingle' and plugin_slug = 'SPIO' group by status
  1. ShortPixel\S\D\MysqlDataProvider->itemSum()
    wp-content/plugins/shortpixel-image-optimiser/build/shortpixel/shortq/src/DataProvider/MysqlDataProvider.php:355
  2. ShortPixel\S\Q\WPQ->itemSum()
    wp-content/plugins/shortpixel-image-optimiser/build/shortpixel/shortq/src/Queue/WPQ.php:396
  3. ShortPixel\C\Q\Queue->countQueue()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/Queue/Queue.php:460
  4. ShortPixel\C\Q\Queue->getStats()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/Queue/Queue.php:447
  5. ShortPixel\Controller\QueueController->getStartupData()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/QueueController.php:267
  6. ShortPixel\Controller\CronController->getQueueData()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/CronController.php:252
  7. ShortPixel\Controller\CronController->bulkScheduleEvent()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/CronController.php:191
  8. ShortPixel\Controller\CronController->bulk_scheduler()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/CronController.php:134
  9. ShortPixel\Controller\CronController->__construct()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/CronController.php:35
  10. ShortPixel\Controller\CronController::getInstance()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/CronController.php:46
  11. ShortPixel\ShortPixelPlugin->init()
    wp-content/plugins/shortpixel-image-optimiser/shortpixel-plugin.php:90
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: shortpixel-image-optimiser 0 0,0001
12SELECT SUM(item_count) as count, status
FROM wp_shortpixel_queue
WHERE queue_name = 'media' and plugin_slug = 'SPIO' group by status
  1. ShortPixel\S\D\MysqlDataProvider->itemSum()
    wp-content/plugins/shortpixel-image-optimiser/build/shortpixel/shortq/src/DataProvider/MysqlDataProvider.php:355
  2. ShortPixel\S\Q\WPQ->itemSum()
    wp-content/plugins/shortpixel-image-optimiser/build/shortpixel/shortq/src/Queue/WPQ.php:396
  3. ShortPixel\C\Q\Queue->countQueue()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/Queue/Queue.php:460
  4. ShortPixel\C\Q\Queue->getStats()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/Queue/Queue.php:447
  5. ShortPixel\Controller\QueueController->getStartupData()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/QueueController.php:266
  6. ShortPixel\Controller\CronController->getQueueData()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/CronController.php:252
  7. ShortPixel\Controller\CronController->bulkScheduleEvent()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/CronController.php:191
  8. ShortPixel\Controller\CronController->bulk_scheduler()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/CronController.php:134
  9. ShortPixel\Controller\CronController->__construct()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/CronController.php:35
  10. ShortPixel\Controller\CronController::getInstance()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/CronController.php:46
  11. ShortPixel\ShortPixelPlugin->init()
    wp-content/plugins/shortpixel-image-optimiser/shortpixel-plugin.php:90
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: shortpixel-image-optimiser 0 0,0002
13SELECT SUM(item_count) as count, status
FROM wp_shortpixel_queue
WHERE queue_name = 'custom' and plugin_slug = 'SPIO' group by status
  1. ShortPixel\S\D\MysqlDataProvider->itemSum()
    wp-content/plugins/shortpixel-image-optimiser/build/shortpixel/shortq/src/DataProvider/MysqlDataProvider.php:355
  2. ShortPixel\S\Q\WPQ->itemSum()
    wp-content/plugins/shortpixel-image-optimiser/build/shortpixel/shortq/src/Queue/WPQ.php:396
  3. ShortPixel\C\Q\Queue->countQueue()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/Queue/Queue.php:460
  4. ShortPixel\C\Q\Queue->getStats()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/Queue/Queue.php:447
  5. ShortPixel\Controller\QueueController->getStartupData()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/QueueController.php:267
  6. ShortPixel\Controller\CronController->getQueueData()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/CronController.php:252
  7. ShortPixel\Controller\CronController->bulkScheduleEvent()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/CronController.php:191
  8. ShortPixel\Controller\CronController->bulk_scheduler()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/CronController.php:134
  9. ShortPixel\Controller\CronController->__construct()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/CronController.php:35
  10. ShortPixel\Controller\CronController::getInstance()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/CronController.php:46
  11. ShortPixel\ShortPixelPlugin->init()
    wp-content/plugins/shortpixel-image-optimiser/shortpixel-plugin.php:90
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: shortpixel-image-optimiser 0 0,0001
14SELECT wp_posts.ID
FROM wp_posts
WHERE 1=1
AND wp_posts.ID = 70302
AND wp_posts.post_type = 'page'
ORDER BY wp_posts.post_date DESC
  1. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3419
  2. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  3. WP->query_posts()
    wp-includes/class-wp.php:701
  4. WP->main()
    wp-includes/class-wp.php:821
  5. wp()
    wp-includes/functions.php:1342

Consulta principal

Arquivos básicos do WordPress 1 0,0002
15SELECT *
FROM wp_rank_math_redirections_cache
WHERE ( object_id = 70302 and object_type = 'post' )
ORDER BY object_id DESC
  1. RankMath\A\D\Query_Builder->run()
    wp-content/plugins/seo-by-rank-math/includes/admin/database/class-query-builder.php:373
  2. RankMath\A\D\Query_Builder->get_results()
    wp-content/plugins/seo-by-rank-math/includes/admin/database/class-query-builder.php:333
  3. RankMath\A\D\Query_Builder->get()
    wp-content/plugins/seo-by-rank-math/includes/admin/database/class-query-builder.php:82
  4. RankMath\Redirections\Cache::get_by_object_id_or_url()
    wp-content/plugins/seo-by-rank-math/includes/modules/redirections/class-cache.php:67
  5. RankMath\Redirections\Redirector->from_cache()
    wp-content/plugins/seo-by-rank-math/includes/modules/redirections/class-redirector.php:224
  6. RankMath\Redirections\Redirector->flow()
    wp-content/plugins/seo-by-rank-math/includes/modules/redirections/class-redirector.php:114
  7. RankMath\Redirections\Redirector->__construct()
    wp-content/plugins/seo-by-rank-math/includes/modules/redirections/class-redirector.php:81
  8. RankMath\Redirections\Redirections->do_redirection()
    wp-content/plugins/seo-by-rank-math/includes/modules/redirections/class-redirections.php:118
  9. do_action_ref_array('wp')
    wp-includes/plugin.php:565
  10. WP->main()
    wp-includes/class-wp.php:835
  11. wp()
    wp-includes/functions.php:1342
Plugin: seo-by-rank-math 0 0,0002
16SELECT DISTINCT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('category')
AND tr.object_id IN (70302)
ORDER BY t.name ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  5. get_the_terms()
    wp-includes/category-template.php:1298
  6. RankMath\Replace_Variables\Base->get_the_terms()
    wp-content/plugins/seo-by-rank-math/includes/replace-variables/class-base.php:293
  7. RankMath\Replace_Variables\Base->get_terms()
    wp-content/plugins/seo-by-rank-math/includes/replace-variables/class-base.php:85
  8. RankMath\Replace_Variables\Post_Variables->get_category()
    wp-content/plugins/seo-by-rank-math/includes/replace-variables/class-post-variables.php:430
  9. RankMath\Replace_Variables\Post_Variables->setup_post_category_variables()
    wp-content/plugins/seo-by-rank-math/includes/replace-variables/class-post-variables.php:185
  10. RankMath\Replace_Variables\Post_Variables->setup_post_variables()
    wp-content/plugins/seo-by-rank-math/includes/replace-variables/class-post-variables.php:126
  11. RankMath\Replace_Variables\Manager->setup()
    wp-content/plugins/seo-by-rank-math/includes/replace-variables/class-manager.php:119
  12. do_action_ref_array('wp')
    wp-includes/plugin.php:565
  13. WP->main()
    wp-includes/class-wp.php:835
  14. wp()
    wp-includes/functions.php:1342
Plugin: seo-by-rank-math 0 0,0003
17SELECT DISTINCT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('post_tag')
AND tr.object_id IN (70302)
ORDER BY t.name ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  5. get_the_terms()
    wp-includes/category-template.php:1298
  6. RankMath\Replace_Variables\Base->get_the_terms()
    wp-content/plugins/seo-by-rank-math/includes/replace-variables/class-base.php:293
  7. RankMath\Replace_Variables\Base->get_terms()
    wp-content/plugins/seo-by-rank-math/includes/replace-variables/class-base.php:85
  8. RankMath\Replace_Variables\Post_Variables->get_tag()
    wp-content/plugins/seo-by-rank-math/includes/replace-variables/class-post-variables.php:463
  9. RankMath\Replace_Variables\Post_Variables->setup_post_tags_variables()
    wp-content/plugins/seo-by-rank-math/includes/replace-variables/class-post-variables.php:236
  10. RankMath\Replace_Variables\Post_Variables->setup_post_variables()
    wp-content/plugins/seo-by-rank-math/includes/replace-variables/class-post-variables.php:127
  11. RankMath\Replace_Variables\Manager->setup()
    wp-content/plugins/seo-by-rank-math/includes/replace-variables/class-manager.php:119
  12. do_action_ref_array('wp')
    wp-includes/plugin.php:565
  13. WP->main()
    wp-includes/class-wp.php:835
  14. wp()
    wp-includes/functions.php:1342
Plugin: seo-by-rank-math 0 0,0002
18SELECT te.term_id
FROM wp_termmeta AS te
LEFT JOIN wp_term_taxonomy AS ta
ON (te.term_id = ta.term_id)
WHERE ta.taxonomy = 'author'
AND meta_key='user_id_1'
  1. MultipleAuthors\C\O\Author::get_by_user_id()
    wp-content/plugins/publishpress-authors/src/core/Classes/Objects/Author.php:214
  2. MA_Multiple_Authors->get_author_by_id()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:3178
  3. MA_Multiple_Authors->get_author_from_id_or_post()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:3197
  4. MA_Multiple_Authors->filter_author_metadata_display_name()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:3247
  5. apply_filters('get_the_author_display_name')
    wp-includes/plugin.php:205
  6. get_the_author_meta()
    wp-includes/author-template.php:190
  7. RankMath\Replace_Variables\Author_Variables->setup_author_variables()
    wp-content/plugins/seo-by-rank-math/includes/replace-variables/class-author-variables.php:60
  8. RankMath\Replace_Variables\Manager->setup()
    wp-content/plugins/seo-by-rank-math/includes/replace-variables/class-manager.php:121
  9. do_action_ref_array('wp')
    wp-includes/plugin.php:565
  10. WP->main()
    wp-includes/class-wp.php:835
  11. wp()
    wp-includes/functions.php:1342
Plugin: publishpress-authors 1 0,0002
19SELECT meta_id, meta_value
FROM wp_postmeta
WHERE post_id = 70302
AND meta_key LIKE 'rank\\_math\\_schema%'
  1. RankMath\A\D\Query_Builder->run()
    wp-content/plugins/seo-by-rank-math/includes/admin/database/class-query-builder.php:373
  2. RankMath\A\D\Query_Builder->get_results()
    wp-content/plugins/seo-by-rank-math/includes/admin/database/class-query-builder.php:333
  3. RankMath\A\D\Query_Builder->get()
    wp-content/plugins/seo-by-rank-math/includes/admin/database/class-query-builder.php:82
  4. RankMath\Schema\DB::get_schemas()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-db.php:62
  5. RankMath\Schema\Opengraph->get_schemas()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-opengraph.php:67
  6. RankMath\Schema\Opengraph->add_schema_tags()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-opengraph.php:42
  7. do_action_ref_array('rank_math/opengraph/facebook')
    wp-includes/plugin.php:565
  8. RankMath\OpenGraph\OpenGraph->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  9. RankMath\OpenGraph\OpenGraph->output_tags()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-opengraph.php:74
  10. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  11. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  12. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  13. do_action('wp_head')
    wp-includes/plugin.php:517
  14. wp_head()
    wp-includes/general-template.php:3192
  15. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  16. locate_template()
    wp-includes/template.php:745
  17. get_header()
    wp-includes/general-template.php:48
Plugin: seo-by-rank-math 0 0,0004
20UPDATE `wp_posts`
SET `post_author` = 1
WHERE `ID` = 70302
  1. MultipleAuthors\C\Utils::MultipleAuthors\C\{closure}()
    wp-content/plugins/publishpress-authors/src/core/Classes/Utils.php:282
  2. MultipleAuthors\Classes\Utils::sync_post_author_column()
    wp-content/plugins/publishpress-authors/src/core/Classes/Utils.php:313
  3. MultipleAuthors\Classes\Utils::set_post_authors()
    wp-content/plugins/publishpress-authors/src/core/Classes/Utils.php:174
  4. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:109
  5. MultipleAuthors\Plugin->filter_the_author()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1306
  6. apply_filters('the_author')
    wp-includes/plugin.php:205
  7. get_the_author()
    wp-includes/author-template.php:38
  8. RankMath\OpenGraph\Slack->get_post_data()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-slack.php:266
  9. RankMath\OpenGraph\Slack->get_enhanced_data()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-slack.php:91
  10. RankMath\OpenGraph\Slack->enhanced_data()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-slack.php:52
  11. do_action_ref_array('rank_math/opengraph/slack')
    wp-includes/plugin.php:565
  12. RankMath\OpenGraph\OpenGraph->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  13. RankMath\OpenGraph\OpenGraph->output_tags()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-opengraph.php:74
  14. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  15. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  16. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  17. do_action('wp_head')
    wp-includes/plugin.php:517
  18. wp_head()
    wp-includes/general-template.php:3192
  19. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  20. locate_template()
    wp-includes/template.php:745
  21. get_header()
    wp-includes/general-template.php:48
Plugin: publishpress-authors 0 0,0002
21SELECT DISTINCT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('author')
AND tr.object_id IN (70302)
ORDER BY tr.term_order ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  5. wp_set_object_terms()
    wp-includes/taxonomy.php:2826
  6. MultipleAuthors\Classes\Utils::set_post_authors()
    wp-content/plugins/publishpress-authors/src/core/Classes/Utils.php:179
  7. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:109
  8. MultipleAuthors\Plugin->filter_the_author()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1306
  9. apply_filters('the_author')
    wp-includes/plugin.php:205
  10. get_the_author()
    wp-includes/author-template.php:38
  11. RankMath\OpenGraph\Slack->get_post_data()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-slack.php:266
  12. RankMath\OpenGraph\Slack->get_enhanced_data()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-slack.php:91
  13. RankMath\OpenGraph\Slack->enhanced_data()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-slack.php:52
  14. do_action_ref_array('rank_math/opengraph/slack')
    wp-includes/plugin.php:565
  15. RankMath\OpenGraph\OpenGraph->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  16. RankMath\OpenGraph\OpenGraph->output_tags()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-opengraph.php:74
  17. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  18. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  19. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  20. do_action('wp_head')
    wp-includes/plugin.php:517
  21. wp_head()
    wp-includes/general-template.php:3192
  22. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  23. locate_template()
    wp-includes/template.php:745
  24. get_header()
    wp-includes/general-template.php:48
Plugin: publishpress-authors 1 0,0003
22SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('author')
AND t.term_id IN ( 17341 )
ORDER BY t.term_id ASC
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. term_exists()
    wp-includes/taxonomy.php:1632
  5. wp_set_object_terms()
    wp-includes/taxonomy.php:2847
  6. MultipleAuthors\Classes\Utils::set_post_authors()
    wp-content/plugins/publishpress-authors/src/core/Classes/Utils.php:179
  7. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:109
  8. MultipleAuthors\Plugin->filter_the_author()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1306
  9. apply_filters('the_author')
    wp-includes/plugin.php:205
  10. get_the_author()
    wp-includes/author-template.php:38
  11. RankMath\OpenGraph\Slack->get_post_data()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-slack.php:266
  12. RankMath\OpenGraph\Slack->get_enhanced_data()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-slack.php:91
  13. RankMath\OpenGraph\Slack->enhanced_data()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-slack.php:52
  14. do_action_ref_array('rank_math/opengraph/slack')
    wp-includes/plugin.php:565
  15. RankMath\OpenGraph\OpenGraph->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  16. RankMath\OpenGraph\OpenGraph->output_tags()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-opengraph.php:74
  17. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  18. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  19. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  20. do_action('wp_head')
    wp-includes/plugin.php:517
  21. wp_head()
    wp-includes/general-template.php:3192
  22. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  23. locate_template()
    wp-includes/template.php:745
  24. get_header()
    wp-includes/general-template.php:48
Plugin: publishpress-authors 1 0,0002
23SELECT term_taxonomy_id
FROM wp_term_relationships
WHERE object_id = 70302
AND term_taxonomy_id = 17341
  1. wp_set_object_terms()
    wp-includes/taxonomy.php:2865
  2. MultipleAuthors\Classes\Utils::set_post_authors()
    wp-content/plugins/publishpress-authors/src/core/Classes/Utils.php:179
  3. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:109
  4. MultipleAuthors\Plugin->filter_the_author()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1306
  5. apply_filters('the_author')
    wp-includes/plugin.php:205
  6. get_the_author()
    wp-includes/author-template.php:38
  7. RankMath\OpenGraph\Slack->get_post_data()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-slack.php:266
  8. RankMath\OpenGraph\Slack->get_enhanced_data()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-slack.php:91
  9. RankMath\OpenGraph\Slack->enhanced_data()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-slack.php:52
  10. do_action_ref_array('rank_math/opengraph/slack')
    wp-includes/plugin.php:565
  11. RankMath\OpenGraph\OpenGraph->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  12. RankMath\OpenGraph\OpenGraph->output_tags()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-opengraph.php:74
  13. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  14. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  15. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  16. do_action('wp_head')
    wp-includes/plugin.php:517
  17. wp_head()
    wp-includes/general-template.php:3192
  18. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  19. locate_template()
    wp-includes/template.php:745
  20. get_header()
    wp-includes/general-template.php:48
Plugin: publishpress-authors 1 0,0001
24INSERT INTO wp_term_relationships (object_id, term_taxonomy_id, term_order)
VALUES (70302, 17341, 1)
ON DUPLICATE KEY
UPDATE term_order = VALUES(term_order)
  1. wp_set_object_terms()
    wp-includes/taxonomy.php:2945
  2. MultipleAuthors\Classes\Utils::set_post_authors()
    wp-content/plugins/publishpress-authors/src/core/Classes/Utils.php:179
  3. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:109
  4. MultipleAuthors\Plugin->filter_the_author()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1306
  5. apply_filters('the_author')
    wp-includes/plugin.php:205
  6. get_the_author()
    wp-includes/author-template.php:38
  7. RankMath\OpenGraph\Slack->get_post_data()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-slack.php:266
  8. RankMath\OpenGraph\Slack->get_enhanced_data()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-slack.php:91
  9. RankMath\OpenGraph\Slack->enhanced_data()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-slack.php:52
  10. do_action_ref_array('rank_math/opengraph/slack')
    wp-includes/plugin.php:565
  11. RankMath\OpenGraph\OpenGraph->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  12. RankMath\OpenGraph\OpenGraph->output_tags()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-opengraph.php:74
  13. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  14. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  15. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  16. do_action('wp_head')
    wp-includes/plugin.php:517
  17. wp_head()
    wp-includes/general-template.php:3192
  18. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  19. locate_template()
    wp-includes/template.php:745
  20. get_header()
    wp-includes/general-template.php:48
Plugin: publishpress-authors 0 0,0001
25SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (70302)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. metadata_exists()
    wp-includes/meta.php:768
  3. WP_Post->__isset()
    wp-includes/class-wp-post.php:296
  4. RankMath\Metadata->__get()
    wp-content/plugins/seo-by-rank-math/includes/class-metadata.php:71
  5. RankMath\Metadata->get_metadata()
    wp-content/plugins/seo-by-rank-math/includes/class-metadata.php:130
  6. RankMath\Post::get_meta()
    wp-content/plugins/seo-by-rank-math/includes/class-post.php:93
  7. RankMath\Helper::get_post_meta()
    wp-content/plugins/seo-by-rank-math/includes/helpers/class-wordpress.php:69
  8. RankMath\Schema\JsonLD->get_post_title()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:671
  9. RankMath\Schema\JsonLD->get_parts()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:746
  10. RankMath\Schema\JsonLD->json_ld()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:140
  11. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  12. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  13. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  14. do_action('wp_head')
    wp-includes/plugin.php:517
  15. wp_head()
    wp-includes/general-template.php:3192
  16. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  17. locate_template()
    wp-includes/template.php:745
  18. get_header()
    wp-includes/general-template.php:48
Plugin: seo-by-rank-math 19 0,0002
26SELECT ID
FROM wp_posts
WHERE post_type='rank_math_schema'
AND post_status='publish'
  1. RankMath\A\D\Query_Builder->run()
    wp-content/plugins/seo-by-rank-math/includes/admin/database/class-query-builder.php:364
  2. RankMath\A\D\Query_Builder->get_col()
    wp-content/plugins/seo-by-rank-math/includes/admin/database/class-query-builder.php:299
  3. RankMath\Helpers\DB::get_col()
    wp-content/plugins/seo-by-rank-math/includes/helpers/class-db.php:196
  4. RankMathPro\Schema\Display_Conditions::get_schema_templates()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/schema/class-display-conditions.php:51
  5. RankMathPro\Schema\Frontend->add_template_schema()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/schema/class-frontend.php:298
  6. apply_filters_ref_array('rank_math/json_ld')
    wp-includes/plugin.php:256
  7. RankMath\Schema\JsonLD->do_filter()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:106
  8. RankMath\Schema\JsonLD->json_ld()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:149
  9. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  10. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  11. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  12. do_action('wp_head')
    wp-includes/plugin.php:517
  13. wp_head()
    wp-includes/general-template.php:3192
  14. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  15. locate_template()
    wp-includes/template.php:745
  16. get_header()
    wp-includes/general-template.php:48
Plugin: seo-by-rank-math 0 0,0002
27SELECT *
FROM wp_posts
WHERE ID = 70302
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. get_post_thumbnail_id()
    wp-includes/post-thumbnail-template.php:54
  4. has_post_thumbnail()
    wp-includes/post-thumbnail-template.php:26
  5. RankMath\Helper::get_thumbnail_with_fallback()
    wp-content/plugins/seo-by-rank-math/includes/helpers/class-wordpress.php:258
  6. RankMath\Schema\PrimaryImage->process()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-primaryimage.php:31
  7. RankMath\Schema\JsonLD->add_context_data()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:247
  8. apply_filters_ref_array('rank_math/json_ld')
    wp-includes/plugin.php:256
  9. RankMath\Schema\JsonLD->do_filter()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:106
  10. RankMath\Schema\JsonLD->json_ld()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:149
  11. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  12. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  13. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  14. do_action('wp_head')
    wp-includes/plugin.php:517
  15. wp_head()
    wp-includes/general-template.php:3192
  16. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  17. locate_template()
    wp-includes/template.php:745
  18. get_header()
    wp-includes/general-template.php:48
Plugin: seo-by-rank-math 1 0,0002
28UPDATE `wp_posts`
SET `post_author` = 1
WHERE `ID` = 70302
  1. MultipleAuthors\C\Utils::MultipleAuthors\C\{closure}()
    wp-content/plugins/publishpress-authors/src/core/Classes/Utils.php:282
  2. MultipleAuthors\Classes\Utils::sync_post_author_column()
    wp-content/plugins/publishpress-authors/src/core/Classes/Utils.php:313
  3. MultipleAuthors\Classes\Utils::set_post_authors()
    wp-content/plugins/publishpress-authors/src/core/Classes/Utils.php:174
  4. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:109
  5. MultipleAuthors\Plugin->filter_the_author()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1306
  6. apply_filters('the_author')
    wp-includes/plugin.php:205
  7. get_the_author()
    wp-includes/author-template.php:38
  8. RankMath\Schema\Author->process()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-author.php:37
  9. RankMath\Schema\JsonLD->add_context_data()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:247
  10. apply_filters_ref_array('rank_math/json_ld')
    wp-includes/plugin.php:256
  11. RankMath\Schema\JsonLD->do_filter()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:106
  12. RankMath\Schema\JsonLD->json_ld()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:149
  13. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  14. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  15. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  16. do_action('wp_head')
    wp-includes/plugin.php:517
  17. wp_head()
    wp-includes/general-template.php:3192
  18. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  19. locate_template()
    wp-includes/template.php:745
  20. get_header()
    wp-includes/general-template.php:48
Plugin: publishpress-authors 0 0,0001
29SELECT DISTINCT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('author')
AND tr.object_id IN (70302)
ORDER BY tr.term_order ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  5. wp_set_object_terms()
    wp-includes/taxonomy.php:2826
  6. MultipleAuthors\Classes\Utils::set_post_authors()
    wp-content/plugins/publishpress-authors/src/core/Classes/Utils.php:179
  7. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:109
  8. MultipleAuthors\Plugin->filter_the_author()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1306
  9. apply_filters('the_author')
    wp-includes/plugin.php:205
  10. get_the_author()
    wp-includes/author-template.php:38
  11. RankMath\Schema\Author->process()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-author.php:37
  12. RankMath\Schema\JsonLD->add_context_data()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:247
  13. apply_filters_ref_array('rank_math/json_ld')
    wp-includes/plugin.php:256
  14. RankMath\Schema\JsonLD->do_filter()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:106
  15. RankMath\Schema\JsonLD->json_ld()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:149
  16. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  17. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  18. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  19. do_action('wp_head')
    wp-includes/plugin.php:517
  20. wp_head()
    wp-includes/general-template.php:3192
  21. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  22. locate_template()
    wp-includes/template.php:745
  23. get_header()
    wp-includes/general-template.php:48
Plugin: publishpress-authors 1 0,0003
30SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('author')
AND t.term_id IN ( 17341 )
ORDER BY t.term_id ASC
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. term_exists()
    wp-includes/taxonomy.php:1632
  5. wp_set_object_terms()
    wp-includes/taxonomy.php:2847
  6. MultipleAuthors\Classes\Utils::set_post_authors()
    wp-content/plugins/publishpress-authors/src/core/Classes/Utils.php:179
  7. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:109
  8. MultipleAuthors\Plugin->filter_the_author()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1306
  9. apply_filters('the_author')
    wp-includes/plugin.php:205
  10. get_the_author()
    wp-includes/author-template.php:38
  11. RankMath\Schema\Author->process()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-author.php:37
  12. RankMath\Schema\JsonLD->add_context_data()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:247
  13. apply_filters_ref_array('rank_math/json_ld')
    wp-includes/plugin.php:256
  14. RankMath\Schema\JsonLD->do_filter()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:106
  15. RankMath\Schema\JsonLD->json_ld()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:149
  16. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  17. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  18. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  19. do_action('wp_head')
    wp-includes/plugin.php:517
  20. wp_head()
    wp-includes/general-template.php:3192
  21. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  22. locate_template()
    wp-includes/template.php:745
  23. get_header()
    wp-includes/general-template.php:48
Plugin: publishpress-authors 1 0,0002
31SELECT term_taxonomy_id
FROM wp_term_relationships
WHERE object_id = 70302
AND term_taxonomy_id = 17341
  1. wp_set_object_terms()
    wp-includes/taxonomy.php:2865
  2. MultipleAuthors\Classes\Utils::set_post_authors()
    wp-content/plugins/publishpress-authors/src/core/Classes/Utils.php:179
  3. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:109
  4. MultipleAuthors\Plugin->filter_the_author()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1306
  5. apply_filters('the_author')
    wp-includes/plugin.php:205
  6. get_the_author()
    wp-includes/author-template.php:38
  7. RankMath\Schema\Author->process()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-author.php:37
  8. RankMath\Schema\JsonLD->add_context_data()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:247
  9. apply_filters_ref_array('rank_math/json_ld')
    wp-includes/plugin.php:256
  10. RankMath\Schema\JsonLD->do_filter()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:106
  11. RankMath\Schema\JsonLD->json_ld()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:149
  12. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  13. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  14. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  15. do_action('wp_head')
    wp-includes/plugin.php:517
  16. wp_head()
    wp-includes/general-template.php:3192
  17. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  18. locate_template()
    wp-includes/template.php:745
  19. get_header()
    wp-includes/general-template.php:48
Plugin: publishpress-authors 1 0,0001
32INSERT INTO wp_term_relationships (object_id, term_taxonomy_id, term_order)
VALUES (70302, 17341, 1)
ON DUPLICATE KEY
UPDATE term_order = VALUES(term_order)
  1. wp_set_object_terms()
    wp-includes/taxonomy.php:2945
  2. MultipleAuthors\Classes\Utils::set_post_authors()
    wp-content/plugins/publishpress-authors/src/core/Classes/Utils.php:179
  3. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:109
  4. MultipleAuthors\Plugin->filter_the_author()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1306
  5. apply_filters('the_author')
    wp-includes/plugin.php:205
  6. get_the_author()
    wp-includes/author-template.php:38
  7. RankMath\Schema\Author->process()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-author.php:37
  8. RankMath\Schema\JsonLD->add_context_data()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:247
  9. apply_filters_ref_array('rank_math/json_ld')
    wp-includes/plugin.php:256
  10. RankMath\Schema\JsonLD->do_filter()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:106
  11. RankMath\Schema\JsonLD->json_ld()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:149
  12. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  13. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  14. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  15. do_action('wp_head')
    wp-includes/plugin.php:517
  16. wp_head()
    wp-includes/general-template.php:3192
  17. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  18. locate_template()
    wp-includes/template.php:745
  19. get_header()
    wp-includes/general-template.php:48
Plugin: publishpress-authors 0 0,0001
33SELECT *
FROM wp_posts
WHERE ID = 70302
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:82
  4. MultipleAuthors\Plugin->filter_the_author()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1306
  5. apply_filters('the_author')
    wp-includes/plugin.php:205
  6. get_the_author()
    wp-includes/author-template.php:38
  7. RankMath\Schema\Author->add_image()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-author.php:101
  8. RankMath\Schema\Author->process()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-author.php:47
  9. RankMath\Schema\JsonLD->add_context_data()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:247
  10. apply_filters_ref_array('rank_math/json_ld')
    wp-includes/plugin.php:256
  11. RankMath\Schema\JsonLD->do_filter()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:106
  12. RankMath\Schema\JsonLD->json_ld()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:149
  13. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  14. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  15. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  16. do_action('wp_head')
    wp-includes/plugin.php:517
  17. wp_head()
    wp-includes/general-template.php:3192
  18. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  19. locate_template()
    wp-includes/template.php:745
  20. get_header()
    wp-includes/general-template.php:48
Plugin: publishpress-authors 1 0,0002
34SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (70302)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. update_metadata()
    wp-includes/meta.php:248
  4. update_post_meta()
    wp-includes/post.php:2697
  5. MultipleAuthors\Classes\Utils::set_post_authors_name_meta()
    wp-content/plugins/publishpress-authors/src/core/Classes/Utils.php:380
  6. MultipleAuthors\Classes\Utils::set_post_authors()
    wp-content/plugins/publishpress-authors/src/core/Classes/Utils.php:171
  7. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:109
  8. MultipleAuthors\Plugin->filter_the_author()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1306
  9. apply_filters('the_author')
    wp-includes/plugin.php:205
  10. get_the_author()
    wp-includes/author-template.php:38
  11. RankMath\Schema\Author->add_image()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-author.php:101
  12. RankMath\Schema\Author->process()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-author.php:47
  13. RankMath\Schema\JsonLD->add_context_data()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:247
  14. apply_filters_ref_array('rank_math/json_ld')
    wp-includes/plugin.php:256
  15. RankMath\Schema\JsonLD->do_filter()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:106
  16. RankMath\Schema\JsonLD->json_ld()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:149
  17. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  18. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  19. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  20. do_action('wp_head')
    wp-includes/plugin.php:517
  21. wp_head()
    wp-includes/general-template.php:3192
  22. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  23. locate_template()
    wp-includes/template.php:745
  24. get_header()
    wp-includes/general-template.php:48
Plugin: publishpress-authors 19 0,0002
35UPDATE `wp_posts`
SET `post_author` = 1
WHERE `ID` = 70302
  1. MultipleAuthors\C\Utils::MultipleAuthors\C\{closure}()
    wp-content/plugins/publishpress-authors/src/core/Classes/Utils.php:282
  2. MultipleAuthors\Classes\Utils::sync_post_author_column()
    wp-content/plugins/publishpress-authors/src/core/Classes/Utils.php:313
  3. MultipleAuthors\Classes\Utils::set_post_authors()
    wp-content/plugins/publishpress-authors/src/core/Classes/Utils.php:174
  4. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:109
  5. MultipleAuthors\Plugin->filter_the_author()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1306
  6. apply_filters('the_author')
    wp-includes/plugin.php:205
  7. get_the_author()
    wp-includes/author-template.php:38
  8. RankMath\Schema\Author->add_image()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-author.php:101
  9. RankMath\Schema\Author->process()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-author.php:47
  10. RankMath\Schema\JsonLD->add_context_data()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:247
  11. apply_filters_ref_array('rank_math/json_ld')
    wp-includes/plugin.php:256
  12. RankMath\Schema\JsonLD->do_filter()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:106
  13. RankMath\Schema\JsonLD->json_ld()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:149
  14. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  15. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  16. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  17. do_action('wp_head')
    wp-includes/plugin.php:517
  18. wp_head()
    wp-includes/general-template.php:3192
  19. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  20. locate_template()
    wp-includes/template.php:745
  21. get_header()
    wp-includes/general-template.php:48
Plugin: publishpress-authors 0 0,0001
36SELECT DISTINCT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('author')
AND tr.object_id IN (70302)
ORDER BY tr.term_order ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  5. wp_set_object_terms()
    wp-includes/taxonomy.php:2826
  6. MultipleAuthors\Classes\Utils::set_post_authors()
    wp-content/plugins/publishpress-authors/src/core/Classes/Utils.php:179
  7. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:109
  8. MultipleAuthors\Plugin->filter_the_author()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1306
  9. apply_filters('the_author')
    wp-includes/plugin.php:205
  10. get_the_author()
    wp-includes/author-template.php:38
  11. RankMath\Schema\Author->add_image()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-author.php:101
  12. RankMath\Schema\Author->process()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-author.php:47
  13. RankMath\Schema\JsonLD->add_context_data()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:247
  14. apply_filters_ref_array('rank_math/json_ld')
    wp-includes/plugin.php:256
  15. RankMath\Schema\JsonLD->do_filter()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:106
  16. RankMath\Schema\JsonLD->json_ld()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:149
  17. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  18. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  19. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  20. do_action('wp_head')
    wp-includes/plugin.php:517
  21. wp_head()
    wp-includes/general-template.php:3192
  22. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  23. locate_template()
    wp-includes/template.php:745
  24. get_header()
    wp-includes/general-template.php:48
Plugin: publishpress-authors 1 0,0003
37SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('author')
AND t.term_id IN ( 17341 )
ORDER BY t.term_id ASC
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. term_exists()
    wp-includes/taxonomy.php:1632
  5. wp_set_object_terms()
    wp-includes/taxonomy.php:2847
  6. MultipleAuthors\Classes\Utils::set_post_authors()
    wp-content/plugins/publishpress-authors/src/core/Classes/Utils.php:179
  7. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:109
  8. MultipleAuthors\Plugin->filter_the_author()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1306
  9. apply_filters('the_author')
    wp-includes/plugin.php:205
  10. get_the_author()
    wp-includes/author-template.php:38
  11. RankMath\Schema\Author->add_image()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-author.php:101
  12. RankMath\Schema\Author->process()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-author.php:47
  13. RankMath\Schema\JsonLD->add_context_data()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:247
  14. apply_filters_ref_array('rank_math/json_ld')
    wp-includes/plugin.php:256
  15. RankMath\Schema\JsonLD->do_filter()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:106
  16. RankMath\Schema\JsonLD->json_ld()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:149
  17. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  18. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  19. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  20. do_action('wp_head')
    wp-includes/plugin.php:517
  21. wp_head()
    wp-includes/general-template.php:3192
  22. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  23. locate_template()
    wp-includes/template.php:745
  24. get_header()
    wp-includes/general-template.php:48
Plugin: publishpress-authors 1 0,0001
38SELECT term_taxonomy_id
FROM wp_term_relationships
WHERE object_id = 70302
AND term_taxonomy_id = 17341
  1. wp_set_object_terms()
    wp-includes/taxonomy.php:2865
  2. MultipleAuthors\Classes\Utils::set_post_authors()
    wp-content/plugins/publishpress-authors/src/core/Classes/Utils.php:179
  3. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:109
  4. MultipleAuthors\Plugin->filter_the_author()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1306
  5. apply_filters('the_author')
    wp-includes/plugin.php:205
  6. get_the_author()
    wp-includes/author-template.php:38
  7. RankMath\Schema\Author->add_image()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-author.php:101
  8. RankMath\Schema\Author->process()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-author.php:47
  9. RankMath\Schema\JsonLD->add_context_data()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:247
  10. apply_filters_ref_array('rank_math/json_ld')
    wp-includes/plugin.php:256
  11. RankMath\Schema\JsonLD->do_filter()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:106
  12. RankMath\Schema\JsonLD->json_ld()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:149
  13. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  14. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  15. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  16. do_action('wp_head')
    wp-includes/plugin.php:517
  17. wp_head()
    wp-includes/general-template.php:3192
  18. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  19. locate_template()
    wp-includes/template.php:745
  20. get_header()
    wp-includes/general-template.php:48
Plugin: publishpress-authors 1 0,0001
39INSERT INTO wp_term_relationships (object_id, term_taxonomy_id, term_order)
VALUES (70302, 17341, 1)
ON DUPLICATE KEY
UPDATE term_order = VALUES(term_order)
  1. wp_set_object_terms()
    wp-includes/taxonomy.php:2945
  2. MultipleAuthors\Classes\Utils::set_post_authors()
    wp-content/plugins/publishpress-authors/src/core/Classes/Utils.php:179
  3. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:109
  4. MultipleAuthors\Plugin->filter_the_author()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1306
  5. apply_filters('the_author')
    wp-includes/plugin.php:205
  6. get_the_author()
    wp-includes/author-template.php:38
  7. RankMath\Schema\Author->add_image()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-author.php:101
  8. RankMath\Schema\Author->process()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-author.php:47
  9. RankMath\Schema\JsonLD->add_context_data()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:247
  10. apply_filters_ref_array('rank_math/json_ld')
    wp-includes/plugin.php:256
  11. RankMath\Schema\JsonLD->do_filter()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:106
  12. RankMath\Schema\JsonLD->json_ld()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:149
  13. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  14. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  15. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  16. do_action('wp_head')
    wp-includes/plugin.php:517
  17. wp_head()
    wp-includes/general-template.php:3192
  18. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  19. locate_template()
    wp-includes/template.php:745
  20. get_header()
    wp-includes/general-template.php:48
Plugin: publishpress-authors 0 0,0001
40SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (70302)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. metadata_exists()
    wp-includes/meta.php:768
  3. RankMath\Schema\Singular->can_add_schema()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-singular.php:85
  4. RankMath\Schema\Singular->process()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-singular.php:35
  5. RankMath\Schema\JsonLD->add_context_data()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:247
  6. apply_filters_ref_array('rank_math/json_ld')
    wp-includes/plugin.php:256
  7. RankMath\Schema\JsonLD->do_filter()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:106
  8. RankMath\Schema\JsonLD->json_ld()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:149
  9. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  10. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  11. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  12. do_action('wp_head')
    wp-includes/plugin.php:517
  13. wp_head()
    wp-includes/general-template.php:3192
  14. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  15. locate_template()
    wp-includes/template.php:745
  16. get_header()
    wp-includes/general-template.php:48
Plugin: seo-by-rank-math 19 0,0002
41SELECT *
FROM wp_posts
WHERE ID = 70302
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. get_post_type()
    wp-includes/post.php:1575
  4. RankMath\Helper::get_default_schema_type()
    wp-content/plugins/seo-by-rank-math/includes/helpers/class-schema.php:36
  5. RankMath\Schema\Singular->get_default_schema()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-singular.php:104
  6. RankMath\Schema\Singular->can_add_schema()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-singular.php:93
  7. RankMath\Schema\Singular->process()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/snippets/class-singular.php:35
  8. RankMath\Schema\JsonLD->add_context_data()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:247
  9. apply_filters_ref_array('rank_math/json_ld')
    wp-includes/plugin.php:256
  10. RankMath\Schema\JsonLD->do_filter()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:106
  11. RankMath\Schema\JsonLD->json_ld()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:149
  12. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  13. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  14. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  15. do_action('wp_head')
    wp-includes/plugin.php:517
  16. wp_head()
    wp-includes/general-template.php:3192
  17. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  18. locate_template()
    wp-includes/template.php:745
  19. get_header()
    wp-includes/general-template.php:48
Plugin: seo-by-rank-math 1 0,0001
42SELECT option_value
FROM wp_options
WHERE option_name = '_transient_timeout_rank_math_google_site_verification'
LIMIT 1
  1. get_option()
    wp-includes/option.php:206
  2. WP_Object_Cache->_transient_get()
    wp-content/plugins/litespeed-cache/src/object.lib.php:1080
  3. WP_Object_Cache->get()
    wp-content/plugins/litespeed-cache/src/object.lib.php:806
  4. wp_cache_get()
    wp-content/plugins/litespeed-cache/src/object.lib.php:160
  5. get_transient('rank_math_google_site_verification')
    wp-includes/option.php:1456
  6. RankMath\Analytics\Analytics_Common->add_site_verification()
    wp-content/plugins/seo-by-rank-math/includes/modules/analytics/class-analytics-common.php:113
  7. apply_filters_ref_array('rank_math/webmaster/google_verify')
    wp-includes/plugin.php:256
  8. RankMath\Frontend\Head->do_filter()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:106
  9. RankMath\Frontend\Head->webmaster_tools_authentication()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:104
  10. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  11. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  12. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  13. do_action('wp_head')
    wp-includes/plugin.php:517
  14. wp_head()
    wp-includes/general-template.php:3192
  15. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  16. locate_template()
    wp-includes/template.php:745
  17. get_header()
    wp-includes/general-template.php:48
Plugin: litespeed-cache 0 0,0001
43SELECT option_value
FROM wp_options
WHERE option_name = '_transient_rank_math_google_site_verification'
LIMIT 1
  1. get_option()
    wp-includes/option.php:206
  2. WP_Object_Cache->_transient_get()
    wp-content/plugins/litespeed-cache/src/object.lib.php:1090
  3. WP_Object_Cache->get()
    wp-content/plugins/litespeed-cache/src/object.lib.php:806
  4. wp_cache_get()
    wp-content/plugins/litespeed-cache/src/object.lib.php:160
  5. get_transient('rank_math_google_site_verification')
    wp-includes/option.php:1456
  6. RankMath\Analytics\Analytics_Common->add_site_verification()
    wp-content/plugins/seo-by-rank-math/includes/modules/analytics/class-analytics-common.php:113
  7. apply_filters_ref_array('rank_math/webmaster/google_verify')
    wp-includes/plugin.php:256
  8. RankMath\Frontend\Head->do_filter()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:106
  9. RankMath\Frontend\Head->webmaster_tools_authentication()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:104
  10. do_action_ref_array('rank_math/head')
    wp-includes/plugin.php:565
  11. RankMath\Frontend\Head->do_action()
    wp-content/plugins/seo-by-rank-math/includes/traits/class-hooker.php:90
  12. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:180
  13. do_action('wp_head')
    wp-includes/plugin.php:517
  14. wp_head()
    wp-includes/general-template.php:3192
  15. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  16. locate_template()
    wp-includes/template.php:745
  17. get_header()
    wp-includes/general-template.php:48
Plugin: litespeed-cache 0 0,0001
44SELECT wp_posts.ID
FROM wp_posts
WHERE 1=1
AND wp_posts.post_parent = 70302
AND wp_posts.post_type = 'page'
AND ((wp_posts.post_status = 'publish'))
ORDER BY wp_posts.post_title ASC
LIMIT 0, 1
  1. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3419
  2. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  3. get_pages()
    wp-includes/post.php:6471
  4. get_body_class()
    wp-includes/post-template.php:723
  5. body_class()
    wp-includes/post-template.php:622
  6. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  7. locate_template()
    wp-includes/template.php:745
  8. get_header()
    wp-includes/general-template.php:48
Arquivos básicos do WordPress 0 0,0008
45SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (16937)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. WP_Query->get_queried_object()
    wp-includes/class-wp-query.php:4001
  6. WP_Query->is_tax()
    wp-includes/class-wp-query.php:4364
  7. MA_Multiple_Authors->authors_taxonomy_post_limit()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:4786
  8. do_action_ref_array('pre_get_posts')
    wp-includes/plugin.php:565
  9. WP_Query->get_posts()
    wp-includes/class-wp-query.php:1910
  10. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  11. get_posts()
    wp-includes/post.php:2579
  12. wp_get_nav_menu_items()
    wp-includes/nav-menu.php:745
  13. wp_nav_menu()
    wp-includes/nav-menu-template.php:156
  14. pixwell_render_off_canvas()
    wp-content/themes/pixwell/templates/site-sections.php:324
  15. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  16. locate_template()
    wp-includes/template.php:745
  17. get_header()
    wp-includes/general-template.php:48
Plugin: publishpress-authors 1 0,0002
46SELECT wp_posts.ID
FROM wp_posts
LEFT JOIN wp_term_relationships
ON (wp_posts.ID = wp_term_relationships.object_id)
WHERE 1=1
AND ( wp_term_relationships.term_taxonomy_id IN (16937) )
AND wp_posts.post_type = 'nav_menu_item'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_posts.menu_order ASC
  1. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3419
  2. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  3. get_posts()
    wp-includes/post.php:2579
  4. wp_get_nav_menu_items()
    wp-includes/nav-menu.php:745
  5. wp_nav_menu()
    wp-includes/nav-menu-template.php:156
  6. pixwell_render_off_canvas()
    wp-content/themes/pixwell/templates/site-sections.php:324
  7. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  8. locate_template()
    wp-includes/template.php:745
  9. get_header()
    wp-includes/general-template.php:48
Tema 58 0,0005
47SELECT *
FROM wp_posts
WHERE ID = 2663
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. get_post_status()
    wp-includes/post.php:1233
  4. get_privacy_policy_url()
    wp-includes/link-template.php:4723
  5. Walker_Nav_Menu->__construct()
    wp-includes/class-walker-nav-menu.php:56
  6. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:619
  7. wp_nav_menu()
    wp-includes/nav-menu-template.php:241
  8. pixwell_render_off_canvas()
    wp-content/themes/pixwell/templates/site-sections.php:324
  9. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  10. locate_template()
    wp-includes/template.php:745
  11. get_header()
    wp-includes/general-template.php:48
Tema 0 0,0002
48SELECT *
FROM wp_posts
WHERE ID = 2663
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. get_post_status()
    wp-includes/post.php:1233
  4. get_privacy_policy_url()
    wp-includes/link-template.php:4723
  5. Walker_Nav_Menu->__construct()
    wp-includes/class-walker-nav-menu.php:56
  6. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:619
  7. wp_nav_menu()
    wp-includes/nav-menu-template.php:241
  8. pixwell_render_off_canvas()
    wp-content/themes/pixwell/templates/site-sections.php:334
  9. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  10. locate_template()
    wp-includes/template.php:745
  11. get_header()
    wp-includes/general-template.php:48
Tema 0 0,0002
49SELECT *
FROM wp_posts
WHERE ID = 2663
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. get_post_status()
    wp-includes/post.php:1233
  4. get_privacy_policy_url()
    wp-includes/link-template.php:4723
  5. Walker_Nav_Menu->__construct()
    wp-includes/class-walker-nav-menu.php:56
  6. load_template('wp-content/themes/pixwell/templates/header/module-menu.php')
    wp-includes/template.php:812
  7. locate_template()
    wp-includes/template.php:745
  8. get_template_part('templates/header/module','menu')
    wp-includes/general-template.php:206
  9. load_template('wp-content/themes/pixwell/templates/header/style-5.php')
    wp-includes/template.php:812
  10. locate_template()
    wp-includes/template.php:745
  11. get_template_part('templates/header/style','5')
    wp-includes/general-template.php:206
  12. pixwell_render_header()
    wp-content/themes/pixwell/templates/site-sections.php:44
  13. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  14. locate_template()
    wp-includes/template.php:745
  15. get_header()
    wp-includes/general-template.php:48
Tema 0 0,0003
50SELECT *
FROM wp_posts
WHERE ID = 2663
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. get_post_status()
    wp-includes/post.php:1233
  4. get_privacy_policy_url()
    wp-includes/link-template.php:4723
  5. Walker_Nav_Menu->__construct()
    wp-includes/class-walker-nav-menu.php:56
  6. load_template('wp-content/themes/pixwell/templates/header/module-stickmenu.php')
    wp-includes/template.php:812
  7. locate_template()
    wp-includes/template.php:745
  8. get_template_part('templates/header/module','stickmenu')
    wp-includes/general-template.php:206
  9. load_template('wp-content/themes/pixwell/templates/header/module-sticky.php')
    wp-includes/template.php:812
  10. locate_template()
    wp-includes/template.php:745
  11. get_template_part('templates/header/module','sticky')
    wp-includes/general-template.php:206
  12. load_template('wp-content/themes/pixwell/templates/header/style-5.php')
    wp-includes/template.php:812
  13. locate_template()
    wp-includes/template.php:745
  14. get_template_part('templates/header/style','5')
    wp-includes/general-template.php:206
  15. pixwell_render_header()
    wp-content/themes/pixwell/templates/site-sections.php:44
  16. load_template('wp-content/themes/pixwell/header.php')
    wp-includes/template.php:810
  17. locate_template()
    wp-includes/template.php:745
  18. get_header()
    wp-includes/general-template.php:48
Tema 0 0,0003
51SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('category')
AND t.term_id IN ( 890,3916,3917,3918,3920,3921,3922,3923,3924,3925,3926,3927,3928,3929,3930,3931,3932,3933 )
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. WP_Tax_Query->transform_query()
    wp-includes/class-wp-tax-query.php:644
  4. WP_Tax_Query->clean_query()
    wp-includes/class-wp-tax-query.php:581
  5. WP_Tax_Query->get_sql_for_clause()
    wp-includes/class-wp-tax-query.php:395
  6. WP_Tax_Query->get_sql_for_query()
    wp-includes/class-wp-tax-query.php:325
  7. WP_Tax_Query->get_sql_clauses()
    wp-includes/class-wp-tax-query.php:275
  8. WP_Tax_Query->get_sql()
    wp-includes/class-wp-tax-query.php:251
  9. WP_Query->get_posts()
    wp-includes/class-wp-query.php:2298
  10. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  11. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  12. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  13. pixwell_rbc_fw_feat_18()
    wp-content/themes/pixwell/templates/blocks/fw-feat-18.php:31
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  19. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  20. preg_replace_callback()
    wp-includes/shortcodes.php:434
  21. do_shortcode()
    wp-includes/shortcodes.php:273
  22. apply_filters('the_content')
    wp-includes/plugin.php:205
  23. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 18 0,0005
52SELECT wp_posts.ID
FROM wp_posts
LEFT JOIN wp_term_relationships
ON (wp_posts.ID = wp_term_relationships.object_id)
WHERE 1=1
AND ( wp_term_relationships.term_taxonomy_id IN (890,3916,3917,3918,3920,3921,3922,3923,3924,3925,3926,3927,3928,3929,3930,3931,3932,3933) )
AND wp_posts.post_type = 'post'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_date DESC
LIMIT 0, 3
  1. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3419
  2. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  3. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  4. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  5. pixwell_rbc_fw_feat_18()
    wp-content/themes/pixwell/templates/blocks/fw-feat-18.php:31
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. apply_filters('the_content')
    wp-includes/plugin.php:205
  10. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. apply_filters('the_content')
    wp-includes/plugin.php:205
  15. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 3 0,0136
53SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (84206,84174)
  1. _prime_post_caches()
    wp-includes/post.php:8164
  2. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  3. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  4. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  5. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  6. pixwell_rbc_fw_feat_18()
    wp-content/themes/pixwell/templates/blocks/fw-feat-18.php:31
  7. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  8. preg_replace_callback()
    wp-includes/shortcodes.php:434
  9. do_shortcode()
    wp-includes/shortcodes.php:273
  10. apply_filters('the_content')
    wp-includes/plugin.php:205
  11. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 2 0,0002
54SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (84206,84174)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. update_postmeta_cache()
    wp-includes/post.php:7783
  3. _prime_post_caches()
    wp-includes/post.php:8173
  4. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  5. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  6. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  7. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  8. pixwell_rbc_fw_feat_18()
    wp-content/themes/pixwell/templates/blocks/fw-feat-18.php:31
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 42 0,0006
55SELECT DISTINCT t.term_id, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('author')
AND tr.object_id IN (84206, 84174)
ORDER BY tr.term_order ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  5. wp_get_object_terms()
    wp-includes/taxonomy.php:2313
  6. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  7. _prime_post_caches()
    wp-includes/post.php:8179
  8. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  9. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  10. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  11. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  12. pixwell_rbc_fw_feat_18()
    wp-content/themes/pixwell/templates/blocks/fw-feat-18.php:31
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 2 0,0003
56SELECT DISTINCT t.term_id, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format')
AND tr.object_id IN (84206, 84174)
ORDER BY t.name ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  5. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  6. _prime_post_caches()
    wp-includes/post.php:8179
  7. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  8. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  9. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  10. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  11. pixwell_rbc_fw_feat_18()
    wp-content/themes/pixwell/templates/blocks/fw-feat-18.php:31
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  17. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  18. preg_replace_callback()
    wp-includes/shortcodes.php:434
  19. do_shortcode()
    wp-includes/shortcodes.php:273
  20. apply_filters('the_content')
    wp-includes/plugin.php:205
  21. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 5 0,0003
57SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id IN (17442,17441)
  1. _prime_term_caches()
    wp-includes/taxonomy.php:4111
  2. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:824
  3. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  4. get_terms()
    wp-includes/taxonomy.php:1357
  5. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  6. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  7. _prime_post_caches()
    wp-includes/post.php:8179
  8. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  9. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  10. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  11. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  12. pixwell_rbc_fw_feat_18()
    wp-content/themes/pixwell/templates/blocks/fw-feat-18.php:31
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 2 0,0003
58SELECT term_id, meta_key, meta_value
FROM wp_termmeta
WHERE term_id IN (17442,17441)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. WP_Metadata_Lazyloader->lazyload_meta_callback()
    wp-includes/class-wp-metadata-lazyloader.php:193
  3. apply_filters('get_term_metadata')
    wp-includes/plugin.php:205
  4. get_metadata_raw()
    wp-includes/meta.php:647
  5. get_metadata()
    wp-includes/meta.php:586
  6. get_term_meta()
    wp-includes/taxonomy.php:1448
  7. MultipleAuthors\Classes\Author_Utils::author_has_custom_avatar()
    wp-content/plugins/publishpress-authors/src/core/Classes/Author_Utils.php:67
  8. MultipleAuthors\Classes\Author_Utils::get_avatar_url()
    wp-content/plugins/publishpress-authors/src/core/Classes/Author_Utils.php:99
  9. MA_Multiple_Authors->filter_pre_get_avatar_data()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:3543
  10. apply_filters('pre_get_avatar_data')
    wp-includes/plugin.php:205
  11. get_avatar_data()
    wp-includes/link-template.php:4477
  12. get_avatar_url()
    wp-includes/link-template.php:4322
  13. get_avatar()
    wp-includes/pluggable.php:3157
  14. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:464
  15. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  16. pixwell_post_overlay_1()
    wp-content/themes/pixwell/templates/modules/overlay.php:19
  17. pixwell_rbc_fw_feat_18()
    wp-content/themes/pixwell/templates/blocks/fw-feat-18.php:46
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  23. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  24. preg_replace_callback()
    wp-includes/shortcodes.php:434
  25. do_shortcode()
    wp-includes/shortcodes.php:273
  26. apply_filters('the_content')
    wp-includes/plugin.php:205
  27. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 0 0,0002
59SELECT *
FROM wp_posts
WHERE ID = 84207
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:92
  10. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:791
  11. pixwell_post_overlay_3()
    wp-content/themes/pixwell/templates/modules/overlay.php:113
  12. pixwell_rbc_fw_feat_18()
    wp-content/themes/pixwell/templates/blocks/fw-feat-18.php:51
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
60SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (84207)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:92
  13. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:791
  14. pixwell_post_overlay_3()
    wp-content/themes/pixwell/templates/modules/overlay.php:113
  15. pixwell_rbc_fw_feat_18()
    wp-content/themes/pixwell/templates/blocks/fw-feat-18.php:51
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
61SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 84206
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_is_author_for_post()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:930
  3. MultipleAuthors\Plugin->allow_coauthors_edit_post()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1706
  4. apply_filters('user_has_cap')
    wp-includes/plugin.php:205
  5. WP_User->has_cap()
    wp-includes/class-wp-user.php:815
  6. user_can(WP_User (ID: 1),'edit_post',84206)
    wp-includes/capabilities.php:1018
  7. current_user_can('edit_post',84206)
    wp-includes/capabilities.php:911
  8. get_edit_post_link()
    wp-includes/link-template.php:1474
  9. edit_post_link()
    wp-includes/link-template.php:1521
  10. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:792
  11. pixwell_post_overlay_3()
    wp-content/themes/pixwell/templates/modules/overlay.php:113
  12. pixwell_rbc_fw_feat_18()
    wp-content/themes/pixwell/templates/blocks/fw-feat-18.php:51
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
62SELECT *
FROM wp_posts
WHERE ID = 84179
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:92
  10. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:791
  11. pixwell_post_overlay_3()
    wp-content/themes/pixwell/templates/modules/overlay.php:113
  12. pixwell_rbc_fw_feat_18()
    wp-content/themes/pixwell/templates/blocks/fw-feat-18.php:56
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0001
63SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (84179)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:92
  13. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:791
  14. pixwell_post_overlay_3()
    wp-content/themes/pixwell/templates/modules/overlay.php:113
  15. pixwell_rbc_fw_feat_18()
    wp-content/themes/pixwell/templates/blocks/fw-feat-18.php:56
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0001
64SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 84174
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_is_author_for_post()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:930
  3. MultipleAuthors\Plugin->allow_coauthors_edit_post()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1706
  4. apply_filters('user_has_cap')
    wp-includes/plugin.php:205
  5. WP_User->has_cap()
    wp-includes/class-wp-user.php:815
  6. user_can(WP_User (ID: 1),'edit_post',84174)
    wp-includes/capabilities.php:1018
  7. current_user_can('edit_post',84174)
    wp-includes/capabilities.php:911
  8. get_edit_post_link()
    wp-includes/link-template.php:1474
  9. edit_post_link()
    wp-includes/link-template.php:1521
  10. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:792
  11. pixwell_post_overlay_3()
    wp-content/themes/pixwell/templates/modules/overlay.php:113
  12. pixwell_rbc_fw_feat_18()
    wp-content/themes/pixwell/templates/blocks/fw-feat-18.php:56
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
65SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('category')
AND t.term_id IN ( 3915,3916,3917,3919,3932 )
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. WP_Tax_Query->transform_query()
    wp-includes/class-wp-tax-query.php:644
  4. WP_Tax_Query->clean_query()
    wp-includes/class-wp-tax-query.php:581
  5. WP_Tax_Query->get_sql_for_clause()
    wp-includes/class-wp-tax-query.php:395
  6. WP_Tax_Query->get_sql_for_query()
    wp-includes/class-wp-tax-query.php:325
  7. WP_Tax_Query->get_sql_clauses()
    wp-includes/class-wp-tax-query.php:275
  8. WP_Tax_Query->get_sql()
    wp-includes/class-wp-tax-query.php:251
  9. WP_Query->get_posts()
    wp-includes/class-wp-query.php:2298
  10. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  11. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  12. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  13. pixwell_rbc_fw_feat_2()
    wp-content/themes/pixwell/templates/blocks/fw-feat-2.php:31
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  19. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  20. preg_replace_callback()
    wp-includes/shortcodes.php:434
  21. do_shortcode()
    wp-includes/shortcodes.php:273
  22. apply_filters('the_content')
    wp-includes/plugin.php:205
  23. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 5 0,0002
66SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('post_tag')
AND t.slug IN ('destaque', 'mais-acessado', 'receita-da-vovo')
LIMIT 3
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. WP_Tax_Query->transform_query()
    wp-includes/class-wp-tax-query.php:644
  4. WP_Tax_Query->clean_query()
    wp-includes/class-wp-tax-query.php:581
  5. WP_Tax_Query->get_sql_for_clause()
    wp-includes/class-wp-tax-query.php:395
  6. WP_Tax_Query->get_sql_for_query()
    wp-includes/class-wp-tax-query.php:325
  7. WP_Tax_Query->get_sql_clauses()
    wp-includes/class-wp-tax-query.php:275
  8. WP_Tax_Query->get_sql()
    wp-includes/class-wp-tax-query.php:251
  9. WP_Query->get_posts()
    wp-includes/class-wp-query.php:2298
  10. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  11. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  12. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  13. pixwell_rbc_fw_feat_2()
    wp-content/themes/pixwell/templates/blocks/fw-feat-2.php:31
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  19. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  20. preg_replace_callback()
    wp-includes/shortcodes.php:434
  21. do_shortcode()
    wp-includes/shortcodes.php:273
  22. apply_filters('the_content')
    wp-includes/plugin.php:205
  23. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
67SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id IN (16926)
  1. _prime_term_caches()
    wp-includes/taxonomy.php:4111
  2. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:824
  3. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  4. WP_Tax_Query->transform_query()
    wp-includes/class-wp-tax-query.php:644
  5. WP_Tax_Query->clean_query()
    wp-includes/class-wp-tax-query.php:581
  6. WP_Tax_Query->get_sql_for_clause()
    wp-includes/class-wp-tax-query.php:395
  7. WP_Tax_Query->get_sql_for_query()
    wp-includes/class-wp-tax-query.php:325
  8. WP_Tax_Query->get_sql_clauses()
    wp-includes/class-wp-tax-query.php:275
  9. WP_Tax_Query->get_sql()
    wp-includes/class-wp-tax-query.php:251
  10. WP_Query->get_posts()
    wp-includes/class-wp-query.php:2298
  11. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  12. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  13. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  14. pixwell_rbc_fw_feat_2()
    wp-content/themes/pixwell/templates/blocks/fw-feat-2.php:31
  15. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  16. preg_replace_callback()
    wp-includes/shortcodes.php:434
  17. do_shortcode()
    wp-includes/shortcodes.php:273
  18. apply_filters('the_content')
    wp-includes/plugin.php:205
  19. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  20. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  21. preg_replace_callback()
    wp-includes/shortcodes.php:434
  22. do_shortcode()
    wp-includes/shortcodes.php:273
  23. apply_filters('the_content')
    wp-includes/plugin.php:205
  24. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
68SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('post_tag')
AND t.slug IN ('destaque')
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. WP_Query->get_posts()
    wp-includes/class-wp-query.php:2377
  6. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  7. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  8. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  9. pixwell_rbc_fw_feat_2()
    wp-content/themes/pixwell/templates/blocks/fw-feat-2.php:31
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. apply_filters('the_content')
    wp-includes/plugin.php:205
  14. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  15. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  16. preg_replace_callback()
    wp-includes/shortcodes.php:434
  17. do_shortcode()
    wp-includes/shortcodes.php:273
  18. apply_filters('the_content')
    wp-includes/plugin.php:205
  19. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 0 0,0002
69SELECT wp_posts.ID
FROM wp_posts
LEFT JOIN wp_term_relationships
ON (wp_posts.ID = wp_term_relationships.object_id)
LEFT JOIN wp_term_relationships AS tt1
ON (wp_posts.ID = tt1.object_id)
WHERE 1=1
AND wp_posts.ID NOT IN (84174,84206,84253)
AND ( wp_term_relationships.term_taxonomy_id IN (3915,3916,3917,3919,3932)
AND tt1.term_taxonomy_id IN (16926) )
AND wp_posts.post_type = 'post'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_date DESC
LIMIT 0, 3
  1. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3419
  2. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  3. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  4. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  5. pixwell_rbc_fw_feat_2()
    wp-content/themes/pixwell/templates/blocks/fw-feat-2.php:31
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. apply_filters('the_content')
    wp-includes/plugin.php:205
  10. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. apply_filters('the_content')
    wp-includes/plugin.php:205
  15. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 3 0,0016
70SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (83922,76815,75124)
  1. _prime_post_caches()
    wp-includes/post.php:8164
  2. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  3. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  4. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  5. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  6. pixwell_rbc_fw_feat_2()
    wp-content/themes/pixwell/templates/blocks/fw-feat-2.php:31
  7. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  8. preg_replace_callback()
    wp-includes/shortcodes.php:434
  9. do_shortcode()
    wp-includes/shortcodes.php:273
  10. apply_filters('the_content')
    wp-includes/plugin.php:205
  11. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 3 0,0002
71SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (83922,76815,75124)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. update_postmeta_cache()
    wp-includes/post.php:7783
  3. _prime_post_caches()
    wp-includes/post.php:8173
  4. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  5. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  6. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  7. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  8. pixwell_rbc_fw_feat_2()
    wp-content/themes/pixwell/templates/blocks/fw-feat-2.php:31
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 86 0,0011
72SELECT DISTINCT t.term_id, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('author')
AND tr.object_id IN (83922, 76815, 75124)
ORDER BY tr.term_order ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  5. wp_get_object_terms()
    wp-includes/taxonomy.php:2313
  6. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  7. _prime_post_caches()
    wp-includes/post.php:8179
  8. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  9. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  10. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  11. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  12. pixwell_rbc_fw_feat_2()
    wp-content/themes/pixwell/templates/blocks/fw-feat-2.php:31
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 3 0,0003
73SELECT DISTINCT t.term_id, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format')
AND tr.object_id IN (83922, 76815, 75124)
ORDER BY t.name ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  5. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  6. _prime_post_caches()
    wp-includes/post.php:8179
  7. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  8. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  9. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  10. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  11. pixwell_rbc_fw_feat_2()
    wp-content/themes/pixwell/templates/blocks/fw-feat-2.php:31
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  17. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  18. preg_replace_callback()
    wp-includes/shortcodes.php:434
  19. do_shortcode()
    wp-includes/shortcodes.php:273
  20. apply_filters('the_content')
    wp-includes/plugin.php:205
  21. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 13 0,0003
74SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id IN (16944,16947,16999,16941,16995,16996)
  1. _prime_term_caches()
    wp-includes/taxonomy.php:4111
  2. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:824
  3. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  4. get_terms()
    wp-includes/taxonomy.php:1357
  5. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  6. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  7. _prime_post_caches()
    wp-includes/post.php:8179
  8. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  9. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  10. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  11. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  12. pixwell_rbc_fw_feat_2()
    wp-content/themes/pixwell/templates/blocks/fw-feat-2.php:31
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 6 0,0002
75SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 83922
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:270
  3. get_multiple_authors()
    wp-content/plugins/publishpress-authors/src/functions/legacy-functions.php:34
  4. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:452
  5. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  6. pixwell_post_overlay_1()
    wp-content/themes/pixwell/templates/modules/overlay.php:19
  7. pixwell_rbc_fw_feat_2()
    wp-content/themes/pixwell/templates/blocks/fw-feat-2.php:46
  8. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  9. preg_replace_callback()
    wp-includes/shortcodes.php:434
  10. do_shortcode()
    wp-includes/shortcodes.php:273
  11. apply_filters('the_content')
    wp-includes/plugin.php:205
  12. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
76SELECT te.term_id
FROM wp_termmeta AS te
LEFT JOIN wp_term_taxonomy AS ta
ON (te.term_id = ta.term_id)
WHERE ta.taxonomy = 'author'
AND meta_key='user_id_7'
  1. MultipleAuthors\C\O\Author::get_by_user_id()
    wp-content/plugins/publishpress-authors/src/core/Classes/Objects/Author.php:214
  2. MA_Multiple_Authors->filter_pre_get_avatar_data()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:3528
  3. apply_filters('pre_get_avatar_data')
    wp-includes/plugin.php:205
  4. get_avatar_data()
    wp-includes/link-template.php:4477
  5. get_avatar_url()
    wp-includes/link-template.php:4322
  6. get_avatar()
    wp-includes/pluggable.php:3157
  7. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:464
  8. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  9. pixwell_post_overlay_1()
    wp-content/themes/pixwell/templates/modules/overlay.php:19
  10. pixwell_rbc_fw_feat_2()
    wp-content/themes/pixwell/templates/blocks/fw-feat-2.php:46
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. apply_filters('the_content')
    wp-includes/plugin.php:205
  15. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
77SELECT term_id, meta_key, meta_value
FROM wp_termmeta
WHERE term_id IN (16941,16926,16944,16947,16999,16995,16996)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. WP_Metadata_Lazyloader->lazyload_meta_callback()
    wp-includes/class-wp-metadata-lazyloader.php:193
  3. apply_filters('get_term_metadata')
    wp-includes/plugin.php:205
  4. get_metadata_raw()
    wp-includes/meta.php:647
  5. get_metadata()
    wp-includes/meta.php:586
  6. get_term_meta()
    wp-includes/taxonomy.php:1448
  7. MultipleAuthors\Classes\Author_Utils::author_has_custom_avatar()
    wp-content/plugins/publishpress-authors/src/core/Classes/Author_Utils.php:67
  8. MultipleAuthors\Classes\Author_Utils::get_avatar_url()
    wp-content/plugins/publishpress-authors/src/core/Classes/Author_Utils.php:99
  9. MA_Multiple_Authors->filter_pre_get_avatar_data()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:3543
  10. apply_filters('pre_get_avatar_data')
    wp-includes/plugin.php:205
  11. get_avatar_data()
    wp-includes/link-template.php:4477
  12. get_avatar_url()
    wp-includes/link-template.php:4322
  13. get_avatar()
    wp-includes/pluggable.php:3157
  14. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:464
  15. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  16. pixwell_post_overlay_1()
    wp-content/themes/pixwell/templates/modules/overlay.php:19
  17. pixwell_rbc_fw_feat_2()
    wp-content/themes/pixwell/templates/blocks/fw-feat-2.php:46
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  23. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  24. preg_replace_callback()
    wp-includes/shortcodes.php:434
  25. do_shortcode()
    wp-includes/shortcodes.php:273
  26. apply_filters('the_content')
    wp-includes/plugin.php:205
  27. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 0 0,0001
78SELECT *
FROM wp_posts
WHERE ID = 83928
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:92
  10. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:791
  11. pixwell_post_overlay_1()
    wp-content/themes/pixwell/templates/modules/overlay.php:29
  12. pixwell_rbc_fw_feat_2()
    wp-content/themes/pixwell/templates/blocks/fw-feat-2.php:46
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0001
79SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (83928)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:92
  13. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:791
  14. pixwell_post_overlay_1()
    wp-content/themes/pixwell/templates/modules/overlay.php:29
  15. pixwell_rbc_fw_feat_2()
    wp-content/themes/pixwell/templates/blocks/fw-feat-2.php:46
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
80SELECT *
FROM wp_posts
WHERE ID = 76818
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:92
  10. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:791
  11. pixwell_post_overlay_3()
    wp-content/themes/pixwell/templates/modules/overlay.php:113
  12. pixwell_rbc_fw_feat_2()
    wp-content/themes/pixwell/templates/blocks/fw-feat-2.php:50
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0001
81SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (76818)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:92
  13. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:791
  14. pixwell_post_overlay_3()
    wp-content/themes/pixwell/templates/modules/overlay.php:113
  15. pixwell_rbc_fw_feat_2()
    wp-content/themes/pixwell/templates/blocks/fw-feat-2.php:50
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
82SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 76815
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_is_author_for_post()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:930
  3. MA_Multiple_Authors->filter_map_meta_cap()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:3794
  4. apply_filters('map_meta_cap')
    wp-includes/plugin.php:205
  5. map_meta_cap()
    wp-includes/capabilities.php:876
  6. WP_User->has_cap()
    wp-includes/class-wp-user.php:784
  7. user_can(WP_User (ID: 1),'edit_post',76815)
    wp-includes/capabilities.php:1018
  8. current_user_can('edit_post',76815)
    wp-includes/capabilities.php:911
  9. get_edit_post_link()
    wp-includes/link-template.php:1474
  10. edit_post_link()
    wp-includes/link-template.php:1521
  11. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:792
  12. pixwell_post_overlay_3()
    wp-content/themes/pixwell/templates/modules/overlay.php:113
  13. pixwell_rbc_fw_feat_2()
    wp-content/themes/pixwell/templates/blocks/fw-feat-2.php:50
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  19. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  20. preg_replace_callback()
    wp-includes/shortcodes.php:434
  21. do_shortcode()
    wp-includes/shortcodes.php:273
  22. apply_filters('the_content')
    wp-includes/plugin.php:205
  23. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
83SELECT *
FROM wp_posts
WHERE ID = 75125
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:92
  10. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:791
  11. pixwell_post_overlay_3()
    wp-content/themes/pixwell/templates/modules/overlay.php:113
  12. pixwell_rbc_fw_feat_2()
    wp-content/themes/pixwell/templates/blocks/fw-feat-2.php:54
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0001
84SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (75125)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:92
  13. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:791
  14. pixwell_post_overlay_3()
    wp-content/themes/pixwell/templates/modules/overlay.php:113
  15. pixwell_rbc_fw_feat_2()
    wp-content/themes/pixwell/templates/blocks/fw-feat-2.php:54
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0001
85SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 75124
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_is_author_for_post()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:930
  3. MA_Multiple_Authors->filter_map_meta_cap()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:3794
  4. apply_filters('map_meta_cap')
    wp-includes/plugin.php:205
  5. map_meta_cap()
    wp-includes/capabilities.php:876
  6. WP_User->has_cap()
    wp-includes/class-wp-user.php:784
  7. user_can(WP_User (ID: 1),'edit_post',75124)
    wp-includes/capabilities.php:1018
  8. current_user_can('edit_post',75124)
    wp-includes/capabilities.php:911
  9. get_edit_post_link()
    wp-includes/link-template.php:1474
  10. edit_post_link()
    wp-includes/link-template.php:1521
  11. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:792
  12. pixwell_post_overlay_3()
    wp-content/themes/pixwell/templates/modules/overlay.php:113
  13. pixwell_rbc_fw_feat_2()
    wp-content/themes/pixwell/templates/blocks/fw-feat-2.php:54
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  19. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  20. preg_replace_callback()
    wp-includes/shortcodes.php:434
  21. do_shortcode()
    wp-includes/shortcodes.php:273
  22. apply_filters('the_content')
    wp-includes/plugin.php:205
  23. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
86SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('category')
AND t.term_id IN ( 3924 )
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. WP_Tax_Query->transform_query()
    wp-includes/class-wp-tax-query.php:644
  4. WP_Tax_Query->clean_query()
    wp-includes/class-wp-tax-query.php:581
  5. WP_Tax_Query->get_sql_for_clause()
    wp-includes/class-wp-tax-query.php:395
  6. WP_Tax_Query->get_sql_for_query()
    wp-includes/class-wp-tax-query.php:325
  7. WP_Tax_Query->get_sql_clauses()
    wp-includes/class-wp-tax-query.php:275
  8. WP_Tax_Query->get_sql()
    wp-includes/class-wp-tax-query.php:251
  9. WP_Query->get_posts()
    wp-includes/class-wp-query.php:2298
  10. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  11. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  12. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  13. pixwell_rbc_fw_feat_6()
    wp-content/themes/pixwell/templates/blocks/fw-feat-6.php:30
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  19. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  20. preg_replace_callback()
    wp-includes/shortcodes.php:434
  21. do_shortcode()
    wp-includes/shortcodes.php:273
  22. apply_filters('the_content')
    wp-includes/plugin.php:205
  23. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0001
87SELECT wp_posts.ID
FROM wp_posts
LEFT JOIN wp_term_relationships
ON (wp_posts.ID = wp_term_relationships.object_id)
WHERE 1=1
AND wp_posts.ID NOT IN (75124,76815,83922,84174,84206,84253)
AND ( wp_term_relationships.term_taxonomy_id IN (3924) )
AND wp_posts.post_type = 'post'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_date DESC
LIMIT 0, 4
  1. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3419
  2. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  3. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  4. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  5. pixwell_rbc_fw_feat_6()
    wp-content/themes/pixwell/templates/blocks/fw-feat-6.php:30
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. apply_filters('the_content')
    wp-includes/plugin.php:205
  10. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. apply_filters('the_content')
    wp-includes/plugin.php:205
  15. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0006
88SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (84089,76016,75121,70636)
  1. _prime_post_caches()
    wp-includes/post.php:8164
  2. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  3. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  4. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  5. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  6. pixwell_rbc_fw_feat_6()
    wp-content/themes/pixwell/templates/blocks/fw-feat-6.php:30
  7. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  8. preg_replace_callback()
    wp-includes/shortcodes.php:434
  9. do_shortcode()
    wp-includes/shortcodes.php:273
  10. apply_filters('the_content')
    wp-includes/plugin.php:205
  11. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
89SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (84089,76016,75121,70636)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. update_postmeta_cache()
    wp-includes/post.php:7783
  3. _prime_post_caches()
    wp-includes/post.php:8173
  4. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  5. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  6. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  7. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  8. pixwell_rbc_fw_feat_6()
    wp-content/themes/pixwell/templates/blocks/fw-feat-6.php:30
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 82 0,0005
90SELECT DISTINCT t.term_id, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('author')
AND tr.object_id IN (84089, 76016, 75121, 70636)
ORDER BY tr.term_order ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  5. wp_get_object_terms()
    wp-includes/taxonomy.php:2313
  6. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  7. _prime_post_caches()
    wp-includes/post.php:8179
  8. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  9. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  10. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  11. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  12. pixwell_rbc_fw_feat_6()
    wp-content/themes/pixwell/templates/blocks/fw-feat-6.php:30
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0003
91SELECT DISTINCT t.term_id, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format')
AND tr.object_id IN (84089, 76016, 75121, 70636)
ORDER BY t.name ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  5. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  6. _prime_post_caches()
    wp-includes/post.php:8179
  7. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  8. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  9. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  10. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  11. pixwell_rbc_fw_feat_6()
    wp-content/themes/pixwell/templates/blocks/fw-feat-6.php:30
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  17. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  18. preg_replace_callback()
    wp-includes/shortcodes.php:434
  19. do_shortcode()
    wp-includes/shortcodes.php:273
  20. apply_filters('the_content')
    wp-includes/plugin.php:205
  21. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 11 0,0003
92SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id IN (16958,17108,16959,16957)
  1. _prime_term_caches()
    wp-includes/taxonomy.php:4111
  2. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:824
  3. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  4. get_terms()
    wp-includes/taxonomy.php:1357
  5. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  6. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  7. _prime_post_caches()
    wp-includes/post.php:8179
  8. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  9. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  10. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  11. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  12. pixwell_rbc_fw_feat_6()
    wp-content/themes/pixwell/templates/blocks/fw-feat-6.php:30
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
93SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 84089
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:270
  3. get_multiple_authors()
    wp-content/plugins/publishpress-authors/src/functions/legacy-functions.php:34
  4. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:452
  5. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  6. pixwell_post_overlay_4()
    wp-content/themes/pixwell/templates/modules/overlay.php:141
  7. pixwell_rbc_fw_feat_6()
    wp-content/themes/pixwell/templates/blocks/fw-feat-6.php:44
  8. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  9. preg_replace_callback()
    wp-includes/shortcodes.php:434
  10. do_shortcode()
    wp-includes/shortcodes.php:273
  11. apply_filters('the_content')
    wp-includes/plugin.php:205
  12. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
94SELECT term_id, meta_key, meta_value
FROM wp_termmeta
WHERE term_id IN (17108,16958,16959,16957)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. WP_Metadata_Lazyloader->lazyload_meta_callback()
    wp-includes/class-wp-metadata-lazyloader.php:193
  3. apply_filters('get_term_metadata')
    wp-includes/plugin.php:205
  4. get_metadata_raw()
    wp-includes/meta.php:647
  5. get_metadata()
    wp-includes/meta.php:586
  6. get_term_meta()
    wp-includes/taxonomy.php:1448
  7. MultipleAuthors\Classes\Author_Utils::author_has_custom_avatar()
    wp-content/plugins/publishpress-authors/src/core/Classes/Author_Utils.php:67
  8. MultipleAuthors\Classes\Author_Utils::get_avatar_url()
    wp-content/plugins/publishpress-authors/src/core/Classes/Author_Utils.php:99
  9. MA_Multiple_Authors->filter_pre_get_avatar_data()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:3543
  10. apply_filters('pre_get_avatar_data')
    wp-includes/plugin.php:205
  11. get_avatar_data()
    wp-includes/link-template.php:4477
  12. get_avatar_url()
    wp-includes/link-template.php:4322
  13. get_avatar()
    wp-includes/pluggable.php:3157
  14. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:464
  15. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  16. pixwell_post_overlay_4()
    wp-content/themes/pixwell/templates/modules/overlay.php:141
  17. pixwell_rbc_fw_feat_6()
    wp-content/themes/pixwell/templates/blocks/fw-feat-6.php:44
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  23. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  24. preg_replace_callback()
    wp-includes/shortcodes.php:434
  25. do_shortcode()
    wp-includes/shortcodes.php:273
  26. apply_filters('the_content')
    wp-includes/plugin.php:205
  27. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 0 0,0001
95SELECT *
FROM wp_posts
WHERE ID = 84090
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:92
  10. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:791
  11. pixwell_post_overlay_4()
    wp-content/themes/pixwell/templates/modules/overlay.php:149
  12. pixwell_rbc_fw_feat_6()
    wp-content/themes/pixwell/templates/blocks/fw-feat-6.php:44
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
96SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (84090)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:92
  13. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:791
  14. pixwell_post_overlay_4()
    wp-content/themes/pixwell/templates/modules/overlay.php:149
  15. pixwell_rbc_fw_feat_6()
    wp-content/themes/pixwell/templates/blocks/fw-feat-6.php:44
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
97SELECT *
FROM wp_posts
WHERE ID = 76017
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:92
  10. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:791
  11. pixwell_post_overlay_3()
    wp-content/themes/pixwell/templates/modules/overlay.php:113
  12. pixwell_rbc_fw_feat_6()
    wp-content/themes/pixwell/templates/blocks/fw-feat-6.php:52
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
98SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (76017)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:92
  13. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:791
  14. pixwell_post_overlay_3()
    wp-content/themes/pixwell/templates/modules/overlay.php:113
  15. pixwell_rbc_fw_feat_6()
    wp-content/themes/pixwell/templates/blocks/fw-feat-6.php:52
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
99SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 76016
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_is_author_for_post()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:930
  3. MultipleAuthors\Plugin->allow_coauthors_edit_post()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1706
  4. apply_filters('user_has_cap')
    wp-includes/plugin.php:205
  5. WP_User->has_cap()
    wp-includes/class-wp-user.php:815
  6. user_can(WP_User (ID: 1),'edit_post',76016)
    wp-includes/capabilities.php:1018
  7. current_user_can('edit_post',76016)
    wp-includes/capabilities.php:911
  8. get_edit_post_link()
    wp-includes/link-template.php:1474
  9. edit_post_link()
    wp-includes/link-template.php:1521
  10. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:792
  11. pixwell_post_overlay_3()
    wp-content/themes/pixwell/templates/modules/overlay.php:113
  12. pixwell_rbc_fw_feat_6()
    wp-content/themes/pixwell/templates/blocks/fw-feat-6.php:52
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
100SELECT *
FROM wp_posts
WHERE ID = 75122
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:92
  10. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:791
  11. pixwell_post_overlay_3()
    wp-content/themes/pixwell/templates/modules/overlay.php:113
  12. pixwell_rbc_fw_feat_6()
    wp-content/themes/pixwell/templates/blocks/fw-feat-6.php:52
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
101SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (75122)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:92
  13. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:791
  14. pixwell_post_overlay_3()
    wp-content/themes/pixwell/templates/modules/overlay.php:113
  15. pixwell_rbc_fw_feat_6()
    wp-content/themes/pixwell/templates/blocks/fw-feat-6.php:52
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
102SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 75121
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_is_author_for_post()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:930
  3. MultipleAuthors\Plugin->allow_coauthors_edit_post()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1706
  4. apply_filters('user_has_cap')
    wp-includes/plugin.php:205
  5. WP_User->has_cap()
    wp-includes/class-wp-user.php:815
  6. user_can(WP_User (ID: 1),'edit_post',75121)
    wp-includes/capabilities.php:1018
  7. current_user_can('edit_post',75121)
    wp-includes/capabilities.php:911
  8. get_edit_post_link()
    wp-includes/link-template.php:1474
  9. edit_post_link()
    wp-includes/link-template.php:1521
  10. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:792
  11. pixwell_post_overlay_3()
    wp-content/themes/pixwell/templates/modules/overlay.php:113
  12. pixwell_rbc_fw_feat_6()
    wp-content/themes/pixwell/templates/blocks/fw-feat-6.php:52
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
103SELECT *
FROM wp_posts
WHERE ID = 70642
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:92
  10. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:791
  11. pixwell_post_overlay_3()
    wp-content/themes/pixwell/templates/modules/overlay.php:113
  12. pixwell_rbc_fw_feat_6()
    wp-content/themes/pixwell/templates/blocks/fw-feat-6.php:52
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
104SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (70642)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:92
  13. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:791
  14. pixwell_post_overlay_3()
    wp-content/themes/pixwell/templates/modules/overlay.php:113
  15. pixwell_rbc_fw_feat_6()
    wp-content/themes/pixwell/templates/blocks/fw-feat-6.php:52
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
105SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 70636
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_is_author_for_post()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:930
  3. MultipleAuthors\Plugin->allow_coauthors_edit_post()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1706
  4. apply_filters('user_has_cap')
    wp-includes/plugin.php:205
  5. WP_User->has_cap()
    wp-includes/class-wp-user.php:815
  6. user_can(WP_User (ID: 1),'edit_post',70636)
    wp-includes/capabilities.php:1018
  7. current_user_can('edit_post',70636)
    wp-includes/capabilities.php:911
  8. get_edit_post_link()
    wp-includes/link-template.php:1474
  9. edit_post_link()
    wp-includes/link-template.php:1521
  10. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:792
  11. pixwell_post_overlay_3()
    wp-content/themes/pixwell/templates/modules/overlay.php:113
  12. pixwell_rbc_fw_feat_6()
    wp-content/themes/pixwell/templates/blocks/fw-feat-6.php:52
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
106SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('category')
AND t.term_id IN ( 3915,3916 )
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. WP_Tax_Query->transform_query()
    wp-includes/class-wp-tax-query.php:644
  4. WP_Tax_Query->clean_query()
    wp-includes/class-wp-tax-query.php:581
  5. WP_Tax_Query->get_sql_for_clause()
    wp-includes/class-wp-tax-query.php:395
  6. WP_Tax_Query->get_sql_for_query()
    wp-includes/class-wp-tax-query.php:325
  7. WP_Tax_Query->get_sql_clauses()
    wp-includes/class-wp-tax-query.php:275
  8. WP_Tax_Query->get_sql()
    wp-includes/class-wp-tax-query.php:251
  9. WP_Query->get_posts()
    wp-includes/class-wp-query.php:2298
  10. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  11. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  12. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  13. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:30
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  19. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  20. preg_replace_callback()
    wp-includes/shortcodes.php:434
  21. do_shortcode()
    wp-includes/shortcodes.php:273
  22. apply_filters('the_content')
    wp-includes/plugin.php:205
  23. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 2 0,0002
107SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
LEFT JOIN wp_term_relationships
ON (wp_posts.ID = wp_term_relationships.object_id)
WHERE 1=1
AND wp_posts.ID NOT IN (70636,75121,75124,76016,76815,83922,84089,84174,84206,84253)
AND ( wp_term_relationships.term_taxonomy_id IN (3915,3916) )
AND wp_posts.post_type = 'post'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_date DESC
LIMIT 0, 6
  1. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3419
  2. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  3. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  4. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  5. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:30
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. apply_filters('the_content')
    wp-includes/plugin.php:205
  10. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. apply_filters('the_content')
    wp-includes/plugin.php:205
  15. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 6 0,0096
108SELECT FOUND_ROWS()
  1. WP_Query->set_found_posts()
    wp-includes/class-wp-query.php:3693
  2. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3423
  3. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  4. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  5. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  6. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:30
  7. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  8. preg_replace_callback()
    wp-includes/shortcodes.php:434
  9. do_shortcode()
    wp-includes/shortcodes.php:273
  10. apply_filters('the_content')
    wp-includes/plugin.php:205
  11. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0001
109SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (81289,80325,75169,75105,70576,70568)
  1. _prime_post_caches()
    wp-includes/post.php:8164
  2. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  3. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  4. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  5. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  6. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:30
  7. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  8. preg_replace_callback()
    wp-includes/shortcodes.php:434
  9. do_shortcode()
    wp-includes/shortcodes.php:273
  10. apply_filters('the_content')
    wp-includes/plugin.php:205
  11. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 6 0,0002
110SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (81289,80325,75169,75105,70576,70568)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. update_postmeta_cache()
    wp-includes/post.php:7783
  3. _prime_post_caches()
    wp-includes/post.php:8173
  4. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  5. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  6. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  7. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  8. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:30
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 125 0,0007
111SELECT DISTINCT t.term_id, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('author')
AND tr.object_id IN (81289, 80325, 75169, 75105, 70576, 70568)
ORDER BY tr.term_order ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  5. wp_get_object_terms()
    wp-includes/taxonomy.php:2313
  6. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  7. _prime_post_caches()
    wp-includes/post.php:8179
  8. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  9. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  10. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  11. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  12. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:30
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 6 0,0003
112SELECT DISTINCT t.term_id, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format')
AND tr.object_id IN (81289, 80325, 75169, 75105, 70576, 70568)
ORDER BY t.name ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  5. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  6. _prime_post_caches()
    wp-includes/post.php:8179
  7. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  8. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  9. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  10. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  11. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:30
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  17. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  18. preg_replace_callback()
    wp-includes/shortcodes.php:434
  19. do_shortcode()
    wp-includes/shortcodes.php:273
  20. apply_filters('the_content')
    wp-includes/plugin.php:205
  21. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 29 0,0003
113SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id IN (16943,16974,17334,17335,17356,16956,17336,17337,16948,16952,16973,17355,16975,17060,16872,17061,17357,17354,16953)
  1. _prime_term_caches()
    wp-includes/taxonomy.php:4111
  2. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:824
  3. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  4. get_terms()
    wp-includes/taxonomy.php:1357
  5. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  6. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  7. _prime_post_caches()
    wp-includes/post.php:8179
  8. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  9. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  10. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  11. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  12. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:30
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 19 0,0003
114SELECT *
FROM wp_posts
WHERE ID = 81400
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_grid_6()
    wp-content/themes/pixwell/templates/modules/grid.php:280
  11. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:44
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  17. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  18. preg_replace_callback()
    wp-includes/shortcodes.php:434
  19. do_shortcode()
    wp-includes/shortcodes.php:273
  20. apply_filters('the_content')
    wp-includes/plugin.php:205
  21. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
115SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (81400)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_grid_6()
    wp-content/themes/pixwell/templates/modules/grid.php:280
  14. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:44
  15. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  16. preg_replace_callback()
    wp-includes/shortcodes.php:434
  17. do_shortcode()
    wp-includes/shortcodes.php:273
  18. apply_filters('the_content')
    wp-includes/plugin.php:205
  19. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  20. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  21. preg_replace_callback()
    wp-includes/shortcodes.php:434
  22. do_shortcode()
    wp-includes/shortcodes.php:273
  23. apply_filters('the_content')
    wp-includes/plugin.php:205
  24. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
116SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 81289
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_is_author_for_post()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:930
  3. MA_Multiple_Authors->filter_map_meta_cap()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:3794
  4. apply_filters('map_meta_cap')
    wp-includes/plugin.php:205
  5. map_meta_cap()
    wp-includes/capabilities.php:876
  6. WP_User->has_cap()
    wp-includes/class-wp-user.php:784
  7. user_can(WP_User (ID: 1),'edit_post',81289)
    wp-includes/capabilities.php:1018
  8. current_user_can('edit_post',81289)
    wp-includes/capabilities.php:911
  9. get_edit_post_link()
    wp-includes/link-template.php:1474
  10. edit_post_link()
    wp-includes/link-template.php:1521
  11. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:792
  12. pixwell_post_grid_6()
    wp-content/themes/pixwell/templates/modules/grid.php:293
  13. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:44
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  19. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  20. preg_replace_callback()
    wp-includes/shortcodes.php:434
  21. do_shortcode()
    wp-includes/shortcodes.php:273
  22. apply_filters('the_content')
    wp-includes/plugin.php:205
  23. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
117SELECT *
FROM wp_posts
WHERE ID = 80330
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_grid_6()
    wp-content/themes/pixwell/templates/modules/grid.php:280
  11. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:44
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  17. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  18. preg_replace_callback()
    wp-includes/shortcodes.php:434
  19. do_shortcode()
    wp-includes/shortcodes.php:273
  20. apply_filters('the_content')
    wp-includes/plugin.php:205
  21. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
118SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (80330)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_grid_6()
    wp-content/themes/pixwell/templates/modules/grid.php:280
  14. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:44
  15. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  16. preg_replace_callback()
    wp-includes/shortcodes.php:434
  17. do_shortcode()
    wp-includes/shortcodes.php:273
  18. apply_filters('the_content')
    wp-includes/plugin.php:205
  19. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  20. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  21. preg_replace_callback()
    wp-includes/shortcodes.php:434
  22. do_shortcode()
    wp-includes/shortcodes.php:273
  23. apply_filters('the_content')
    wp-includes/plugin.php:205
  24. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
119SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 80325
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_is_author_for_post()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:930
  3. MA_Multiple_Authors->filter_map_meta_cap()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:3794
  4. apply_filters('map_meta_cap')
    wp-includes/plugin.php:205
  5. map_meta_cap()
    wp-includes/capabilities.php:876
  6. WP_User->has_cap()
    wp-includes/class-wp-user.php:784
  7. user_can(WP_User (ID: 1),'edit_post',80325)
    wp-includes/capabilities.php:1018
  8. current_user_can('edit_post',80325)
    wp-includes/capabilities.php:911
  9. get_edit_post_link()
    wp-includes/link-template.php:1474
  10. edit_post_link()
    wp-includes/link-template.php:1521
  11. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:792
  12. pixwell_post_grid_6()
    wp-content/themes/pixwell/templates/modules/grid.php:293
  13. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:44
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  19. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  20. preg_replace_callback()
    wp-includes/shortcodes.php:434
  21. do_shortcode()
    wp-includes/shortcodes.php:273
  22. apply_filters('the_content')
    wp-includes/plugin.php:205
  23. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
120SELECT *
FROM wp_posts
WHERE ID = 75176
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_grid_6()
    wp-content/themes/pixwell/templates/modules/grid.php:280
  11. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:44
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  17. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  18. preg_replace_callback()
    wp-includes/shortcodes.php:434
  19. do_shortcode()
    wp-includes/shortcodes.php:273
  20. apply_filters('the_content')
    wp-includes/plugin.php:205
  21. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0001
121SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (75176)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_grid_6()
    wp-content/themes/pixwell/templates/modules/grid.php:280
  14. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:44
  15. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  16. preg_replace_callback()
    wp-includes/shortcodes.php:434
  17. do_shortcode()
    wp-includes/shortcodes.php:273
  18. apply_filters('the_content')
    wp-includes/plugin.php:205
  19. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  20. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  21. preg_replace_callback()
    wp-includes/shortcodes.php:434
  22. do_shortcode()
    wp-includes/shortcodes.php:273
  23. apply_filters('the_content')
    wp-includes/plugin.php:205
  24. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0001
122SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 75169
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_is_author_for_post()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:930
  3. MA_Multiple_Authors->filter_map_meta_cap()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:3794
  4. apply_filters('map_meta_cap')
    wp-includes/plugin.php:205
  5. map_meta_cap()
    wp-includes/capabilities.php:876
  6. WP_User->has_cap()
    wp-includes/class-wp-user.php:784
  7. user_can(WP_User (ID: 1),'edit_post',75169)
    wp-includes/capabilities.php:1018
  8. current_user_can('edit_post',75169)
    wp-includes/capabilities.php:911
  9. get_edit_post_link()
    wp-includes/link-template.php:1474
  10. edit_post_link()
    wp-includes/link-template.php:1521
  11. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:792
  12. pixwell_post_grid_6()
    wp-content/themes/pixwell/templates/modules/grid.php:293
  13. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:44
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  19. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  20. preg_replace_callback()
    wp-includes/shortcodes.php:434
  21. do_shortcode()
    wp-includes/shortcodes.php:273
  22. apply_filters('the_content')
    wp-includes/plugin.php:205
  23. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
123SELECT *
FROM wp_posts
WHERE ID = 75106
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_grid_6()
    wp-content/themes/pixwell/templates/modules/grid.php:280
  11. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:44
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  17. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  18. preg_replace_callback()
    wp-includes/shortcodes.php:434
  19. do_shortcode()
    wp-includes/shortcodes.php:273
  20. apply_filters('the_content')
    wp-includes/plugin.php:205
  21. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0001
124SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (75106)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_grid_6()
    wp-content/themes/pixwell/templates/modules/grid.php:280
  14. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:44
  15. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  16. preg_replace_callback()
    wp-includes/shortcodes.php:434
  17. do_shortcode()
    wp-includes/shortcodes.php:273
  18. apply_filters('the_content')
    wp-includes/plugin.php:205
  19. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  20. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  21. preg_replace_callback()
    wp-includes/shortcodes.php:434
  22. do_shortcode()
    wp-includes/shortcodes.php:273
  23. apply_filters('the_content')
    wp-includes/plugin.php:205
  24. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
125SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 75105
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_is_author_for_post()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:930
  3. MA_Multiple_Authors->filter_map_meta_cap()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:3794
  4. apply_filters('map_meta_cap')
    wp-includes/plugin.php:205
  5. map_meta_cap()
    wp-includes/capabilities.php:876
  6. WP_User->has_cap()
    wp-includes/class-wp-user.php:784
  7. user_can(WP_User (ID: 1),'edit_post',75105)
    wp-includes/capabilities.php:1018
  8. current_user_can('edit_post',75105)
    wp-includes/capabilities.php:911
  9. get_edit_post_link()
    wp-includes/link-template.php:1474
  10. edit_post_link()
    wp-includes/link-template.php:1521
  11. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:792
  12. pixwell_post_grid_6()
    wp-content/themes/pixwell/templates/modules/grid.php:293
  13. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:44
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  19. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  20. preg_replace_callback()
    wp-includes/shortcodes.php:434
  21. do_shortcode()
    wp-includes/shortcodes.php:273
  22. apply_filters('the_content')
    wp-includes/plugin.php:205
  23. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
126SELECT *
FROM wp_posts
WHERE ID = 70579
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_grid_6()
    wp-content/themes/pixwell/templates/modules/grid.php:280
  11. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:44
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  17. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  18. preg_replace_callback()
    wp-includes/shortcodes.php:434
  19. do_shortcode()
    wp-includes/shortcodes.php:273
  20. apply_filters('the_content')
    wp-includes/plugin.php:205
  21. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0001
127SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (70579)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_grid_6()
    wp-content/themes/pixwell/templates/modules/grid.php:280
  14. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:44
  15. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  16. preg_replace_callback()
    wp-includes/shortcodes.php:434
  17. do_shortcode()
    wp-includes/shortcodes.php:273
  18. apply_filters('the_content')
    wp-includes/plugin.php:205
  19. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  20. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  21. preg_replace_callback()
    wp-includes/shortcodes.php:434
  22. do_shortcode()
    wp-includes/shortcodes.php:273
  23. apply_filters('the_content')
    wp-includes/plugin.php:205
  24. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 3 0,0002
128SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 70576
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_is_author_for_post()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:930
  3. MA_Multiple_Authors->filter_map_meta_cap()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:3794
  4. apply_filters('map_meta_cap')
    wp-includes/plugin.php:205
  5. map_meta_cap()
    wp-includes/capabilities.php:876
  6. WP_User->has_cap()
    wp-includes/class-wp-user.php:784
  7. user_can(WP_User (ID: 1),'edit_post',70576)
    wp-includes/capabilities.php:1018
  8. current_user_can('edit_post',70576)
    wp-includes/capabilities.php:911
  9. get_edit_post_link()
    wp-includes/link-template.php:1474
  10. edit_post_link()
    wp-includes/link-template.php:1521
  11. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:792
  12. pixwell_post_grid_6()
    wp-content/themes/pixwell/templates/modules/grid.php:293
  13. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:44
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  19. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  20. preg_replace_callback()
    wp-includes/shortcodes.php:434
  21. do_shortcode()
    wp-includes/shortcodes.php:273
  22. apply_filters('the_content')
    wp-includes/plugin.php:205
  23. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
129SELECT *
FROM wp_posts
WHERE ID = 70569
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_grid_6()
    wp-content/themes/pixwell/templates/modules/grid.php:280
  11. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:44
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  17. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  18. preg_replace_callback()
    wp-includes/shortcodes.php:434
  19. do_shortcode()
    wp-includes/shortcodes.php:273
  20. apply_filters('the_content')
    wp-includes/plugin.php:205
  21. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0001
130SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (70569)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_grid_6()
    wp-content/themes/pixwell/templates/modules/grid.php:280
  14. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:44
  15. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  16. preg_replace_callback()
    wp-includes/shortcodes.php:434
  17. do_shortcode()
    wp-includes/shortcodes.php:273
  18. apply_filters('the_content')
    wp-includes/plugin.php:205
  19. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  20. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  21. preg_replace_callback()
    wp-includes/shortcodes.php:434
  22. do_shortcode()
    wp-includes/shortcodes.php:273
  23. apply_filters('the_content')
    wp-includes/plugin.php:205
  24. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 3 0,0002
131SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 70568
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_is_author_for_post()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:930
  3. MA_Multiple_Authors->filter_map_meta_cap()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:3794
  4. apply_filters('map_meta_cap')
    wp-includes/plugin.php:205
  5. map_meta_cap()
    wp-includes/capabilities.php:876
  6. WP_User->has_cap()
    wp-includes/class-wp-user.php:784
  7. user_can(WP_User (ID: 1),'edit_post',70568)
    wp-includes/capabilities.php:1018
  8. current_user_can('edit_post',70568)
    wp-includes/capabilities.php:911
  9. get_edit_post_link()
    wp-includes/link-template.php:1474
  10. edit_post_link()
    wp-includes/link-template.php:1521
  11. pixwell_post_thumb()
    wp-content/themes/pixwell/templates/post-elements.php:792
  12. pixwell_post_grid_6()
    wp-content/themes/pixwell/templates/modules/grid.php:293
  13. pixwell_rbc_fw_feat_12()
    wp-content/themes/pixwell/templates/blocks/fw-feat-12.php:44
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  19. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  20. preg_replace_callback()
    wp-includes/shortcodes.php:434
  21. do_shortcode()
    wp-includes/shortcodes.php:273
  22. apply_filters('the_content')
    wp-includes/plugin.php:205
  23. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
132SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('category')
AND t.term_id IN ( 3917 )
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. WP_Tax_Query->transform_query()
    wp-includes/class-wp-tax-query.php:644
  4. WP_Tax_Query->clean_query()
    wp-includes/class-wp-tax-query.php:581
  5. WP_Tax_Query->get_sql_for_clause()
    wp-includes/class-wp-tax-query.php:395
  6. WP_Tax_Query->get_sql_for_query()
    wp-includes/class-wp-tax-query.php:325
  7. WP_Tax_Query->get_sql_clauses()
    wp-includes/class-wp-tax-query.php:275
  8. WP_Tax_Query->get_sql()
    wp-includes/class-wp-tax-query.php:251
  9. WP_Query->get_posts()
    wp-includes/class-wp-query.php:2298
  10. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  11. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  12. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  13. pixwell_rbc_fw_grid_3()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:38
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  19. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  20. preg_replace_callback()
    wp-includes/shortcodes.php:434
  21. do_shortcode()
    wp-includes/shortcodes.php:273
  22. apply_filters('the_content')
    wp-includes/plugin.php:205
  23. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
133SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
LEFT JOIN wp_term_relationships
ON (wp_posts.ID = wp_term_relationships.object_id)
WHERE 1=1
AND wp_posts.ID NOT IN (70568,70576,70636,75105,75121,75124,75169,76016,76815,80325,81289,83922,84089,84174,84206,84253)
AND ( wp_term_relationships.term_taxonomy_id IN (3917) )
AND wp_posts.post_type = 'post'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_date DESC
LIMIT 0, 4
  1. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3419
  2. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  3. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  4. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  5. pixwell_rbc_fw_grid_3()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:38
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. apply_filters('the_content')
    wp-includes/plugin.php:205
  10. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. apply_filters('the_content')
    wp-includes/plugin.php:205
  15. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0056
134SELECT FOUND_ROWS()
  1. WP_Query->set_found_posts()
    wp-includes/class-wp-query.php:3693
  2. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3423
  3. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  4. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  5. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  6. pixwell_rbc_fw_grid_3()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:38
  7. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  8. preg_replace_callback()
    wp-includes/shortcodes.php:434
  9. do_shortcode()
    wp-includes/shortcodes.php:273
  10. apply_filters('the_content')
    wp-includes/plugin.php:205
  11. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0001
135SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (75134,74193,60026)
  1. _prime_post_caches()
    wp-includes/post.php:8164
  2. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  3. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  4. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  5. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  6. pixwell_rbc_fw_grid_3()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:38
  7. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  8. preg_replace_callback()
    wp-includes/shortcodes.php:434
  9. do_shortcode()
    wp-includes/shortcodes.php:273
  10. apply_filters('the_content')
    wp-includes/plugin.php:205
  11. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 3 0,0002
136SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (75134,74193,60143,60026)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. update_postmeta_cache()
    wp-includes/post.php:7783
  3. _prime_post_caches()
    wp-includes/post.php:8173
  4. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  5. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  6. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  7. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  8. pixwell_rbc_fw_grid_3()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:38
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 112 0,0015
137SELECT DISTINCT t.term_id, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('author')
AND tr.object_id IN (75134, 74193, 60143, 60026)
ORDER BY tr.term_order ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  5. wp_get_object_terms()
    wp-includes/taxonomy.php:2313
  6. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  7. _prime_post_caches()
    wp-includes/post.php:8179
  8. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  9. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  10. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  11. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  12. pixwell_rbc_fw_grid_3()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:38
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0003
138SELECT DISTINCT t.term_id, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format')
AND tr.object_id IN (75134, 74193, 60143, 60026)
ORDER BY t.name ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  5. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  6. _prime_post_caches()
    wp-includes/post.php:8179
  7. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  8. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  9. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  10. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  11. pixwell_rbc_fw_grid_3()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:38
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  17. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  18. preg_replace_callback()
    wp-includes/shortcodes.php:434
  19. do_shortcode()
    wp-includes/shortcodes.php:273
  20. apply_filters('the_content')
    wp-includes/plugin.php:205
  21. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 13 0,0003
139SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id IN (16966,17040,17041,17042)
  1. _prime_term_caches()
    wp-includes/taxonomy.php:4111
  2. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:824
  3. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  4. get_terms()
    wp-includes/taxonomy.php:1357
  5. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  6. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  7. _prime_post_caches()
    wp-includes/post.php:8179
  8. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  9. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  10. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  11. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  12. pixwell_rbc_fw_grid_3()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:38
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0003
140SELECT *
FROM wp_posts
WHERE ID = 75135
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_grid_3()
    wp-content/themes/pixwell/templates/modules/grid.php:115
  11. pixwell_rbc_fw_grid_3_listing()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:69
  12. pixwell_rbc_fw_grid_3()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:46
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0001
141SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (75135)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_grid_3()
    wp-content/themes/pixwell/templates/modules/grid.php:115
  14. pixwell_rbc_fw_grid_3_listing()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:69
  15. pixwell_rbc_fw_grid_3()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:46
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
142SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 75134
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:270
  3. get_multiple_authors()
    wp-content/plugins/publishpress-authors/src/functions/legacy-functions.php:34
  4. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:452
  5. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  6. pixwell_post_grid_3()
    wp-content/themes/pixwell/templates/modules/grid.php:118
  7. pixwell_rbc_fw_grid_3_listing()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:69
  8. pixwell_rbc_fw_grid_3()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:46
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
143SELECT term_id, meta_key, meta_value
FROM wp_termmeta
WHERE term_id IN (17356,17355,17357,17354,17334,17335,17336,17337,16973,16956,17060,17061,16943,16974,16975,16952,16872,16953,16948,17040,17041,17042,16966)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. WP_Metadata_Lazyloader->lazyload_meta_callback()
    wp-includes/class-wp-metadata-lazyloader.php:193
  3. apply_filters('get_term_metadata')
    wp-includes/plugin.php:205
  4. get_metadata_raw()
    wp-includes/meta.php:647
  5. get_metadata()
    wp-includes/meta.php:586
  6. get_term_meta()
    wp-includes/taxonomy.php:1448
  7. MultipleAuthors\Classes\Author_Utils::author_has_custom_avatar()
    wp-content/plugins/publishpress-authors/src/core/Classes/Author_Utils.php:67
  8. MultipleAuthors\Classes\Author_Utils::get_avatar_url()
    wp-content/plugins/publishpress-authors/src/core/Classes/Author_Utils.php:99
  9. MA_Multiple_Authors->filter_pre_get_avatar_data()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:3543
  10. apply_filters('pre_get_avatar_data')
    wp-includes/plugin.php:205
  11. get_avatar_data()
    wp-includes/link-template.php:4477
  12. get_avatar_url()
    wp-includes/link-template.php:4322
  13. get_avatar()
    wp-includes/pluggable.php:3157
  14. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:464
  15. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  16. pixwell_post_grid_3()
    wp-content/themes/pixwell/templates/modules/grid.php:118
  17. pixwell_rbc_fw_grid_3_listing()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:69
  18. pixwell_rbc_fw_grid_3()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:46
  19. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  20. preg_replace_callback()
    wp-includes/shortcodes.php:434
  21. do_shortcode()
    wp-includes/shortcodes.php:273
  22. apply_filters('the_content')
    wp-includes/plugin.php:205
  23. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  24. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  25. preg_replace_callback()
    wp-includes/shortcodes.php:434
  26. do_shortcode()
    wp-includes/shortcodes.php:273
  27. apply_filters('the_content')
    wp-includes/plugin.php:205
  28. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 0 0,0003
144SELECT *
FROM wp_posts
WHERE ID = 74988
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_grid_3()
    wp-content/themes/pixwell/templates/modules/grid.php:115
  11. pixwell_rbc_fw_grid_3_listing()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:69
  12. pixwell_rbc_fw_grid_3()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:46
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
145SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (74988)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_grid_3()
    wp-content/themes/pixwell/templates/modules/grid.php:115
  14. pixwell_rbc_fw_grid_3_listing()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:69
  15. pixwell_rbc_fw_grid_3()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:46
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0004
146SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 74193
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:270
  3. get_multiple_authors()
    wp-content/plugins/publishpress-authors/src/functions/legacy-functions.php:34
  4. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:452
  5. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  6. pixwell_post_grid_3()
    wp-content/themes/pixwell/templates/modules/grid.php:118
  7. pixwell_rbc_fw_grid_3_listing()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:69
  8. pixwell_rbc_fw_grid_3()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:46
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0003
147SELECT *
FROM wp_posts
WHERE ID = 60146
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_grid_3()
    wp-content/themes/pixwell/templates/modules/grid.php:115
  11. pixwell_rbc_fw_grid_3_listing()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:69
  12. pixwell_rbc_fw_grid_3()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:46
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
148SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (60146)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_grid_3()
    wp-content/themes/pixwell/templates/modules/grid.php:115
  14. pixwell_rbc_fw_grid_3_listing()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:69
  15. pixwell_rbc_fw_grid_3()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:46
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 3 0,0002
149SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 60143
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:270
  3. get_multiple_authors()
    wp-content/plugins/publishpress-authors/src/functions/legacy-functions.php:34
  4. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:452
  5. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  6. pixwell_post_grid_3()
    wp-content/themes/pixwell/templates/modules/grid.php:118
  7. pixwell_rbc_fw_grid_3_listing()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:69
  8. pixwell_rbc_fw_grid_3()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:46
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
150SELECT *
FROM wp_posts
WHERE ID = 60029
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_grid_3()
    wp-content/themes/pixwell/templates/modules/grid.php:115
  11. pixwell_rbc_fw_grid_3_listing()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:69
  12. pixwell_rbc_fw_grid_3()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:46
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
151SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (60029)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_grid_3()
    wp-content/themes/pixwell/templates/modules/grid.php:115
  14. pixwell_rbc_fw_grid_3_listing()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:69
  15. pixwell_rbc_fw_grid_3()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:46
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 3 0,0002
152SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 60026
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:270
  3. get_multiple_authors()
    wp-content/plugins/publishpress-authors/src/functions/legacy-functions.php:34
  4. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:452
  5. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  6. pixwell_post_grid_3()
    wp-content/themes/pixwell/templates/modules/grid.php:118
  7. pixwell_rbc_fw_grid_3_listing()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:69
  8. pixwell_rbc_fw_grid_3()
    wp-content/themes/pixwell/templates/blocks/fw-grid-3.php:46
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
153SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('category')
AND t.term_id IN ( 3918 )
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. WP_Tax_Query->transform_query()
    wp-includes/class-wp-tax-query.php:644
  4. WP_Tax_Query->clean_query()
    wp-includes/class-wp-tax-query.php:581
  5. WP_Tax_Query->get_sql_for_clause()
    wp-includes/class-wp-tax-query.php:395
  6. WP_Tax_Query->get_sql_for_query()
    wp-includes/class-wp-tax-query.php:325
  7. WP_Tax_Query->get_sql_clauses()
    wp-includes/class-wp-tax-query.php:275
  8. WP_Tax_Query->get_sql()
    wp-includes/class-wp-tax-query.php:251
  9. WP_Query->get_posts()
    wp-includes/class-wp-query.php:2298
  10. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  11. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  12. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  13. pixwell_rbc_fw_grid_1()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:60
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  19. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  20. preg_replace_callback()
    wp-includes/shortcodes.php:434
  21. do_shortcode()
    wp-includes/shortcodes.php:273
  22. apply_filters('the_content')
    wp-includes/plugin.php:205
  23. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0001
154SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
LEFT JOIN wp_term_relationships
ON (wp_posts.ID = wp_term_relationships.object_id)
WHERE 1=1
AND wp_posts.ID NOT IN (60026,60143,70568,70576,70636,74193,75105,75121,75124,75134,75169,76016,76815,80325,81289,83922,84089,84174,84206,84253)
AND ( wp_term_relationships.term_taxonomy_id IN (3918) )
AND wp_posts.post_type = 'post'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_date DESC
LIMIT 0, 3
  1. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3419
  2. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  3. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  4. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  5. pixwell_rbc_fw_grid_1()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:60
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. apply_filters('the_content')
    wp-includes/plugin.php:205
  10. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. apply_filters('the_content')
    wp-includes/plugin.php:205
  15. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 3 0,0008
155SELECT FOUND_ROWS()
  1. WP_Query->set_found_posts()
    wp-includes/class-wp-query.php:3693
  2. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3423
  3. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  4. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  5. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  6. pixwell_rbc_fw_grid_1()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:60
  7. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  8. preg_replace_callback()
    wp-includes/shortcodes.php:434
  9. do_shortcode()
    wp-includes/shortcodes.php:273
  10. apply_filters('the_content')
    wp-includes/plugin.php:205
  11. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0001
156SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (60032,59943,59925)
  1. _prime_post_caches()
    wp-includes/post.php:8164
  2. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  3. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  4. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  5. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  6. pixwell_rbc_fw_grid_1()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:60
  7. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  8. preg_replace_callback()
    wp-includes/shortcodes.php:434
  9. do_shortcode()
    wp-includes/shortcodes.php:273
  10. apply_filters('the_content')
    wp-includes/plugin.php:205
  11. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 3 0,0002
157SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (60032,59943,59925)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. update_postmeta_cache()
    wp-includes/post.php:7783
  3. _prime_post_caches()
    wp-includes/post.php:8173
  4. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  5. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  6. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  7. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  8. pixwell_rbc_fw_grid_1()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:60
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 102 0,0004
158SELECT DISTINCT t.term_id, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('author')
AND tr.object_id IN (60032, 59943, 59925)
ORDER BY tr.term_order ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  5. wp_get_object_terms()
    wp-includes/taxonomy.php:2313
  6. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  7. _prime_post_caches()
    wp-includes/post.php:8179
  8. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  9. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  10. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  11. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  12. pixwell_rbc_fw_grid_1()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:60
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 3 0,0002
159SELECT DISTINCT t.term_id, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format')
AND tr.object_id IN (60032, 59943, 59925)
ORDER BY t.name ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  5. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  6. _prime_post_caches()
    wp-includes/post.php:8179
  7. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  8. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  9. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  10. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  11. pixwell_rbc_fw_grid_1()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:60
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  17. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  18. preg_replace_callback()
    wp-includes/shortcodes.php:434
  19. do_shortcode()
    wp-includes/shortcodes.php:273
  20. apply_filters('the_content')
    wp-includes/plugin.php:205
  21. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 7 0,0003
160SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id IN (16879,16894)
  1. _prime_term_caches()
    wp-includes/taxonomy.php:4111
  2. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:824
  3. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  4. get_terms()
    wp-includes/taxonomy.php:1357
  5. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  6. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  7. _prime_post_caches()
    wp-includes/post.php:8179
  8. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  9. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  10. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  11. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  12. pixwell_rbc_fw_grid_1()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:60
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 2 0,0002
161SELECT *
FROM wp_posts
WHERE ID = 60035
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_grid_1()
    wp-content/themes/pixwell/templates/modules/grid.php:23
  11. pixwell_rbc_fw_grid_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:103
  12. pixwell_rbc_fw_grid_1()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:70
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
162SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (60035)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_grid_1()
    wp-content/themes/pixwell/templates/modules/grid.php:23
  14. pixwell_rbc_fw_grid_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:103
  15. pixwell_rbc_fw_grid_1()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:70
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 3 0,0002
163SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 60032
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:270
  3. get_multiple_authors()
    wp-content/plugins/publishpress-authors/src/functions/legacy-functions.php:34
  4. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:452
  5. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  6. pixwell_post_grid_1()
    wp-content/themes/pixwell/templates/modules/grid.php:26
  7. pixwell_rbc_fw_grid_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:103
  8. pixwell_rbc_fw_grid_1()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:70
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
164SELECT term_id, meta_key, meta_value
FROM wp_termmeta
WHERE term_id IN (16879,16894)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. WP_Metadata_Lazyloader->lazyload_meta_callback()
    wp-includes/class-wp-metadata-lazyloader.php:193
  3. apply_filters('get_term_metadata')
    wp-includes/plugin.php:205
  4. get_metadata_raw()
    wp-includes/meta.php:647
  5. get_metadata()
    wp-includes/meta.php:586
  6. get_term_meta()
    wp-includes/taxonomy.php:1448
  7. MultipleAuthors\Classes\Author_Utils::author_has_custom_avatar()
    wp-content/plugins/publishpress-authors/src/core/Classes/Author_Utils.php:67
  8. MultipleAuthors\Classes\Author_Utils::get_avatar_url()
    wp-content/plugins/publishpress-authors/src/core/Classes/Author_Utils.php:99
  9. MA_Multiple_Authors->filter_pre_get_avatar_data()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:3543
  10. apply_filters('pre_get_avatar_data')
    wp-includes/plugin.php:205
  11. get_avatar_data()
    wp-includes/link-template.php:4477
  12. get_avatar_url()
    wp-includes/link-template.php:4322
  13. get_avatar()
    wp-includes/pluggable.php:3157
  14. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:464
  15. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  16. pixwell_post_grid_1()
    wp-content/themes/pixwell/templates/modules/grid.php:26
  17. pixwell_rbc_fw_grid_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:103
  18. pixwell_rbc_fw_grid_1()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:70
  19. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  20. preg_replace_callback()
    wp-includes/shortcodes.php:434
  21. do_shortcode()
    wp-includes/shortcodes.php:273
  22. apply_filters('the_content')
    wp-includes/plugin.php:205
  23. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  24. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  25. preg_replace_callback()
    wp-includes/shortcodes.php:434
  26. do_shortcode()
    wp-includes/shortcodes.php:273
  27. apply_filters('the_content')
    wp-includes/plugin.php:205
  28. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 0 0,0002
165SELECT *
FROM wp_posts
WHERE ID = 59947
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_grid_1()
    wp-content/themes/pixwell/templates/modules/grid.php:23
  11. pixwell_rbc_fw_grid_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:103
  12. pixwell_rbc_fw_grid_1()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:70
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
166SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (59947)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_grid_1()
    wp-content/themes/pixwell/templates/modules/grid.php:23
  14. pixwell_rbc_fw_grid_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:103
  15. pixwell_rbc_fw_grid_1()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:70
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
167SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 59943
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:270
  3. get_multiple_authors()
    wp-content/plugins/publishpress-authors/src/functions/legacy-functions.php:34
  4. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:452
  5. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  6. pixwell_post_grid_1()
    wp-content/themes/pixwell/templates/modules/grid.php:26
  7. pixwell_rbc_fw_grid_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:103
  8. pixwell_rbc_fw_grid_1()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:70
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
168SELECT *
FROM wp_posts
WHERE ID = 59929
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_grid_1()
    wp-content/themes/pixwell/templates/modules/grid.php:23
  11. pixwell_rbc_fw_grid_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:103
  12. pixwell_rbc_fw_grid_1()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:70
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
169SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (59929)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_grid_1()
    wp-content/themes/pixwell/templates/modules/grid.php:23
  14. pixwell_rbc_fw_grid_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:103
  15. pixwell_rbc_fw_grid_1()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:70
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
170SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 59925
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:270
  3. get_multiple_authors()
    wp-content/plugins/publishpress-authors/src/functions/legacy-functions.php:34
  4. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:452
  5. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  6. pixwell_post_grid_1()
    wp-content/themes/pixwell/templates/modules/grid.php:26
  7. pixwell_rbc_fw_grid_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:103
  8. pixwell_rbc_fw_grid_1()
    wp-content/themes/pixwell/templates/blocks/fw-grid-1.php:70
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
171SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('category')
AND t.term_id IN ( 3923,3924 )
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. WP_Tax_Query->transform_query()
    wp-includes/class-wp-tax-query.php:644
  4. WP_Tax_Query->clean_query()
    wp-includes/class-wp-tax-query.php:581
  5. WP_Tax_Query->get_sql_for_clause()
    wp-includes/class-wp-tax-query.php:395
  6. WP_Tax_Query->get_sql_for_query()
    wp-includes/class-wp-tax-query.php:325
  7. WP_Tax_Query->get_sql_clauses()
    wp-includes/class-wp-tax-query.php:275
  8. WP_Tax_Query->get_sql()
    wp-includes/class-wp-tax-query.php:251
  9. WP_Query->get_posts()
    wp-includes/class-wp-query.php:2298
  10. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  11. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  12. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  13. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:44
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  19. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  20. preg_replace_callback()
    wp-includes/shortcodes.php:434
  21. do_shortcode()
    wp-includes/shortcodes.php:273
  22. apply_filters('the_content')
    wp-includes/plugin.php:205
  23. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 2 0,0002
172SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
LEFT JOIN wp_term_relationships
ON (wp_posts.ID = wp_term_relationships.object_id)
WHERE 1=1
AND wp_posts.ID NOT IN (59925,59943,60026,60032,60143,70568,70576,70636,74193,75105,75121,75124,75134,75169,76016,76815,80325,81289,83922,84089,84174,84206,84253)
AND ( wp_term_relationships.term_taxonomy_id IN (3923,3924) )
AND wp_posts.post_type = 'post'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_date DESC
LIMIT 0, 4
  1. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3419
  2. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  3. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  4. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  5. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:44
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. apply_filters('the_content')
    wp-includes/plugin.php:205
  10. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. apply_filters('the_content')
    wp-includes/plugin.php:205
  15. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0013
173SELECT FOUND_ROWS()
  1. WP_Query->set_found_posts()
    wp-includes/class-wp-query.php:3693
  2. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3423
  3. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  4. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  5. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  6. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:44
  7. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  8. preg_replace_callback()
    wp-includes/shortcodes.php:434
  9. do_shortcode()
    wp-includes/shortcodes.php:273
  10. apply_filters('the_content')
    wp-includes/plugin.php:205
  11. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0001
174SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (82012,70659,70654,70596)
  1. _prime_post_caches()
    wp-includes/post.php:8164
  2. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  3. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  4. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  5. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  6. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:44
  7. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  8. preg_replace_callback()
    wp-includes/shortcodes.php:434
  9. do_shortcode()
    wp-includes/shortcodes.php:273
  10. apply_filters('the_content')
    wp-includes/plugin.php:205
  11. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
175SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (82012,70659,70654,70596)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. update_postmeta_cache()
    wp-includes/post.php:7783
  3. _prime_post_caches()
    wp-includes/post.php:8173
  4. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  5. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  6. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  7. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  8. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:44
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 76 0,0004
176SELECT DISTINCT t.term_id, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('author')
AND tr.object_id IN (82012, 70659, 70654, 70596)
ORDER BY tr.term_order ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  5. wp_get_object_terms()
    wp-includes/taxonomy.php:2313
  6. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  7. _prime_post_caches()
    wp-includes/post.php:8179
  8. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  9. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  10. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  11. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  12. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:44
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0003
177SELECT DISTINCT t.term_id, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format')
AND tr.object_id IN (82012, 70659, 70654, 70596)
ORDER BY t.name ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  5. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  6. _prime_post_caches()
    wp-includes/post.php:8179
  7. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  8. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  9. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  10. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  11. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:44
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  17. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  18. preg_replace_callback()
    wp-includes/shortcodes.php:434
  19. do_shortcode()
    wp-includes/shortcodes.php:273
  20. apply_filters('the_content')
    wp-includes/plugin.php:205
  21. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 11 0,0003
178SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id IN (16963,17361)
  1. _prime_term_caches()
    wp-includes/taxonomy.php:4111
  2. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:824
  3. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  4. get_terms()
    wp-includes/taxonomy.php:1357
  5. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  6. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  7. _prime_post_caches()
    wp-includes/post.php:8179
  8. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  9. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  10. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  11. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  12. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:44
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 2 0,0002
179SELECT *
FROM wp_posts
WHERE ID = 82026
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:21
  11. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  12. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
180SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (82026)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:21
  14. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  15. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
181SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 82012
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:270
  3. get_multiple_authors()
    wp-content/plugins/publishpress-authors/src/functions/legacy-functions.php:34
  4. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:452
  5. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  6. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:27
  7. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  8. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
182SELECT term_id, meta_key, meta_value
FROM wp_termmeta
WHERE term_id IN (17361,16963)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. WP_Metadata_Lazyloader->lazyload_meta_callback()
    wp-includes/class-wp-metadata-lazyloader.php:193
  3. apply_filters('get_term_metadata')
    wp-includes/plugin.php:205
  4. get_metadata_raw()
    wp-includes/meta.php:647
  5. get_metadata()
    wp-includes/meta.php:586
  6. get_term_meta()
    wp-includes/taxonomy.php:1448
  7. MultipleAuthors\Classes\Author_Utils::author_has_custom_avatar()
    wp-content/plugins/publishpress-authors/src/core/Classes/Author_Utils.php:67
  8. MultipleAuthors\Classes\Author_Utils::get_avatar_url()
    wp-content/plugins/publishpress-authors/src/core/Classes/Author_Utils.php:99
  9. MA_Multiple_Authors->filter_pre_get_avatar_data()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:3543
  10. apply_filters('pre_get_avatar_data')
    wp-includes/plugin.php:205
  11. get_avatar_data()
    wp-includes/link-template.php:4477
  12. get_avatar_url()
    wp-includes/link-template.php:4322
  13. get_avatar()
    wp-includes/pluggable.php:3157
  14. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:464
  15. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  16. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:27
  17. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  18. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  19. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  20. preg_replace_callback()
    wp-includes/shortcodes.php:434
  21. do_shortcode()
    wp-includes/shortcodes.php:273
  22. apply_filters('the_content')
    wp-includes/plugin.php:205
  23. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  24. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  25. preg_replace_callback()
    wp-includes/shortcodes.php:434
  26. do_shortcode()
    wp-includes/shortcodes.php:273
  27. apply_filters('the_content')
    wp-includes/plugin.php:205
  28. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 0 0,0001
183SELECT *
FROM wp_posts
WHERE ID = 70662
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:21
  11. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  12. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
184SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (70662)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:21
  14. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  15. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
185SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 70659
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:270
  3. get_multiple_authors()
    wp-content/plugins/publishpress-authors/src/functions/legacy-functions.php:34
  4. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:452
  5. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  6. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:27
  7. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  8. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
186SELECT *
FROM wp_posts
WHERE ID = 70655
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:21
  11. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  12. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
187SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (70655)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:21
  14. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  15. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
188SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 70654
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:270
  3. get_multiple_authors()
    wp-content/plugins/publishpress-authors/src/functions/legacy-functions.php:34
  4. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:452
  5. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  6. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:27
  7. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  8. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
189SELECT *
FROM wp_posts
WHERE ID = 70600
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:21
  11. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  12. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
190SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (70600)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:21
  14. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  15. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
191SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 70596
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:270
  3. get_multiple_authors()
    wp-content/plugins/publishpress-authors/src/functions/legacy-functions.php:34
  4. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:452
  5. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  6. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:27
  7. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  8. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0003
192SELECT *
FROM wp_posts
WHERE ID = 76011
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image_url()
    wp-includes/media.php:1217
  8. pixwell_module_category()
    wp-content/themes/pixwell/templates/modules/category.php:35
  9. pixwell_rbc_fw_category_2()
    wp-content/themes/pixwell/templates/blocks/fw-category-2.php:36
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. apply_filters('the_content')
    wp-includes/plugin.php:205
  14. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  15. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  16. preg_replace_callback()
    wp-includes/shortcodes.php:434
  17. do_shortcode()
    wp-includes/shortcodes.php:273
  18. apply_filters('the_content')
    wp-includes/plugin.php:205
  19. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0001
193SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (76011)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image_url()
    wp-includes/media.php:1217
  11. pixwell_module_category()
    wp-content/themes/pixwell/templates/modules/category.php:35
  12. pixwell_rbc_fw_category_2()
    wp-content/themes/pixwell/templates/blocks/fw-category-2.php:36
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 6 0,0002
194SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
WHERE 1=1
AND wp_posts.ID NOT IN (59925,59943,60026,60032,60143,70568,70576,70596,70636,70654,70659,74193,75105,75121,75124,75134,75169,76016,76815,80325,81289,82012,83922,84089,84174,84206,84253)
AND wp_posts.post_type = 'post'
AND ((wp_posts.post_status = 'publish'))
ORDER BY wp_posts.post_date DESC
LIMIT 0, 6
  1. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3419
  2. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  3. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  4. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  5. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:43
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. apply_filters('the_content')
    wp-includes/plugin.php:205
  10. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. apply_filters('the_content')
    wp-includes/plugin.php:205
  15. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 6 0,0041
195SELECT FOUND_ROWS()
  1. WP_Query->set_found_posts()
    wp-includes/class-wp-query.php:3693
  2. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3423
  3. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  4. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  5. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  6. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:43
  7. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  8. preg_replace_callback()
    wp-includes/shortcodes.php:434
  9. do_shortcode()
    wp-includes/shortcodes.php:273
  10. apply_filters('the_content')
    wp-includes/plugin.php:205
  11. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0001
196SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (84107,76860,76798,76789,76781,76549)
  1. _prime_post_caches()
    wp-includes/post.php:8164
  2. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  3. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  4. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  5. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  6. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:43
  7. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  8. preg_replace_callback()
    wp-includes/shortcodes.php:434
  9. do_shortcode()
    wp-includes/shortcodes.php:273
  10. apply_filters('the_content')
    wp-includes/plugin.php:205
  11. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 6 0,0003
197SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (84107,76860,76798,76789,76781,76549)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. update_postmeta_cache()
    wp-includes/post.php:7783
  3. _prime_post_caches()
    wp-includes/post.php:8173
  4. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  5. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  6. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  7. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  8. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:43
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 143 0,0010
198SELECT DISTINCT t.term_id, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('author')
AND tr.object_id IN (84107, 76860, 76798, 76789, 76781, 76549)
ORDER BY tr.term_order ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  5. wp_get_object_terms()
    wp-includes/taxonomy.php:2313
  6. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  7. _prime_post_caches()
    wp-includes/post.php:8179
  8. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  9. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  10. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  11. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  12. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:43
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 6 0,0004
199SELECT DISTINCT t.term_id, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format')
AND tr.object_id IN (84107, 76860, 76798, 76789, 76781, 76549)
ORDER BY t.name ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  5. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  6. _prime_post_caches()
    wp-includes/post.php:8179
  7. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  8. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  9. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  10. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  11. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:43
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  17. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  18. preg_replace_callback()
    wp-includes/shortcodes.php:434
  19. do_shortcode()
    wp-includes/shortcodes.php:273
  20. apply_filters('the_content')
    wp-includes/plugin.php:205
  21. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 18 0,0004
200SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id IN (17169,16886,17146,17170,17216,17171,17217,16976,17305,16874)
  1. _prime_term_caches()
    wp-includes/taxonomy.php:4111
  2. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:824
  3. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  4. get_terms()
    wp-includes/taxonomy.php:1357
  5. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  6. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  7. _prime_post_caches()
    wp-includes/post.php:8179
  8. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  9. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  10. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  11. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  12. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:43
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 10 0,0003
201SELECT *
FROM wp_posts
WHERE ID = 84109
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_masonry_1()
    wp-content/themes/pixwell/templates/modules/masonry.php:20
  11. pixwell_rbc_fw_masonry_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:89
  12. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:50
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
202SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (84109)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_masonry_1()
    wp-content/themes/pixwell/templates/modules/masonry.php:20
  14. pixwell_rbc_fw_masonry_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:89
  15. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:50
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
203SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 84107
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:270
  3. get_multiple_authors()
    wp-content/plugins/publishpress-authors/src/functions/legacy-functions.php:34
  4. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:452
  5. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  6. pixwell_post_masonry_1()
    wp-content/themes/pixwell/templates/modules/masonry.php:23
  7. pixwell_rbc_fw_masonry_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:89
  8. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:50
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
204SELECT term_id, meta_key, meta_value
FROM wp_termmeta
WHERE term_id IN (16886,16976,17305,17216,17217,17169,17170,17171,17146,16874)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. WP_Metadata_Lazyloader->lazyload_meta_callback()
    wp-includes/class-wp-metadata-lazyloader.php:193
  3. apply_filters('get_term_metadata')
    wp-includes/plugin.php:205
  4. get_metadata_raw()
    wp-includes/meta.php:647
  5. get_metadata()
    wp-includes/meta.php:586
  6. get_term_meta()
    wp-includes/taxonomy.php:1448
  7. MultipleAuthors\Classes\Author_Utils::author_has_custom_avatar()
    wp-content/plugins/publishpress-authors/src/core/Classes/Author_Utils.php:67
  8. MultipleAuthors\Classes\Author_Utils::get_avatar_url()
    wp-content/plugins/publishpress-authors/src/core/Classes/Author_Utils.php:99
  9. MA_Multiple_Authors->filter_pre_get_avatar_data()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:3543
  10. apply_filters('pre_get_avatar_data')
    wp-includes/plugin.php:205
  11. get_avatar_data()
    wp-includes/link-template.php:4477
  12. get_avatar_url()
    wp-includes/link-template.php:4322
  13. get_avatar()
    wp-includes/pluggable.php:3157
  14. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:464
  15. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  16. pixwell_post_masonry_1()
    wp-content/themes/pixwell/templates/modules/masonry.php:23
  17. pixwell_rbc_fw_masonry_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:89
  18. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:50
  19. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  20. preg_replace_callback()
    wp-includes/shortcodes.php:434
  21. do_shortcode()
    wp-includes/shortcodes.php:273
  22. apply_filters('the_content')
    wp-includes/plugin.php:205
  23. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  24. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  25. preg_replace_callback()
    wp-includes/shortcodes.php:434
  26. do_shortcode()
    wp-includes/shortcodes.php:273
  27. apply_filters('the_content')
    wp-includes/plugin.php:205
  28. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 0 0,0002
205SELECT *
FROM wp_posts
WHERE ID = 76865
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_masonry_1()
    wp-content/themes/pixwell/templates/modules/masonry.php:20
  11. pixwell_rbc_fw_masonry_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:89
  12. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:50
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
206SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (76865)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_masonry_1()
    wp-content/themes/pixwell/templates/modules/masonry.php:20
  14. pixwell_rbc_fw_masonry_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:89
  15. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:50
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
207SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 76860
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:270
  3. get_multiple_authors()
    wp-content/plugins/publishpress-authors/src/functions/legacy-functions.php:34
  4. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:452
  5. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  6. pixwell_post_masonry_1()
    wp-content/themes/pixwell/templates/modules/masonry.php:23
  7. pixwell_rbc_fw_masonry_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:89
  8. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:50
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
208SELECT *
FROM wp_posts
WHERE ID = 76808
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_masonry_1()
    wp-content/themes/pixwell/templates/modules/masonry.php:20
  11. pixwell_rbc_fw_masonry_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:89
  12. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:50
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
209SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (76808)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_masonry_1()
    wp-content/themes/pixwell/templates/modules/masonry.php:20
  14. pixwell_rbc_fw_masonry_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:89
  15. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:50
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
210SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 76798
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:270
  3. get_multiple_authors()
    wp-content/plugins/publishpress-authors/src/functions/legacy-functions.php:34
  4. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:452
  5. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  6. pixwell_post_masonry_1()
    wp-content/themes/pixwell/templates/modules/masonry.php:23
  7. pixwell_rbc_fw_masonry_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:89
  8. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:50
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
211SELECT *
FROM wp_posts
WHERE ID = 76791
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_masonry_1()
    wp-content/themes/pixwell/templates/modules/masonry.php:20
  11. pixwell_rbc_fw_masonry_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:89
  12. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:50
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
212SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (76791)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_masonry_1()
    wp-content/themes/pixwell/templates/modules/masonry.php:20
  14. pixwell_rbc_fw_masonry_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:89
  15. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:50
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 6 0,0002
213SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 76789
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:270
  3. get_multiple_authors()
    wp-content/plugins/publishpress-authors/src/functions/legacy-functions.php:34
  4. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:452
  5. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  6. pixwell_post_masonry_1()
    wp-content/themes/pixwell/templates/modules/masonry.php:23
  7. pixwell_rbc_fw_masonry_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:89
  8. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:50
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
214SELECT *
FROM wp_posts
WHERE ID = 76783
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_masonry_1()
    wp-content/themes/pixwell/templates/modules/masonry.php:20
  11. pixwell_rbc_fw_masonry_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:89
  12. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:50
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
215SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (76783)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_masonry_1()
    wp-content/themes/pixwell/templates/modules/masonry.php:20
  14. pixwell_rbc_fw_masonry_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:89
  15. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:50
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
216SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 76781
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:270
  3. get_multiple_authors()
    wp-content/plugins/publishpress-authors/src/functions/legacy-functions.php:34
  4. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:452
  5. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  6. pixwell_post_masonry_1()
    wp-content/themes/pixwell/templates/modules/masonry.php:23
  7. pixwell_rbc_fw_masonry_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:89
  8. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:50
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0003
217SELECT *
FROM wp_posts
WHERE ID = 76551
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_masonry_1()
    wp-content/themes/pixwell/templates/modules/masonry.php:20
  11. pixwell_rbc_fw_masonry_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:89
  12. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:50
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
218SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (76551)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_masonry_1()
    wp-content/themes/pixwell/templates/modules/masonry.php:20
  14. pixwell_rbc_fw_masonry_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:89
  15. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:50
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
219SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 76549
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:270
  3. get_multiple_authors()
    wp-content/plugins/publishpress-authors/src/functions/legacy-functions.php:34
  4. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:452
  5. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  6. pixwell_post_masonry_1()
    wp-content/themes/pixwell/templates/modules/masonry.php:23
  7. pixwell_rbc_fw_masonry_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:89
  8. pixwell_rbc_fw_masonry_1()
    wp-content/themes/pixwell/templates/blocks/fw-masonry-1.php:50
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
220SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
WHERE 1=1
AND wp_posts.ID NOT IN (59925,59943,60026,60032,60143,70568,70576,70596,70636,70654,70659,74193,75105,75121,75124,75134,75169,76016,76549,76781,76789,76798,76815,76860,80325,81289,82012,83922,84089,84107,84174,84206,84253)
AND wp_posts.post_type = 'post'
AND ((wp_posts.post_status = 'publish'))
ORDER BY wp_posts.post_date DESC
LIMIT 0, 4
  1. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3419
  2. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  3. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  4. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  5. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:44
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. apply_filters('the_content')
    wp-includes/plugin.php:205
  10. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. apply_filters('the_content')
    wp-includes/plugin.php:205
  15. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0040
221SELECT FOUND_ROWS()
  1. WP_Query->set_found_posts()
    wp-includes/class-wp-query.php:3693
  2. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3423
  3. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  4. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  5. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  6. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:44
  7. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  8. preg_replace_callback()
    wp-includes/shortcodes.php:434
  9. do_shortcode()
    wp-includes/shortcodes.php:273
  10. apply_filters('the_content')
    wp-includes/plugin.php:205
  11. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0001
222SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (76032,75976,75109,74091)
  1. _prime_post_caches()
    wp-includes/post.php:8164
  2. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  3. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  4. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  5. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  6. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:44
  7. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  8. preg_replace_callback()
    wp-includes/shortcodes.php:434
  9. do_shortcode()
    wp-includes/shortcodes.php:273
  10. apply_filters('the_content')
    wp-includes/plugin.php:205
  11. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
223SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (76032,75976,75109,74091)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. update_postmeta_cache()
    wp-includes/post.php:7783
  3. _prime_post_caches()
    wp-includes/post.php:8173
  4. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  5. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  6. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  7. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  8. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:44
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 75 0,0008
224SELECT DISTINCT t.term_id, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('author')
AND tr.object_id IN (76032, 75976, 75109, 74091)
ORDER BY tr.term_order ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  5. wp_get_object_terms()
    wp-includes/taxonomy.php:2313
  6. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  7. _prime_post_caches()
    wp-includes/post.php:8179
  8. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  9. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  10. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  11. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  12. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:44
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0004
225SELECT DISTINCT t.term_id, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format')
AND tr.object_id IN (76032, 75976, 75109, 74091)
ORDER BY t.name ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:814
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  5. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  6. _prime_post_caches()
    wp-includes/post.php:8179
  7. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  8. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  9. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  10. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  11. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:44
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. apply_filters('the_content')
    wp-includes/plugin.php:205
  16. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  17. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  18. preg_replace_callback()
    wp-includes/shortcodes.php:434
  19. do_shortcode()
    wp-includes/shortcodes.php:273
  20. apply_filters('the_content')
    wp-includes/plugin.php:205
  21. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 11 0,0003
226SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id IN (16909,17062,16977,16965)
  1. _prime_term_caches()
    wp-includes/taxonomy.php:4111
  2. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:824
  3. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:308
  4. get_terms()
    wp-includes/taxonomy.php:1357
  5. wp_get_object_terms()
    wp-includes/taxonomy.php:2328
  6. update_object_term_cache()
    wp-includes/taxonomy.php:3840
  7. _prime_post_caches()
    wp-includes/post.php:8179
  8. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3424
  9. WP_Query->query()
    wp-includes/class-wp-query.php:3949
  10. WP_Query->__construct()
    wp-includes/class-wp-query.php:4081
  11. pixwell_query()
    wp-content/themes/pixwell/includes/query.php:425
  12. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:44
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0003
227SELECT *
FROM wp_posts
WHERE ID = 76541
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:21
  11. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  12. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0001
228SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (76541)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:21
  14. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  15. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
229SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 76032
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:270
  3. get_multiple_authors()
    wp-content/plugins/publishpress-authors/src/functions/legacy-functions.php:34
  4. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:452
  5. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  6. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:27
  7. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  8. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
230SELECT term_id, meta_key, meta_value
FROM wp_termmeta
WHERE term_id IN (17062,16909,16977,16965)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. WP_Metadata_Lazyloader->lazyload_meta_callback()
    wp-includes/class-wp-metadata-lazyloader.php:193
  3. apply_filters('get_term_metadata')
    wp-includes/plugin.php:205
  4. get_metadata_raw()
    wp-includes/meta.php:647
  5. get_metadata()
    wp-includes/meta.php:586
  6. get_term_meta()
    wp-includes/taxonomy.php:1448
  7. MultipleAuthors\Classes\Author_Utils::author_has_custom_avatar()
    wp-content/plugins/publishpress-authors/src/core/Classes/Author_Utils.php:67
  8. MultipleAuthors\Classes\Author_Utils::get_avatar_url()
    wp-content/plugins/publishpress-authors/src/core/Classes/Author_Utils.php:99
  9. MA_Multiple_Authors->filter_pre_get_avatar_data()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:3543
  10. apply_filters('pre_get_avatar_data')
    wp-includes/plugin.php:205
  11. get_avatar_data()
    wp-includes/link-template.php:4477
  12. get_avatar_url()
    wp-includes/link-template.php:4322
  13. get_avatar()
    wp-includes/pluggable.php:3157
  14. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:464
  15. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  16. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:27
  17. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  18. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  19. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  20. preg_replace_callback()
    wp-includes/shortcodes.php:434
  21. do_shortcode()
    wp-includes/shortcodes.php:273
  22. apply_filters('the_content')
    wp-includes/plugin.php:205
  23. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  24. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  25. preg_replace_callback()
    wp-includes/shortcodes.php:434
  26. do_shortcode()
    wp-includes/shortcodes.php:273
  27. apply_filters('the_content')
    wp-includes/plugin.php:205
  28. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 0 0,0002
231SELECT *
FROM wp_posts
WHERE ID = 75978
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:21
  11. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  12. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
232SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (75978)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:21
  14. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  15. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
233SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 75976
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:270
  3. get_multiple_authors()
    wp-content/plugins/publishpress-authors/src/functions/legacy-functions.php:34
  4. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:452
  5. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  6. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:27
  7. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  8. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
234SELECT *
FROM wp_posts
WHERE ID = 75110
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:21
  11. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  12. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
235SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (75110)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:21
  14. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  15. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
236SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 75109
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:270
  3. get_multiple_authors()
    wp-content/plugins/publishpress-authors/src/functions/legacy-functions.php:34
  4. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:452
  5. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  6. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:27
  7. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  8. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
237SELECT *
FROM wp_posts
WHERE ID = 74092
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1111
  3. wp_attachment_is()
    wp-includes/post.php:7024
  4. wp_attachment_is_image()
    wp-includes/post.php:7083
  5. image_downsize()
    wp-includes/media.php:197
  6. wp_get_attachment_image_src()
    wp-includes/media.php:975
  7. wp_get_attachment_image()
    wp-includes/media.php:1067
  8. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  9. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  10. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:21
  11. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  12. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. apply_filters('the_content')
    wp-includes/plugin.php:205
  17. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. apply_filters('the_content')
    wp-includes/plugin.php:205
  22. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 1 0,0002
238SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (74092)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1189
  2. get_metadata_raw()
    wp-includes/meta.php:659
  3. get_metadata()
    wp-includes/meta.php:586
  4. get_post_meta()
    wp-includes/post.php:2665
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:7030
  7. wp_attachment_is_image()
    wp-includes/post.php:7083
  8. image_downsize()
    wp-includes/media.php:197
  9. wp_get_attachment_image_src()
    wp-includes/media.php:975
  10. wp_get_attachment_image()
    wp-includes/media.php:1067
  11. get_the_post_thumbnail()
    wp-includes/post-thumbnail-template.php:206
  12. pixwell_is_featured_image()
    wp-content/themes/pixwell/includes/posts.php:74
  13. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:21
  14. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  15. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. apply_filters('the_content')
    wp-includes/plugin.php:205
  20. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. apply_filters('the_content')
    wp-includes/plugin.php:205
  25. the_content()
    wp-includes/post-template.php:256
Plugin: pixwell-core 4 0,0002
239SELECT tt.term_id
FROM wp_term_relationships AS tr
INNER JOIN wp_term_taxonomy AS tt
ON (tr.`term_taxonomy_id` = tt.`term_taxonomy_id`)
WHERE tr.object_id = 74091
AND tt.taxonomy = 'author'
ORDER BY tr.term_order
  1. get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:127
  2. publishpress_authors_get_post_authors()
    wp-content/plugins/publishpress-authors/src/functions/template-tags.php:270
  3. get_multiple_authors()
    wp-content/plugins/publishpress-authors/src/functions/legacy-functions.php:34
  4. pixwell_post_meta_author()
    wp-content/themes/pixwell/templates/post-elements.php:452
  5. pixwell_post_meta_info()
    wp-content/themes/pixwell/templates/post-elements.php:228
  6. pixwell_post_list_1()
    wp-content/themes/pixwell/templates/modules/list.php:27
  7. pixwell_rbc_fw_list_1_listing()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:85
  8. pixwell_rbc_fw_list_1()
    wp-content/themes/pixwell/templates/blocks/fw-list-1.php:51
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. apply_filters('the_content')
    wp-includes/plugin.php:205
  13. rbc_render_sec_fullwidth()
    wp-content/plugins/pixwell-core/composer/shortcodes.php:39
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. apply_filters('the_content')
    wp-includes/plugin.php:205
  18. the_content()
    wp-includes/post-template.php:256
Plugin: publishpress-authors 1 0,0002
Total: 2390,0942

Consultas por chamada

ChamadaSELECTSHOWUPDATEINSERTTempo
120,0428
570,0155
360,0096
360,0082
440,0073
100,0023
90,0020
1110,0010
30,0008
330,0007
40,0007
10,0005
60,0005
20,0004
30,0004
10,0004
10,0004
20,0003
10,0002
10,0002
10,0001
2311430,0942

Consultas por componente

ComponenteSELECTSHOWUPDATEINSERTTempo
144   0,0729
58 330,0131
311 0,0020
9   0,0020
5   0,0014
5   0,0013
4   0,0007
1   0,0005
2   0,0003
 2311430,0942

Consultas duplicadas

ConsultaContagemTempoChamadasComponentesPotenciais causadores de problemas
UPDATE wp_posts
SET post_author = 1
WHERE ID = 70302
30,0004
3 chamadas
Plugin: publishpress-authors
3 chamadas
RankMath\OpenGraph\Slack->get_post_data()
1 chamada
RankMath\Schema\Author->process()
1 chamada
RankMath\Schema\Author->add_image()
1 chamada
SELECT DISTINCT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('author')
AND tr.object_id IN (70302)
ORDER BY tr.term_order ASC
30,0008
3 chamadas
Plugin: publishpress-authors
3 chamadas
RankMath\OpenGraph\Slack->get_post_data()
1 chamada
RankMath\Schema\Author->process()
1 chamada
RankMath\Schema\Author->add_image()
1 chamada
SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('author')
AND t.term_id IN ( 17341 )
ORDER BY t.term_id ASC
LIMIT 1
30,0005
3 chamadas
Plugin: publishpress-authors
3 chamadas
RankMath\OpenGraph\Slack->get_post_data()
1 chamada
RankMath\Schema\Author->process()
1 chamada
RankMath\Schema\Author->add_image()
1 chamada
SELECT term_taxonomy_id
FROM wp_term_relationships
WHERE object_id = 70302
AND term_taxonomy_id = 17341
30,0004
3 chamadas
Plugin: publishpress-authors
3 chamadas
RankMath\OpenGraph\Slack->get_post_data()
1 chamada
RankMath\Schema\Author->process()
1 chamada
RankMath\Schema\Author->add_image()
1 chamada
INSERT INTO wp_term_relationships (object_id, term_taxonomy_id, term_order)
VALUES (70302, 17341, 1)
ON DUPLICATE KEY
UPDATE term_order = VALUES(term_order)
30,0003
3 chamadas
Plugin: publishpress-authors
3 chamadas
RankMath\OpenGraph\Slack->get_post_data()
1 chamada
RankMath\Schema\Author->process()
1 chamada
RankMath\Schema\Author->add_image()
1 chamada
SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (70302)
ORDER BY meta_id ASC
30,0007
3 chamadas
Plugin: seo-by-rank-math
2 chamadas
Plugin: publishpress-authors
1 chamada
metadata_exists()
2 chamadas
get_metadata_raw()
1 chamada
SELECT *
FROM wp_posts
WHERE ID = 70302
LIMIT 1
30,0004
3 chamadas
Plugin: seo-by-rank-math
2 chamadas
Plugin: publishpress-authors
1 chamada
get_post_thumbnail_id()
1 chamada
get_post_authors()
1 chamada
get_post_type()
1 chamada
SELECT *
FROM wp_posts
WHERE ID = 2663
LIMIT 1
40,0010
4 chamadas
Tema
4 chamadas
walk_nav_menu_tree()
2 chamadas
get_template_part()
2 chamadas

Condicionais

Condicionais verdadeiras

  • is_front_page()
  • is_page()
  • is_page_template()
  • is_singular()
  • is_ssl()

Condicionais falsas

  • is_404()
  • is_admin()
  • is_archive()
  • is_attachment()
  • is_author()
  • is_blog_admin()
  • is_category()
  • is_comment_feed()
  • is_customize_preview()
  • is_date()
  • is_day()
  • is_embed()
  • is_favicon()
  • is_feed()
  • is_home()
  • is_login()
  • is_month()
  • is_network_admin()
  • is_paged()
  • is_post_type_archive()
  • is_preview()
  • is_privacy_policy()
  • is_robots()
  • is_rtl()
  • is_search()
  • is_single()
  • is_sticky()
  • is_tag()
  • is_tax()
  • is_time()
  • is_trackback()
  • is_user_admin()
  • is_year()

Blocos

Este post não contém blocos.

Blocos: Ganchos relacionados com filtros ou ações anexados

GanchoTipoPrioridadeCallbackComponente
block_editor_settings_allFiltro10
  1. WP_Duotone::add_editor_settings()
    wp-includes/class-wp-duotone.php:1266
Arquivos básicos do WordPress
block_type_metadataFiltro10
  1. wp_migrate_old_typography_shape()
    wp-includes/blocks.php:2549
Arquivos básicos do WordPress
block_type_metadata_settingsFiltro10
  1. WP_Duotone::migrate_experimental_duotone_support_flag()
    wp-includes/class-wp-duotone.php:1306
Arquivos básicos do WordPress
pre_render_blockFiltro10
  1. _wp_add_block_level_preset_styles()
    wp-includes/block-supports/settings.php:77
Arquivos básicos do WordPress
register_block_type_argsFiltro10
  1. RankMathPro\Schema\Schema->add_id_to_schema_block()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/schema/class-schema.php:116
Plugin: seo-by-rank-math-pro
10
  1. RankMathPro\Schema\Schema->extend_howto_block()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/schema/class-schema.php:135
Plugin: seo-by-rank-math-pro
render_block_contextFiltro10
  1. _block_template_render_without_post_block_context()
    wp-includes/block-template.php:342
Arquivos básicos do WordPress
render_block_dataFiltro10
  1. block_core_gallery_data_id_backcompatibility()
    wp-includes/blocks/gallery.php:21
Arquivos básicos do WordPress
10
  1. block_core_latest_posts_migrate_categories()
    wp-includes/blocks/latest-posts.php:257
Arquivos básicos do WordPress
10
  1. block_core_navigation_typographic_presets_backcompatibility()
    wp-includes/blocks/navigation.php:1184
Arquivos básicos do WordPress
10
  1. block_core_query_disable_enhanced_pagination()
    wp-includes/blocks/query.php:84
Arquivos básicos do WordPress
10
  1. wp_render_elements_support_styles()
    wp-includes/block-supports/elements.php:113
Arquivos básicos do WordPress
10
  1. wp_add_parent_layout_to_parsed_block()
    wp-includes/block-supports/layout.php:973
Arquivos básicos do WordPress
10
  1. wp_render_block_style_variation_support_styles()
    wp-includes/block-supports/block-style-variations.php:81
Arquivos básicos do WordPress
render_blockFiltro10
  1. wp_render_typography_support()
    wp-includes/block-supports/typography.php:308
Arquivos básicos do WordPress
10
  1. _wp_add_block_level_presets_class()
    wp-includes/block-supports/settings.php:36
Arquivos básicos do WordPress
10
  1. wp_render_elements_class_name()
    wp-includes/block-supports/elements.php:246
Arquivos básicos do WordPress
10
  1. wp_render_layout_support_flag()
    wp-includes/block-supports/layout.php:570
Arquivos básicos do WordPress
10
  1. wp_render_position_support()
    wp-includes/block-supports/position.php:42
Arquivos básicos do WordPress
10
  1. wp_render_dimensions_support()
    wp-includes/block-supports/dimensions.php:98
Arquivos básicos do WordPress
10
  1. WP_Duotone::render_duotone_support()
    wp-includes/class-wp-duotone.php:1077
Arquivos básicos do WordPress
10
  1. wp_render_background_support()
    wp-includes/block-supports/background.php:53
Arquivos básicos do WordPress
10
  1. wp_render_block_style_variation_class_name()
    wp-includes/block-supports/block-style-variations.php:211
Arquivos básicos do WordPress
10
  1. WPRM_Compatibility::shortcode_block_query_loop()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-compatibility.php:94
Plugin: wp-recipe-maker
10
  1. WPRM_Shortcode::replace_blocks()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-shortcode.php:357
Plugin: wp-recipe-maker

Solicitação

Solicitação

nenhum

Regra correspondente

nenhum

Consulta correspondente

nenhum

String de consulta

nenhum

Variáveis de consulta

cache_results1
comments_per_page6
fieldsall
lazy_load_term_meta1
orderDESC
p70302
page_id70302
posts_per_page30
update_post_meta_cache1
update_post_term_cache1

Resposta

Objeto consultado

Página único: Nº70302 (WP_Post)

Usuário atual

Usuário atual: Nº1

Dados da solicitação

IP remoto2001:1284:f514:8dde:1d9e:59a7:7e12:b03c
Método HTTPGET
URL solicitadohttps://receitagratis.com/

Solicitação: Ganchos relacionados com filtros ou ações anexados

GanchoTipoPrioridadeCallbackComponente
parse_queryAção1
  1. RankMath\Sitemap\Router->request_sitemap()
    wp-content/plugins/seo-by-rank-math/includes/modules/sitemap/class-router.php:61
Plugin: seo-by-rank-math
parse_requestAção10
  1. rest_api_loaded()
    wp-includes/rest-api.php:428
Arquivos básicos do WordPress
10
  1. MultipleAuthors\Classes\Content_Model::action_parse_request()
    wp-content/plugins/publishpress-authors/src/core/Classes/Content_Model.php:207
Plugin: publishpress-authors
pre_get_postsAção1
  1. WPRM_Taxonomies::taxonomies_archive()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-taxonomies.php:308
Plugin: wp-recipe-maker
10
  1. pixwell_blog_posts_per_page()
    wp-content/plugins/pixwell-core/includes/actions.php:58
Plugin: pixwell-core
10
  1. pixwell_filter_search()
    wp-content/plugins/pixwell-core/includes/actions.php:126
Plugin: pixwell-core
10
  1. MultipleAuthors\Classes\Query::fix_query_pre_get_posts()
    wp-content/plugins/publishpress-authors/src/core/Classes/Query.php:34
Plugin: publishpress-authors
10
  1. MultipleAuthors\Classes\Query::fix_frontend_query_pre_get_posts()
    wp-content/plugins/publishpress-authors/src/core/Classes/Query.php:125
Plugin: publishpress-authors
10
  1. MultipleAuthors\Classes\Query::filter_query_pre_get_posts()
    wp-content/plugins/publishpress-authors/src/core/Classes/Query.php:92
Plugin: publishpress-authors
10
  1. MA_Author_Boxes->author_author_boxes_default_sort()
    wp-content/plugins/publishpress-authors/src/modules/author-boxes/author-boxes.php:2694
Plugin: publishpress-authors
10
  1. MA_Author_Custom_Fields->filter_custom_fields_query()
    wp-content/plugins/publishpress-authors/src/modules/author-custom-fields/author-custom-fields.php:1106
Plugin: publishpress-authors
10
  1. MA_Multiple_Authors->authors_taxonomy_post_limit()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:4785
Plugin: publishpress-authors
send_headersAção10
  1. nocache_headers()
    wp-includes/functions.php:1537
Arquivos básicos do WordPress
the_postAção10
  1. WPRM_Template_Shortcodes::reset_current_recipe_id()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-template-shortcodes.php:83
Plugin: wp-recipe-maker
wpAção10
  1. RankMath\Installer->create_cron_jobs()
    wp-content/plugins/seo-by-rank-math/includes/class-installer.php:603
Plugin: seo-by-rank-math
10
  1. WPRM_Admin_Bar::load_modal()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-admin-bar.php:56
Plugin: wp-recipe-maker
10
  1. RankMath\Frontend\Redirection->redirect()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-redirection.php:58
Plugin: seo-by-rank-math
10
  1. RankMath\Frontend\Frontend->integrations()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-frontend.php:88
Plugin: seo-by-rank-math
10
  1. RankMath\Schema\Schema->integrations()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-schema.php:53
Plugin: seo-by-rank-math
10
  1. LiteSpeed\Thirdparty\AMP::maybe_acc_mob_pages()
    wp-content/plugins/litespeed-cache/thirdparty/amp.cls.php:42
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\AMP::maybe_google_amp()
    wp-content/plugins/litespeed-cache/thirdparty/amp.cls.php:51
Plugin: litespeed-cache
11
  1. RankMath\Redirections\Redirections->do_redirection()
    wp-content/plugins/seo-by-rank-math/includes/modules/redirections/class-redirections.php:105
Plugin: seo-by-rank-math
25
  1. RankMath\Replace_Variables\Manager->setup()
    wp-content/plugins/seo-by-rank-math/includes/replace-variables/class-manager.php:93
Plugin: seo-by-rank-math
9999
  1. RankMath\Frontend\Link_Attributes->add_attributes()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-link-attributes.php:89
Plugin: seo-by-rank-math
9999
  1. RankMath\Image_Seo\Add_Attributes->add_attributes()
    wp-content/plugins/seo-by-rank-math/includes/modules/image-seo/class-add-attributes.php:52
Plugin: seo-by-rank-math
post_type_linkFiltro9
  1. RankMath\Common->post_type_link()
    wp-content/plugins/seo-by-rank-math/includes/class-common.php:119
Plugin: seo-by-rank-math
10
  1. WPRM_Post_Type::recipe_permalink()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-post-type.php:110
Plugin: wp-recipe-maker
term_linkFiltro10
  1. _post_format_link()
    wp-includes/post-formats.php:194
Arquivos básicos do WordPress
10
  1. MultipleAuthors\Classes\Content_Model::filter_term_link()
    wp-content/plugins/publishpress-authors/src/core/Classes/Content_Model.php:47
Plugin: publishpress-authors
author_linkFiltro10
  1. RankMath\Rewrite->author_link()
    wp-content/plugins/seo-by-rank-math/includes/class-rewrite.php:63
Plugin: seo-by-rank-math
10
  1. MultipleAuthors\Classes\Content_Model::filter_author_link()
    wp-content/plugins/publishpress-authors/src/core/Classes/Content_Model.php:90
Plugin: publishpress-authors
pre_handle_404Filtro10
  1. MultipleAuthors\Plugin->fix_404_for_authors()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1257
Plugin: publishpress-authors
query_varsFiltro10
  1. RankMathPro\Schema\Frontend->add_query_vars()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/schema/class-frontend.php:66
Plugin: seo-by-rank-math-pro
redirect_canonicalFiltro10
  1. RUBY_COMPOSER->pagination_redirect()
    wp-content/plugins/pixwell-core/composer/setup.php:194
Plugin: pixwell-core
10
  1. RankMath\Sitemap\Sitemap_Index->redirect_canonical()
    wp-content/plugins/seo-by-rank-math/includes/modules/sitemap/class-sitemap-index.php:65
Plugin: seo-by-rank-math
requestFiltro10
  1. _post_format_request()
    wp-includes/post-formats.php:166
Arquivos básicos do WordPress
10
  1. RankMath\Rewrite->author_request()
    wp-content/plugins/seo-by-rank-math/includes/class-rewrite.php:79
Plugin: seo-by-rank-math
option_homeFiltro10
  1. _config_wp_home()
    wp-includes/functions.php:4706
Arquivos básicos do WordPress
option_siteurlFiltro10
  1. _config_wp_siteurl()
    wp-includes/functions.php:4728
Arquivos básicos do WordPress

Tema

Tema

pixwell

style.css
wp-content/themes/pixwell/style.css

Arquivo de modelo

wp-content/plugins/pixwell-core/composer/rbc-frontend.php

Hierarquia do modelo

  1. front-page.php
  2. rbc-frontend.php
  3. page-inicio.php
  4. page-70302.php
  5. page.php
  6. singular.php
  7. index.php

Partes do modelo

  • header.php
  • templates/header/section-topline.php
  • templates/header/section-topsite.php
  • templates/header/section-topbar.php
  • templates/header/style-5.php
  • templates/header/module-logo.php
  • templates/header/module-mnav.php
  • templates/header/module-toggle.php
    Incluído 4 vezes
  • templates/header/module-mlogo.php
    Incluído 2 vezes
  • templates/header/module-mbookmark.php
    Incluído 2 vezes
  • templates/header/module-mcart.php
    Incluído 2 vezes
  • templates/header/module-darkmode.php
    Incluído 4 vezes
  • templates/header/module-msearch.php
    Incluído 2 vezes
  • templates/header/module-widget.php
    Incluído 4 vezes
  • templates/header/module-menu.php
  • templates/header/module-social.php
    Incluído 2 vezes
  • templates/header/module-bookmark.php
    Incluído 2 vezes
  • templates/header/module-trend.php
    Incluído 2 vezes
  • templates/header/module-cart.php
    Incluído 2 vezes
  • templates/header/module-search.php
    Incluído 2 vezes
  • templates/header/module-sticky.php
  • templates/header/module-sticklogo.php
  • templates/header/module-stickmenu.php
  • footer.php
  • templates/footer/module-widgets.php
  • templates/footer/module-logo.php
  • templates/footer/module-copyright.php

Classes do corpo

  • admin-bar
  • block-header-dot
  • cat-icon-radius
  • ele-round
  • hfeed
  • home
  • is-backtop
  • is-fmask
  • logged-in
  • no-customize-support
  • none-nb
  • off-canvas-light
  • page-id-70302
  • page-template
  • page-template-rbc-frontend
  • page-template-rbc-frontend-php
  • smart-sticky
  • sticky-nav
  • w-header-1
  • wp-custom-logo
  • wp-embed-responsive
  • wp-singular
  • wp-theme-pixwell

Tema: Ganchos relacionados com filtros ou ações anexados

GanchoTipoPrioridadeCallbackComponente
template_redirectAção0
  1. _wp_admin_bar_init()
    wp-includes/admin-bar.php:23
Arquivos básicos do WordPress
0
  1. RankMath\Sitemap\Router->template_redirect()
    wp-content/plugins/seo-by-rank-math/includes/modules/sitemap/class-router.php:99
Plugin: seo-by-rank-math
1
  1. WPRM_Preview::template_redirect()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-preview.php:74
Plugin: wp-recipe-maker
1
  1. RankMath\Frontend\Comments->replytocom_redirect()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-comments.php:78
Plugin: seo-by-rank-math
10
  1. wp_old_slug_redirect()
    wp-includes/query.php:1055
Arquivos básicos do WordPress
10
  1. redirect_canonical()
    wp-includes/canonical.php:42
Arquivos básicos do WordPress
10
  1. Encerramento na linha 9 de wp-content/plugins/firewall-parametros/firewall-parametros.php
    wp-content/plugins/firewall-parametros/firewall-parametros.php:9
Plugin: firewall-parametros
10
  1. Encerramento na linha 9 de wp-content/plugins/remover-nofollow-social/remover-nofollow-social.php
    wp-content/plugins/remover-nofollow-social/remover-nofollow-social.php:9
Plugin: remover-nofollow-social
10
  1. pixwell_single_load_next_redirect()
    wp-content/themes/pixwell/templates/ajax.php:242
Tema
10
  1. RankMath\Analytics\GTag->add_analytics_tag()
    wp-content/plugins/seo-by-rank-math/includes/modules/analytics/class-gtag.php:69
Plugin: seo-by-rank-math
10
  1. RankMathPro\Schema\Frontend->schema_preview_template()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/schema/class-frontend.php:81
Plugin: seo-by-rank-math-pro
10
  1. RankMath\Sitemap\Redirect_Core_Sitemaps->redirect_core_sitemaps()
    wp-content/plugins/seo-by-rank-math/includes/modules/sitemap/class-redirect-core-sitemaps.php:46
Plugin: seo-by-rank-math
10
  1. RankMathPro\Analytics\Analytics->local_js_endpoint()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/analytics/class-analytics.php:507
Plugin: seo-by-rank-math-pro
10
  1. WP_Sitemaps->render_sitemaps()
    wp-includes/sitemaps/class-wp-sitemaps.php:163
Arquivos básicos do WordPress
10
  1. MA_Multiple_Authors->authors_template_redirect()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:4844
Plugin: publishpress-authors
11
  1. rest_output_link_header()
    wp-includes/rest-api.php:1059
Arquivos básicos do WordPress
11
  1. wp_shortlink_header()
    wp-includes/link-template.php:4227
Arquivos básicos do WordPress
1000
  1. wp_redirect_admin_locations()
    wp-includes/canonical.php:1030
Arquivos básicos do WordPress
template_includeFiltro10
  1. MA_Multiple_Authors->authors_taxonomy_template()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:4800
Plugin: publishpress-authors
99
  1. RUBY_COMPOSER->frontend_redirect()
    wp-content/plugins/pixwell-core/composer/setup.php:179
Plugin: pixwell-core

Scripts

PosiçãoIdentificador
Origem
Versão
Cabeçalhojquery-corewp-includes/js/jquery/jquery.min.jsjquery3.7.1
Cabeçalhojquery-migratewp-includes/js/jquery/jquery-migrate.min.jsjquery3.4.1
Cabeçalhojqueryjquery-core, jquery-migratejquery-isotope, jquery-magnific-popup, jquery-uitotop, jquery-waypoints, owl-carousel, pixwell-core, pixwell-global, pixwell-sticky, query-monitor, rank-math, rank-math-analytics-stats, rbcookie3.7.1
Cabeçalhoquery-monitorreceitagratis.comwp-content/plugins/query-monitor/assets/query-monitor.jsjquery3.19.0
Cabeçalhohtml5receitagratis.comwp-content/themes/pixwell/assets/js/html5shiv.min.js3.7.3
Rodapéhoverintent-jswp-includes/js/hoverintent-js.min.jsadmin-bar2.2.1
Rodapéadmin-barwp-includes/js/admin-bar.min.jshoverintent-js
Rodapéimagesloadedwp-includes/js/imagesloaded.min.jspixwell-core5.0.0
Rodapérbcookiereceitagratis.comwp-content/plugins/pixwell-core/assets/rbcookie.min.jsjquerypixwell-core1.0.3
Rodapéjquery-magnific-popupreceitagratis.comwp-content/plugins/pixwell-core/assets/jquery.mp.min.jsjquerypixwell-core1.1.0
Rodapépixwell-corereceitagratis.comwp-content/plugins/pixwell-core/assets/core.jsjquery, imagesloaded, rbcookie, jquery-magnific-popup11.6
Rodapérate-my-postreceitagratis.comwp-content/plugins/rate-my-post/public/js/rate-my-post.min.js4.4.3
Rodapérank-mathreceitagratis.comwp-content/plugins/seo-by-rank-math/assets/front/js/rank-math.jsjquery1.0.250
Rodapéjquery-waypointsreceitagratis.comwp-content/themes/pixwell/assets/js/jquery.waypoints.min.jsjquerypixwell-global3.1.1
Rodapéjquery-isotopereceitagratis.comwp-content/themes/pixwell/assets/js/jquery.isotope.min.jsjquerypixwell-global3.0.6
Rodapéowl-carouselreceitagratis.comwp-content/themes/pixwell/assets/js/owl.carousel.min.jsjquerypixwell-global1.8.1
Rodapépixwell-stickyreceitagratis.comwp-content/themes/pixwell/assets/js/rbsticky.min.jsjquerypixwell-global1.0
Rodapéjquery-uitotopreceitagratis.comwp-content/themes/pixwell/assets/js/jquery.ui.totop.min.jsjquerypixwell-globalv1.2
Rodapépixwell-globalreceitagratis.comwp-content/themes/pixwell/assets/js/global.jsjquery, jquery-waypoints, jquery-isotope, owl-carousel, pixwell-sticky, jquery-uitotop11.6
Rodapéwp-hookswp-includes/js/dist/hooks.min.jswp-api-fetch, wp-components, wp-deprecated, wp-i18n4d63a3d491d11ffd8ac6
Rodapéwp-i18nwp-includes/js/dist/i18n.min.jswp-hooksrank-math-analytics-pro-stats, wp-a11y, wp-api-fetch, wp-components, wp-keycodes, wp-rich-text5e580eb46a90c2b997e6
Rodapéwp-polyfillwp-includes/js/dist/vendor/wp-polyfill.min.jswp-url3.15.0
Rodapéwp-urlwp-includes/js/dist/url.min.jswp-polyfillwp-api-fetchc2964167dfe2477c14ea
Rodapéwp-api-fetchwp-includes/js/dist/api-fetch.min.jswp-i18n, wp-url, wp-hooksrank-math-analytics-stats3623a576c78df404ff20
Rodapéreactwp-includes/js/dist/vendor/react.min.jsreact-dom, react-jsx-runtime, wp-components, wp-compose, wp-element18.3.1.1
Rodapéreact-domwp-includes/js/dist/vendor/react-dom.min.jsreactwp-components, wp-element18.3.1.1
Rodapéwp-escape-htmlwp-includes/js/dist/escape-html.min.jswp-components, wp-element, wp-rich-text6561a406d2d232a6fbd2
Rodapéwp-elementwp-includes/js/dist/element.min.jsreact, react-dom, wp-escape-htmlrank-math-analytics-stats, wp-components, wp-compose, wp-data, wp-primitives, wp-rich-texta4eeeadd23c0d7ab1d2d
Rodapéreact-jsx-runtimewp-includes/js/dist/vendor/react-jsx-runtime.min.jsreactwp-components, wp-compose, wp-data, wp-primitives18.3.1
Rodapéwp-dom-readywp-includes/js/dist/dom-ready.min.jswp-a11yf77871ff7694fffea381
Rodapéwp-a11ywp-includes/js/dist/a11y.min.jswp-dom-ready, wp-i18nwp-components, wp-rich-text3156534cc54473497e14
Rodapéwp-deprecatedwp-includes/js/dist/deprecated.min.jswp-hookswp-components, wp-compose, wp-data, wp-date, wp-dom, wp-rich-texte1f84915c5e8ae38964c
Rodapéwp-domwp-includes/js/dist/dom.min.jswp-deprecatedwp-components, wp-compose80bd57c84b45cf04f4ce
Rodapéwp-is-shallow-equalwp-includes/js/dist/is-shallow-equal.min.jswp-components, wp-compose, wp-datae0f9f1d78d83f5196979
Rodapéwp-keycodeswp-includes/js/dist/keycodes.min.jswp-i18nwp-components, wp-compose, wp-rich-text034ff647a54b018581d3
Rodapéwp-priority-queuewp-includes/js/dist/priority-queue.min.jswp-compose, wp-data9c21c957c7e50ffdbf48
Rodapéwp-composewp-includes/js/dist/compose.min.jsreact, react-jsx-runtime, wp-deprecated, wp-dom, wp-element, wp-is-shallow-equal, wp-keycodes, wp-priority-queuewp-components, wp-data, wp-rich-text84bcf832a5c99203f3db
Rodapémomentwp-includes/js/dist/vendor/moment.min.jswp-date2.30.1
Rodapéwp-datewp-includes/js/dist/date.min.jsmoment, wp-deprecatedwp-components85ff222add187a4e358f
Rodapéwp-html-entitieswp-includes/js/dist/html-entities.min.jswp-components2cd3358363e0675638fb
Rodapéwp-primitiveswp-includes/js/dist/primitives.min.jsreact-jsx-runtime, wp-elementwp-componentsaef2543ab60c8c9bb609
Rodapéwp-private-apiswp-includes/js/dist/private-apis.min.jswp-components, wp-data0f8478f1ba7e0eea562b
Rodapéwp-redux-routinewp-includes/js/dist/redux-routine.min.jswp-data8bb92d45458b29590f53
Rodapéwp-datawp-includes/js/dist/data.min.jsreact-jsx-runtime, wp-compose, wp-deprecated, wp-element, wp-is-shallow-equal, wp-priority-queue, wp-private-apis, wp-redux-routinewp-rich-textfe6c4835cd00e12493c3
Rodapéwp-rich-textwp-includes/js/dist/rich-text.min.jswp-a11y, wp-compose, wp-data, wp-deprecated, wp-element, wp-escape-html, wp-i18n, wp-keycodeswp-components74178fc8c4d67d66f1a8
Rodapéwp-warningwp-includes/js/dist/warning.min.jswp-componentsed7c8b0940914f4fe44b
Rodapéwp-componentswp-includes/js/dist/components.min.jsreact, react-dom, react-jsx-runtime, wp-a11y, wp-compose, wp-date, wp-deprecated, wp-dom, wp-element, wp-escape-html, wp-hooks, wp-html-entities, wp-i18n, wp-is-shallow-equal, wp-keycodes, wp-primitives, wp-private-apis, wp-rich-text, wp-warningrank-math-analytics-stats865f2ec3b5f5195705e0
Rodapélodashwp-includes/js/dist/vendor/lodash.min.jsrank-math-analytics-stats4.17.21
Rodapérank-math-analytics-statsreceitagratis.comwp-content/plugins/seo-by-rank-math/includes/modules/analytics/assets/js/admin-bar.jsjquery, wp-api-fetch, wp-element, wp-components, lodashrank-math-analytics-pro-stats1.0.250
Rodapérank-math-analytics-pro-statsreceitagratis.comwp-content/plugins/seo-by-rank-math-pro/includes/modules/analytics/assets/js/admin-bar.jsrank-math-analytics-stats, wp-i18n3.0.92
Rodapélitespeed-cachereceitagratis.comwp-content/plugins/litespeed-cache/assets/js/instant_click.min.js7.3.0.1
Total: 51

Scripts: Ganchos relacionados com filtros ou ações anexados

GanchoTipoPrioridadeCallbackComponente
wp_enqueue_scriptsAção0
  1. ITSEC_Core_Active->register_scripts()
    wp-content/plugins/better-wp-security/core/modules/core/class-itsec-core-active.php:45
Plugin: better-wp-security
1
  1. wp_enqueue_block_style_variation_styles()
    wp-includes/block-supports/block-style-variations.php:246
Arquivos básicos do WordPress
1
  1. PIXWELL_CORE->enqueue_style()
    wp-content/plugins/pixwell-core/pixwell-core.php:144
Plugin: pixwell-core
1
  1. WPRM_Assets::enqueue()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-assets.php:52
Plugin: wp-recipe-maker
2
  1. PIXWELL_CORE->enqueue_script()
    wp-content/plugins/pixwell-core/pixwell-core.php:149
Plugin: pixwell-core
9
  1. WP_Duotone::output_block_styles()
    wp-includes/class-wp-duotone.php:1203
Arquivos básicos do WordPress
10
  1. wp_enqueue_emoji_styles()
    wp-includes/formatting.php:5859
Arquivos básicos do WordPress
10
  1. wp_common_block_scripts_and_styles()
    wp-includes/script-loader.php:2462
Arquivos básicos do WordPress
10
  1. wp_enqueue_classic_theme_styles()
    wp-includes/script-loader.php:3386
Arquivos básicos do WordPress
10
  1. wp_enqueue_global_styles()
    wp-includes/script-loader.php:2515
Arquivos básicos do WordPress
10
  1. wp_enqueue_stored_styles()
    wp-includes/script-loader.php:3211
Arquivos básicos do WordPress
10
  1. wp_enqueue_admin_bar_bump_styles()
    wp-includes/admin-bar.php:1289
Arquivos básicos do WordPress
10
  1. wp_enqueue_admin_bar_header_styles()
    wp-includes/admin-bar.php:1273
Arquivos básicos do WordPress
10
  1. wp_enqueue_block_template_skip_link()
    wp-includes/theme-templates.php:109
Arquivos básicos do WordPress
10
  1. Pixwell_Post_Elements->enqueue()
    wp-content/plugins/pixwell-core/lib/pixwell-elements/pixwell-elements.php:49
Plugin: pixwell-core
10
  1. RUBY_COMPOSER->register_frontend()
    wp-content/plugins/pixwell-core/composer/setup.php:104
Plugin: pixwell-core
10
  1. Rate_My_Post_Public->enqueue_styles()
    wp-content/plugins/rate-my-post/public/class-rate-my-post-public.php:43
Plugin: rate-my-post
10
  1. Rate_My_Post_Public->enqueue_scripts()
    wp-content/plugins/rate-my-post/public/class-rate-my-post-public.php:77
Plugin: rate-my-post
10
  1. WPRM_Compatibility::divi_assets()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-compatibility.php:195
Plugin: wp-recipe-maker
10
  1. WPRM_Template_Manager::enqueue_legacy_template()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-template-manager.php:151
Plugin: wp-recipe-maker
10
  1. Pixwell_WPRM->enqueue_style()
    wp-content/plugins/pixwell-core/includes/recipe.php:35
Plugin: pixwell-core
10
  1. WPRMP_Assets::enqueue()
    wp-content/plugins/wp-recipe-maker-premium/includes/public/class-wprmp-assets.php:41
Plugin: wp-recipe-maker-premium
10
  1. WPRMPRC_Assets::enqueue()
    wp-content/plugins/wp-recipe-maker-premium/addons-elite/recipe-collections/includes/public/class-wprmprc-assets.php:52
Plugin: wp-recipe-maker-premium
10
  1. WPMailSMTP\Admin\AdminBarMenu->enqueues()
    wp-content/plugins/wp-mail-smtp/src/Admin/AdminBarMenu.php:75
Plugin: wp-mail-smtp
10
  1. RankMath\Frontend\Frontend->enqueue()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-frontend.php:111
Plugin: seo-by-rank-math
10
  1. pixwell_register_script_frontend()
    wp-content/themes/pixwell/functions.php:67
Tema
10
  1. RankMath\Analytics\Analytics_Stats->enqueue()
    wp-content/plugins/seo-by-rank-math/includes/modules/analytics/class-analytics-stats.php:40
Plugin: seo-by-rank-math
10
  1. RankMathPro\Analytics\Analytics->enqueue()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/analytics/class-analytics.php:192
Plugin: seo-by-rank-math-pro
10
  1. LiteSpeed\Tool->heartbeat_frontend()
    wp-content/plugins/litespeed-cache/src/tool.cls.php:70
Plugin: litespeed-cache
10
  1. LiteSpeed\GUI->frontend_enqueue_style()
    wp-content/plugins/litespeed-cache/src/gui.cls.php:444
Plugin: litespeed-cache
10
  1. LiteSpeed\GUI->frontend_enqueue_style_public()
    wp-content/plugins/litespeed-cache/src/gui.cls.php:434
Plugin: litespeed-cache
10
  1. RankMath\Schema\Block_TOC->register_block_style()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/blocks/toc/class-block-toc.php:75
Plugin: seo-by-rank-math
11
  1. WP_Duotone::output_global_styles()
    wp-includes/class-wp-duotone.php:1222
Arquivos básicos do WordPress
98
  1. pixwell_main_dynamic_style()
    wp-content/themes/pixwell/includes/dynamic-css.php:1241
Tema
99
  1. pixwell_page_dynamic_style()
    wp-content/themes/pixwell/includes/dynamic-css.php:16
Tema
1000
  1. wp_localize_jquery_ui_datepicker()
    wp-includes/script-loader.php:1960
Arquivos básicos do WordPress
1000
  1. pixwell_enqueue_optimized()
    wp-content/plugins/pixwell-core/includes/speed-optimized.php:159
Plugin: pixwell-core
wp_print_footer_scriptsAção10
  1. _wp_footer_scripts()
    wp-includes/script-loader.php:2266
Arquivos básicos do WordPress
wp_print_scriptsAção10
  1. wp_just_in_time_script_localization()
    wp-includes/script-loader.php:1922
Arquivos básicos do WordPress
10
  1. ITSEC_Core_Active->load_profile_js_jit()
    wp-content/plugins/better-wp-security/core/modules/core/class-itsec-core-active.php:280
Plugin: better-wp-security
100
  1. ReduxFramework->vc_fixes()
    wp-content/plugins/pixwell-core/lib/redux-framework/framework.php:553
Plugin: pixwell-core
print_scripts_arrayFiltro10
  1. wp_prototype_before_jquery()
    wp-includes/script-loader.php:1889
Arquivos básicos do WordPress

Estilos

PosiçãoIdentificador
Origem
Versão
Cabeçalhodashiconswp-includes/css/dashicons.min.cssadmin-bar
Cabeçalhoadmin-barwp-includes/css/admin-bar.min.cssdashicons
Cabeçalhoquery-monitorreceitagratis.comwp-content/plugins/query-monitor/assets/query-monitor.css3.19.0
Cabeçalhowp-emoji-styles
Cabeçalhowp-block-librarywp-includes/css/dist/block-library/style.min.css
Cabeçalhoclassic-theme-styles
Cabeçalhorate-my-postreceitagratis.comwp-content/plugins/rate-my-post/public/css/rate-my-post.min.css4.4.3
Cabeçalhoglobal-styles
Cabeçalhopixwell-elementsreceitagratis.comwp-content/plugins/pixwell-core/lib/pixwell-elements/public/style.css1.0
Cabeçalhorbc-frontendreceitagratis.comwp-content/plugins/pixwell-core/composer/assets/frontend.css1.0
Cabeçalhopixwell-wprmreceitagratis.comwp-content/plugins/pixwell-core/assets/wprm.css11.6
Cabeçalhowp-mail-smtp-admin-barreceitagratis.comwp-content/plugins/wp-mail-smtp/assets/css/admin-bar.min.css4.5.0
Cabeçalhorank-mathreceitagratis.comwp-content/plugins/seo-by-rank-math/assets/front/css/rank-math.css1.0.250
Cabeçalhopixwell-fontfonts.googleapis.comfonts.googleapis.com/css?family=Poppins%3A300%2C400%2C500%2C600%2C700%2C800%2C900%2C100italic%2C200italic%2C300italic%2C400italic%2C500italic%2C600italic%2C700italic%2C800italic%2C900italic%2C400i%2C700i%7CQuicksand%3A600%2C400%2C700%2C500%7CMontserrat%3A400%2C500%2C600%2C700&display=swappixwell-style11.6
Cabeçalhopixwell-mainreceitagratis.comwp-content/themes/pixwell/assets/css/main.csspixwell-style11.6
Cabeçalhopixwell-stylereceitagratis.comwp-content/themes/pixwell/style.csspixwell-font, pixwell-main11.6
Cabeçalhorank-math-analytics-statsreceitagratis.comwp-content/plugins/seo-by-rank-math/includes/modules/analytics/assets/css/admin-bar.cssrank-math-analytics-pro-stats1.0.250
Cabeçalhorank-math-analytics-pro-statsreceitagratis.comwp-content/plugins/seo-by-rank-math-pro/includes/modules/analytics/assets/css/admin-bar.cssrank-math-analytics-stats3.0.92
Cabeçalholitespeed-cachereceitagratis.comwp-content/plugins/litespeed-cache/assets/css/litespeed.css7.3.0.1
Rodapépixwell-shortcode11.6
Rodapécore-block-supports-duotone
Total: 21

Estilos: Ganchos relacionados com filtros ou ações anexados

GanchoTipoPrioridadeCallbackComponente
style_loader_srcFiltro10
  1. wp_style_loader_src()
    wp-includes/script-loader.php:2079
Arquivos básicos do WordPress

Ganchos e ações

PrioridadeAção
muplugins_loaded
registered_taxonomy
registered_taxonomy_category
registered_taxonomy_post_tag
registered_taxonomy_nav_menu
registered_taxonomy_link_category
registered_taxonomy_post_format
registered_taxonomy_wp_theme
registered_taxonomy_wp_template_part_area
registered_taxonomy_wp_pattern_category
registered_post_type
registered_post_type_post
registered_post_type_page
registered_post_type_attachment
registered_post_type_revision
registered_post_type_nav_menu_item
registered_post_type_custom_css
registered_post_type_customize_changeset
registered_post_type_oembed_cache
registered_post_type_user_request
registered_post_type_wp_block
registered_post_type_wp_template
registered_post_type_wp_template_part
registered_post_type_wp_global_styles
registered_post_type_wp_navigation
registered_post_type_wp_font_family
registered_post_type_wp_font_face
qm/collect/new_php_error
doing_it_wrong_run
load_textdomain11
  1. Loco_hooks_LoadHelper->on_load_textdomain()
    wp-content/plugins/loco-translate/src/hooks/LoadHelper.php:119
Plugin: loco-translate
plugin_loaded
itsec-register-modules10
  1. ITSEC_Core->register_modules()
    wp-content/plugins/better-wp-security/core/core.php:492
Plugin: better-wp-security
unload_textdomain
redux/init10
  1. ReduxFrameworkInstances::get_instance()
    wp-content/plugins/pixwell-core/lib/redux-framework/inc/class.redux_instances.php:42
Plugin: pixwell-core
update_option
rank_math/loaded10
  1. RankMathPro->setup()
    wp-content/plugins/seo-by-rank-math-pro/rank-math-pro.php:151
Plugin: seo-by-rank-math-pro
rank_math_pro/loaded
plugins_loaded-200
  1. PublishPress\PsrContainer\register2Dot0Dot1Dot10()
    wp-content/plugins/publishpress-authors/lib/vendor/publishpress/psr-container/lib/include.php:32
Plugin: publishpress-authors
-200
  1. PublishPress\PimplePimple\register3Dot5Dot0Dot10()
    wp-content/plugins/publishpress-authors/lib/vendor/publishpress/pimple-pimple/lib/include.php:32
Plugin: publishpress-authors
-190
  1. PublishPress\PsrContainer\Versions::initializeLatestVersion()
    wp-content/plugins/publishpress-authors/lib/vendor/publishpress/psr-container/lib/Versions.php:78
Plugin: publishpress-authors
-190
  1. PublishPress\WordpressVersionNotices\register2Dot1Dot5()
    wp-content/plugins/publishpress-authors/lib/vendor/publishpress/wordpress-version-notices/src/include.php:32
Plugin: publishpress-authors
-185
  1. PublishPress\PimplePimple\Versions::initializeLatestVersion()
    wp-content/plugins/publishpress-authors/lib/vendor/publishpress/pimple-pimple/lib/Versions.php:78
Plugin: publishpress-authors
-150
  1. ITSEC_Core->compat_checks()
    wp-content/plugins/better-wp-security/core/core.php:601
Plugin: better-wp-security
-150
  1. PublishPress\WordpressVersionNotices\Versions::initializeLatestVersion()
    wp-content/plugins/publishpress-authors/lib/vendor/publishpress/wordpress-version-notices/src/Versions.php:78
Plugin: publishpress-authors
-125
  1. Encerramento na linha 11 de wp-content/plugins/publishpress-authors/lib/vendor/publishpress/wordpress-version-notices/src/autoload.php
    wp-content/plugins/publishpress-authors/lib/vendor/publishpress/wordpress-version-notices/src/autoload.php:11
Plugin: publishpress-authors
-100
  1. ITSEC_Core->handle_upgrade()
    wp-content/plugins/better-wp-security/core/core.php:616
Plugin: better-wp-security
-90
  1. ITSEC_Core->continue_init()
    wp-content/plugins/better-wp-security/core/core.php:208
Plugin: better-wp-security
-10
  1. Encerramento na linha 103 de wp-content/plugins/publishpress-authors/publishpress-authors.php
    wp-content/plugins/publishpress-authors/publishpress-authors.php:103
Plugin: publishpress-authors
0
  1. wp_maybe_load_widgets()
    wp-includes/functions.php:5415
Arquivos básicos do WordPress
0
  1. wp_maybe_load_embeds()
    wp-includes/embed.php:191
Arquivos básicos do WordPress
0
  1. _wp_add_additional_image_sizes()
    wp-includes/media.php:5680
Arquivos básicos do WordPress
0
  1. PIXWELL_CORE->plugins_support()
    wp-content/plugins/pixwell-core/pixwell-core.php:98
Plugin: pixwell-core
0
  1. action_scheduler_register_3_dot_9_dot_3()
    wp-content/plugins/seo-by-rank-math/vendor/woocommerce/action-scheduler/action-scheduler.php:45
Plugin: seo-by-rank-math
0
  1. WPMailSMTP\Core->get_compatibility()
    wp-content/plugins/wp-mail-smtp/src/Core.php:1138
Plugin: wp-mail-smtp
0
  1. action_scheduler_register_3_dot_9_dot_2()
    wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/action-scheduler.php:45
Plugin: wp-mail-smtp
1
  1. wp_initialize_theme_preview_hooks()
    wp-includes/theme-previews.php:86
Arquivos básicos do WordPress
1
  1. ActionScheduler_Versions::initialize_latest_version()
    wp-content/plugins/seo-by-rank-math/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Versions.php:113
Plugin: seo-by-rank-math
1
  1. WPRM_Analytics_Database::check_database_version()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-analytics-database.php:44
Plugin: wp-recipe-maker
1
  1. WPRM_Changelog_Database::check_database_version()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-changelog-database.php:45
Plugin: wp-recipe-maker
1
  1. WPRM_Rating_Database::check_database_version()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-rating-database.php:62
Plugin: wp-recipe-maker
1
  1. WP_Recipe_Maker->wprm_init()
    wp-content/plugins/wp-recipe-maker/includes/class-wp-recipe-maker.php:60
Plugin: wp-recipe-maker
5
  1. RankMath\A\N\Notification_Center->get_from_storage()
    wp-content/plugins/seo-by-rank-math/includes/admin/notifications/class-notification-center.php:75
Plugin: seo-by-rank-math
5
  1. ShortPixel\ShortPixelPlugin->lowInit()
    wp-content/plugins/shortpixel-image-optimiser/shortpixel-plugin.php:53
Plugin: shortpixel-image-optimiser
10
  1. _wp_customize_include()
    wp-includes/theme.php:3529
Arquivos básicos do WordPress
10
  1. Classic_Editor::init_actions()
    wp-content/plugins/classic-editor/classic-editor.php:37
Plugin: classic-editor
10
  1. Techwebux\Hfc\Main->plugins_loaded()
    wp-content/plugins/head-footer-code/classes/techwebux/hfc/class-main.php:65
Plugin: head-footer-code
10
  1. upgrade_rate_my_post()
    wp-content/plugins/rate-my-post/rate-my-post.php:56
Plugin: rate-my-post
10
  1. ShortPixel\NextGenController->hooks()
    wp-content/plugins/shortpixel-image-optimiser/class/external/nextgen/nextGenController.php:34
Plugin: shortpixel-image-optimiser
10
  1. ShortPixel\E\O\Offloader->load()
    wp-content/plugins/shortpixel-image-optimiser/class/external/offload/Offloader.php:33
Plugin: shortpixel-image-optimiser
10
  1. ShortPixel\Spai->addHooks()
    wp-content/plugins/shortpixel-image-optimiser/class/external/spai.php:18
Plugin: shortpixel-image-optimiser
10
  1. ShortPixel\Woocommerce->hooks()
    wp-content/plugins/shortpixel-image-optimiser/class/external/Woocommerce.php:21
Plugin: shortpixel-image-optimiser
10
  1. ShortPixel\Model\EnvironmentModel->setIntegrations()
    wp-content/plugins/shortpixel-image-optimiser/class/Model/EnvironmentModel.php:321
Plugin: shortpixel-image-optimiser
10
  1. WPMailSMTP\Core->get_migrations()
    wp-content/plugins/wp-mail-smtp/src/Core.php:400
Plugin: wp-mail-smtp
10
  1. WPMailSMTP\Core->get_pro()
    wp-content/plugins/wp-mail-smtp/src/Core.php:224
Plugin: wp-mail-smtp
10
  1. WPMailSMTP\Core->get_processor()
    wp-content/plugins/wp-mail-smtp/src/Core.php:291
Plugin: wp-mail-smtp
10
  1. WPMailSMTP\Core->replace_phpmailer()
    wp-content/plugins/wp-mail-smtp/src/Core.php:659
Plugin: wp-mail-smtp
10
  1. WPMailSMTP\Core->get_usage_tracking()
    wp-content/plugins/wp-mail-smtp/src/Core.php:1044
Plugin: wp-mail-smtp
10
  1. WPMailSMTP\Core->get_admin_bar_menu()
    wp-content/plugins/wp-mail-smtp/src/Core.php:1019
Plugin: wp-mail-smtp
10
  1. WPMailSMTP\Core->get_notifications()
    wp-content/plugins/wp-mail-smtp/src/Core.php:1066
Plugin: wp-mail-smtp
10
  1. WPMailSMTP\Core->get_reports()
    wp-content/plugins/wp-mail-smtp/src/Core.php:1199
Plugin: wp-mail-smtp
10
  1. WPMailSMTP\Core->get_db_repair()
    wp-content/plugins/wp-mail-smtp/src/Core.php:1230
Plugin: wp-mail-smtp
10
  1. WPMailSMTP\Core->get_wp_mail_initiator()
    wp-content/plugins/wp-mail-smtp/src/Core.php:1292
Plugin: wp-mail-smtp
10
  1. WPMailSMTP\Core->get_queue()
    wp-content/plugins/wp-mail-smtp/src/Core.php:1413
Plugin: wp-mail-smtp
10
  1. Encerramento na linha 149 de wp-content/plugins/wp-mail-smtp/src/Core.php
    wp-content/plugins/wp-mail-smtp/src/Core.php:149
Plugin: wp-mail-smtp
10
  1. WPRM_Debug::debugging_init()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-debug.php:51
Plugin: wp-recipe-maker
10
  1. WPSweep->add_hooks()
    wp-content/plugins/wp-sweep/inc/class-wpsweep.php:93
Plugin: wp-sweep
10
  1. ITSEC_Lockout->register_modules()
    wp-content/plugins/better-wp-security/core/lockout.php:1300
Plugin: better-wp-security
10
  1. WPRMPRC_Shopping_List_Database::check_database_version()
    wp-content/plugins/wp-recipe-maker-premium/addons-elite/recipe-collections/includes/public/class-wprmprc-shopping-list-database.php:44
Plugin: wp-recipe-maker-premium
14
  1. RankMath->init()
    wp-content/plugins/seo-by-rank-math/rank-math.php:150
Plugin: seo-by-rank-math
15
  1. RankMath->init_frontend()
    wp-content/plugins/seo-by-rank-math/rank-math.php:375
Plugin: seo-by-rank-math
15
  1. WPMailSMTP\Core->get_connect()
    wp-content/plugins/wp-mail-smtp/src/Core.php:1116
Plugin: wp-mail-smtp
20
  1. WPMailSMTP\Core->get_dashboard_widget()
    wp-content/plugins/wp-mail-smtp/src/Core.php:1168
Plugin: wp-mail-smtp
20
  1. WPMailSMTP\Core->get_connections_manager()
    wp-content/plugins/wp-mail-smtp/src/Core.php:1261
Plugin: wp-mail-smtp
91
  1. Pixwell_Post_Elements->register_mc4wp_integration()
    wp-content/plugins/pixwell-core/lib/pixwell-elements/pixwell-elements.php:91
Plugin: pixwell-core
100
  1. pixwell_amp_backend()
    wp-content/plugins/pixwell-core/admin/amp-mode.php:26
Plugin: pixwell-core
publishpress_psr_container_2Dot0Dot1Dot10_initialized
publishpress_pimple_pimple_3Dot5Dot0Dot10_initialized
publishpress_wordpress_version_notices_2Dot1Dot5_initialized
itsec_requirements_error
itsec_login_interstitial_init10
  1. ITSEC_Two_Factor->register_interstitial()
    wp-content/plugins/better-wp-security/core/modules/two-factor/class-itsec-two-factor.php:718
Plugin: better-wp-security
10
  1. ITSEC_Password_Requirements->register_interstitial()
    wp-content/plugins/better-wp-security/core/modules/password-requirements/class-itsec-password-requirements.php:382
Plugin: better-wp-security
itsec_initialized10
  1. iThemesSecurity\U\M\Module->trigger_setting_registration()
    wp-content/plugins/better-wp-security/core/modules/user-groups/Module/Module.php:55
Plugin: better-wp-security
itsec_register_user_group_settings10
  1. ITSEC_Password_Requirements->register_group_settings()
    wp-content/plugins/better-wp-security/core/modules/password-requirements/class-itsec-password-requirements.php:395
Plugin: better-wp-security
itsec_register_password_requirements10
  1. ITSEC_Strong_Passwords->register_requirements()
    wp-content/plugins/better-wp-security/core/modules/strong-passwords/class-itsec-strong-passwords.php:39
Plugin: better-wp-security
10
  1. ITSEC_HIBP->register_requirement()
    wp-content/plugins/better-wp-security/core/modules/hibp/class-itsec-hibp.php:27
Plugin: better-wp-security
multiple_authors_after_setup_actions
plublishpress_authors_loaded
action_scheduler_pre_init
wprm_init10
  1. WP_Recipe_Maker_Premium->init()
    wp-content/plugins/wp-recipe-maker-premium/includes/class-wp-recipe-maker-premium.php:68
Plugin: wp-recipe-maker-premium
wprm_premium_init10
  1. WPRMP_Advanced_Nutrition->init()
    wp-content/plugins/wp-recipe-maker-premium/addons-pro/advanced-nutrition/includes/class-wprmp-advanced-nutrition.php:47
Plugin: wp-recipe-maker-premium
10
  1. WPRMP_Custom_Fields->init()
    wp-content/plugins/wp-recipe-maker-premium/addons-pro/custom-fields/includes/class-wprmp-custom-fields.php:53
Plugin: wp-recipe-maker-premium
10
  1. WPRMP_Translate->init()
    wp-content/plugins/wp-recipe-maker-premium/addons-pro/translate/includes/class-wprmp-translate.php:47
Plugin: wp-recipe-maker-premium
10
  1. WPRMP_Unit_Conversion->init()
    wp-content/plugins/wp-recipe-maker-premium/addons-pro/unit-conversion/includes/class-wprmp-unit-conversion.php:53
Plugin: wp-recipe-maker-premium
10
  1. WPRMP_Recipe_Collections->init()
    wp-content/plugins/wp-recipe-maker-premium/addons-elite/recipe-collections/includes/class-wprmp-recipe-collections.php:38
Plugin: wp-recipe-maker-premium
10
  1. WPRMP_Recipe_Submission->init()
    wp-content/plugins/wp-recipe-maker-premium/addons-elite/recipe-submission/includes/class-wprmp-recipe-submission.php:53
Plugin: wp-recipe-maker-premium
wprmpn_init
wprmpcf_init
wprmpt_init
wprmpuc_init
wprmprc_init
wprmprs_init
auth_cookie_malformed10
  1. rest_cookie_collect_status()
    wp-includes/rest-api.php:1156
Arquivos básicos do WordPress
wp_roles_init
loco_unseen_textdomain
auth_cookie_valid10
  1. rest_cookie_collect_status()
    wp-includes/rest-api.php:1156
Arquivos básicos do WordPress
set_current_user10
  1. kses_init()
    wp-includes/kses.php:2337
Arquivos básicos do WordPress
10
  1. _wp_footnotes_kses_init()
    wp-includes/blocks.php:3000
Arquivos básicos do WordPress
rank_math/frontend/loaded
sanitize_comment_cookies10
  1. sanitize_comment_cookies()
    wp-includes/comment.php:613
Arquivos básicos do WordPress
setup_theme0
  1. create_initial_theme_features()
    wp-includes/theme.php:3937
Arquivos básicos do WordPress
11
  1. _delete_site_logo_on_remove_custom_logo_on_setup_theme()
    wp-includes/blocks/site-logo.php:207
Arquivos básicos do WordPress
tgmpa_init
after_setup_theme0
  1. Pixwell_Register_Options::get_instance()
    wp-content/themes/pixwell/backend/redux-settings.php:14
Tema
1
  1. _add_default_theme_supports()
    wp-includes/theme.php:4386
Arquivos básicos do WordPress
1
  1. wp_setup_widgets_block_editor()
    wp-includes/widgets.php:1881
Arquivos básicos do WordPress
1
  1. wp_enable_block_templates()
    wp-includes/theme-templates.php:226
Arquivos básicos do WordPress
1
  1. RankMathPro->localization_setup()
    wp-content/plugins/seo-by-rank-math-pro/rank-math-pro.php:403
Plugin: seo-by-rank-math-pro
1
  1. RankMath->localization_setup()
    wp-content/plugins/seo-by-rank-math/rank-math.php:503
Plugin: seo-by-rank-math
1
  1. WPRM_Template_Shortcodes::load_shortcodes()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-template-shortcodes.php:165
Plugin: wp-recipe-maker
1
  1. ITSEC_Lockout->register_modules()
    wp-content/plugins/better-wp-security/core/lockout.php:1300
Plugin: better-wp-security
2
  1. RankMath\Module\Manager->setup_modules()
    wp-content/plugins/seo-by-rank-math/includes/module/class-manager.php:83
Plugin: seo-by-rank-math
2
  1. RankMath\Module\Manager->load_modules()
    wp-content/plugins/seo-by-rank-math/includes/module/class-manager.php:469
Plugin: seo-by-rank-math
10
  1. WP_Script_Modules->add_hooks()
    wp-includes/class-wp-script-modules.php:187
Arquivos básicos do WordPress
10
  1. WP_Interactivity_API->add_hooks()
    wp-includes/interactivity-api/class-wp-interactivity-api.php:348
Arquivos básicos do WordPress
10
  1. run_better_search_replace()
    wp-content/plugins/better-search-replace/better-search-replace.php:69
Plugin: better-search-replace
10
  1. LiteSpeed\Core->init()
    wp-content/plugins/litespeed-cache/src/core.cls.php:165
Plugin: litespeed-cache
10
  1. Redux::createRedux()
    wp-content/plugins/pixwell-core/lib/redux-framework/inc/class.redux_api.php:129
Plugin: pixwell-core
10
  1. WPRM_Metadata::metadata_image_sizes()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-metadata.php:254
Plugin: wp-recipe-maker
10
  1. Encerramento na linha 29 de wp-content/plugins/better-wp-security/core/lib/tools/Tools_Runner.php
    wp-content/plugins/better-wp-security/core/lib/tools/Tools_Runner.php:29
Plugin: better-wp-security
10
  1. WPMailSMTP\UsageTracking\UsageTracking->load()
    wp-content/plugins/wp-mail-smtp/src/UsageTracking/UsageTracking.php:56
Plugin: wp-mail-smtp
10
  1. pixwell_theme_setup()
    wp-content/themes/pixwell/functions.php:11
Tema
11
  1. Encerramento na linha 398 de wp-content/plugins/seo-by-rank-math/rank-math.php
    wp-content/plugins/seo-by-rank-math/rank-math.php:398
Plugin: seo-by-rank-math
11
  1. Encerramento na linha 295 de wp-content/plugins/seo-by-rank-math-pro/rank-math-pro.php
    wp-content/plugins/seo-by-rank-math-pro/rank-math-pro.php:295
Plugin: seo-by-rank-math-pro
11
  1. RankMathPro->init()
    wp-content/plugins/seo-by-rank-math-pro/rank-math-pro.php:344
Plugin: seo-by-rank-math-pro
99
  1. RankMath\Sitemap\Router->reduce_query_load()
    wp-content/plugins/seo-by-rank-math/includes/modules/sitemap/class-router.php:85
Plugin: seo-by-rank-math
is_wp_error_instance
litespeed_init10
  1. LiteSpeed\Thirdparty\Divi_Theme_Builder::preload()
    wp-content/plugins/litespeed-cache/thirdparty/divi-theme-builder.cls.php:21
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\WooCommerce::preload()
    wp-content/plugins/litespeed-cache/thirdparty/woocommerce.cls.php:799
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\NextGenGallery::preload()
    wp-content/plugins/litespeed-cache/thirdparty/nextgengallery.cls.php:29
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\AMP::preload()
    wp-content/plugins/litespeed-cache/thirdparty/amp.cls.php:63
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\Elementor::preload()
    wp-content/plugins/litespeed-cache/thirdparty/elementor.cls.php:15
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\Gravity_Forms::preload()
    wp-content/plugins/litespeed-cache/thirdparty/gravity-forms.cls.php:18
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\Perfmatters::preload()
    wp-content/plugins/litespeed-cache/thirdparty/perfmatters.cls.php:15
Plugin: litespeed-cache
litespeed_initing
redux/construct5
  1. ReduxFrameworkInstances->capture()
    wp-content/plugins/pixwell-core/lib/redux-framework/inc/class.redux_instances.php:70
Plugin: pixwell-core
redux/extensions/before
redux/extensions/pixwell_theme_options/before
redux/options/pixwell_theme_options/import
redux-register-extensions-pixwell_theme_options
redux/extensions/pixwell_theme_options
redux/loaded
itsec_register_tools10
  1. Encerramento na linha 151 de wp-content/plugins/better-wp-security/core/modules/global/active.php
    wp-content/plugins/better-wp-security/core/modules/global/active.php:151
Plugin: better-wp-security
10
  1. ITSEC_Security_Check_Pro->register_tools()
    wp-content/plugins/better-wp-security/core/modules/security-check-pro/class-itsec-security-check-pro.php:78
Plugin: better-wp-security
10
  1. Encerramento na linha 8 de wp-content/plugins/better-wp-security/core/modules/admin-user/active.php
    wp-content/plugins/better-wp-security/core/modules/admin-user/active.php:8
Plugin: better-wp-security
10
  1. Encerramento na linha 7 de wp-content/plugins/better-wp-security/core/modules/database-prefix/active.php
    wp-content/plugins/better-wp-security/core/modules/database-prefix/active.php:7
Plugin: better-wp-security
10
  1. ITSEC_Core_Active->register_tools()
    wp-content/plugins/better-wp-security/core/modules/core/class-itsec-core-active.php:322
Plugin: better-wp-security
10
  1. Encerramento na linha 7 de wp-content/plugins/better-wp-security/core/modules/file-permissions/active.php
    wp-content/plugins/better-wp-security/core/modules/file-permissions/active.php:7
Plugin: better-wp-security
10
  1. Encerramento na linha 7 de wp-content/plugins/better-wp-security/core/modules/file-writing/active.php
    wp-content/plugins/better-wp-security/core/modules/file-writing/active.php:7
Plugin: better-wp-security
10
  1. Encerramento na linha 7 de wp-content/plugins/better-wp-security/core/modules/salts/active.php
    wp-content/plugins/better-wp-security/core/modules/salts/active.php:7
Plugin: better-wp-security
init-9223372036854775808 (PHP_INT_MIN)
  1. iThemesSecurity\M\F\Firewall->launch_firewall()
    wp-content/plugins/better-wp-security/core/modules/firewall/Firewall.php:45
Plugin: better-wp-security
0
  1. create_initial_post_types()
    wp-includes/post.php:20
Arquivos básicos do WordPress
0
  1. create_initial_taxonomies()
    wp-includes/taxonomy.php:25
Arquivos básicos do WordPress
0
  1. ITSEC_Lockout->update_temp_whitelist()
    wp-content/plugins/better-wp-security/core/lockout.php:1023
Plugin: better-wp-security
0
  1. ActionScheduler_AdminView->init()
    wp-content/plugins/seo-by-rank-math/vendor/woocommerce/action-scheduler/classes/ActionScheduler_AdminView.php:52
Plugin: seo-by-rank-math
0
  1. WP_Scripts->init()
    wp-includes/class-wp-scripts.php:158
Arquivos básicos do WordPress
1
  1. wp_initialize_site_preview_hooks()
    wp-includes/block-editor.php:867
Arquivos básicos do WordPress
1
  1. wp_widgets_init()
    wp-includes/widgets.php:1820
Arquivos básicos do WordPress
1
  1. WPRM_List_Post_Type::register_post_type()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-list-post-type.php:36
Plugin: wp-recipe-maker
1
  1. WPRM_Post_Type::register_post_type()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-post-type.php:39
Plugin: wp-recipe-maker
1
  1. ActionScheduler_DBStore->init()
    wp-content/plugins/seo-by-rank-math/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:52
Plugin: seo-by-rank-math
1
  1. ActionScheduler_DBLogger->init()
    wp-content/plugins/seo-by-rank-math/vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php:105
Plugin: seo-by-rank-math
1
  1. ActionScheduler_QueueRunner->init()
    wp-content/plugins/seo-by-rank-math/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php:70
Plugin: seo-by-rank-math
1
  1. ActionScheduler_RecurringActionScheduler->init()
    wp-content/plugins/seo-by-rank-math/vendor/woocommerce/action-scheduler/classes/ActionScheduler_RecurringActionScheduler.php:25
Plugin: seo-by-rank-math
1
  1. Encerramento na linha 211 de wp-content/plugins/seo-by-rank-math/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler.php
    wp-content/plugins/seo-by-rank-math/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler.php:211
Plugin: seo-by-rank-math
1
  1. WPRMPRC_Post_Type::register_post_type()
    wp-content/plugins/wp-recipe-maker-premium/addons-elite/recipe-collections/includes/public/class-wprmprc-post-type.php:36
Plugin: wp-recipe-maker-premium
1
  1. RankMath\Sitemap\Router->init()
    wp-content/plugins/seo-by-rank-math/includes/modules/sitemap/class-router.php:43
Plugin: seo-by-rank-math
1
  1. BSR_AJAX->define_ajax()
    wp-content/plugins/better-search-replace/includes/class-bsr-ajax.php:41
Plugin: better-search-replace
2
  1. PIXWELL_CORE->load_components()
    wp-content/plugins/pixwell-core/pixwell-core.php:120
Plugin: pixwell-core
2
  1. WPRM_Taxonomies::register_taxonomies()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-taxonomies.php:44
Plugin: wp-recipe-maker
2
  1. WPRMPN_Ingredient_Manager::ingredient_taxonomy()
    wp-content/plugins/wp-recipe-maker-premium/addons-pro/advanced-nutrition/includes/public/class-wprmpn-ingredient-manager.php:36
Plugin: wp-recipe-maker-premium
2
  1. BSR_AJAX->do_bsr_ajax()
    wp-content/plugins/better-search-replace/includes/class-bsr-ajax.php:70
Plugin: better-search-replace
4
  1. RankMath\Rewrite::change_author_base()
    wp-content/plugins/seo-by-rank-math/includes/class-rewrite.php:110
Plugin: seo-by-rank-math
5
  1. smilies_init()
    wp-includes/functions.php:4819
Arquivos básicos do WordPress
5
  1. WPMailSMTP\Core->get_tasks()
    wp-content/plugins/wp-mail-smtp/src/Core.php:244
Plugin: wp-mail-smtp
5
  1. LiteSpeed\Core->after_user_init()
    wp-content/plugins/litespeed-cache/src/core.cls.php:237
Plugin: litespeed-cache
5
  1. RankMathPro\Redirections\Schedule->disallow_scheduled_bulk_status_change()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/redirections/class-schedule.php:282
Plugin: seo-by-rank-math-pro
9
  1. register_core_block_style_handles()
    wp-includes/blocks/index.php:29
Arquivos básicos do WordPress
9
  1. wp_register_core_block_metadata_collection()
    wp-includes/blocks/index.php:171
Arquivos básicos do WordPress
10
  1. _register_core_block_patterns_and_categories()
    wp-includes/block-patterns.php:18
Arquivos básicos do WordPress
10
  1. wp_cron()
    wp-includes/cron.php:993
Arquivos básicos do WordPress
10
  1. wp_schedule_delete_old_privacy_export_files()
    wp-includes/functions.php:8357
Arquivos básicos do WordPress
10
  1. _show_post_preview()
    wp-includes/revision.php:883
Arquivos básicos do WordPress
10
  1. rest_api_init()
    wp-includes/rest-api.php:208
Arquivos básicos do WordPress
10
  1. wp_sitemaps_get_server()
    wp-includes/sitemaps.php:22
Arquivos básicos do WordPress
10
  1. kses_init()
    wp-includes/kses.php:2337
Arquivos básicos do WordPress
10
  1. _wp_footnotes_kses_init()
    wp-includes/blocks.php:3000
Arquivos básicos do WordPress
10
  1. wp_register_persisted_preferences_meta()
    wp-includes/user.php:5117
Arquivos básicos do WordPress
10
  1. wp_create_initial_post_meta()
    wp-includes/post.php:8510
Arquivos básicos do WordPress
10
  1. _wp_register_default_font_collections()
    wp-includes/fonts.php:262
Arquivos básicos do WordPress
10
  1. wp_schedule_update_checks()
    wp-includes/update.php:1060
Arquivos básicos do WordPress
10
  1. _register_block_bindings_pattern_overrides_source()
    wp-includes/block-bindings/pattern-overrides.php:36
Arquivos básicos do WordPress
10
  1. _register_block_bindings_post_meta_source()
    wp-includes/block-bindings/post-meta.php:59
Arquivos básicos do WordPress
10
  1. register_block_core_legacy_widget()
    wp-includes/blocks/legacy-widget.php:64
Arquivos básicos do WordPress
10
  1. register_block_core_widget_group()
    wp-includes/blocks/widget-group.php:53
Arquivos básicos do WordPress
10
  1. register_block_core_archives()
    wp-includes/blocks/archives.php:114
Arquivos básicos do WordPress
10
  1. register_block_core_avatar()
    wp-includes/blocks/avatar.php:158
Arquivos básicos do WordPress
10
  1. register_block_core_block()
    wp-includes/blocks/block.php:108
Arquivos básicos do WordPress
10
  1. register_block_core_button()
    wp-includes/blocks/button.php:72
Arquivos básicos do WordPress
10
  1. register_block_core_calendar()
    wp-includes/blocks/calendar.php:87
Arquivos básicos do WordPress
10
  1. register_block_core_categories()
    wp-includes/blocks/categories.php:123
Arquivos básicos do WordPress
10
  1. register_block_core_comment_author_name()
    wp-includes/blocks/comment-author-name.php:61
Arquivos básicos do WordPress
10
  1. register_block_core_comment_content()
    wp-includes/blocks/comment-content.php:77
Arquivos básicos do WordPress
10
  1. register_block_core_comment_date()
    wp-includes/blocks/comment-date.php:56
Arquivos básicos do WordPress
10
  1. register_block_core_comment_edit_link()
    wp-includes/blocks/comment-edit-link.php:56
Arquivos básicos do WordPress
10
  1. register_block_core_comment_reply_link()
    wp-includes/blocks/comment-reply-link.php:78
Arquivos básicos do WordPress
10
  1. register_block_core_comment_template()
    wp-includes/blocks/comment-template.php:144
Arquivos básicos do WordPress
10
  1. register_block_core_comments()
    wp-includes/blocks/comments.php:93
Arquivos básicos do WordPress
10
  1. register_block_core_comments_pagination()
    wp-includes/blocks/comments-pagination.php:42
Arquivos básicos do WordPress
10
  1. register_block_core_comments_pagination_next()
    wp-includes/blocks/comments-pagination-next.php:56
Arquivos básicos do WordPress
10
  1. register_block_core_comments_pagination_numbers()
    wp-includes/blocks/comments-pagination-numbers.php:58
Arquivos básicos do WordPress
10
  1. register_block_core_comments_pagination_previous()
    wp-includes/blocks/comments-pagination-previous.php:49
Arquivos básicos do WordPress
10
  1. register_block_core_comments_title()
    wp-includes/blocks/comments-title.php:92
Arquivos básicos do WordPress
10
  1. register_block_core_cover()
    wp-includes/blocks/cover.php:93
Arquivos básicos do WordPress
10
  1. register_block_core_file()
    wp-includes/blocks/file.php:54
Arquivos básicos do WordPress
10
  1. register_block_core_footnotes()
    wp-includes/blocks/footnotes.php:70
Arquivos básicos do WordPress
10
  1. register_block_core_gallery()
    wp-includes/blocks/gallery.php:174
Arquivos básicos do WordPress
10
  1. register_block_core_heading()
    wp-includes/blocks/heading.php:47
Arquivos básicos do WordPress
10
  1. register_block_core_home_link()
    wp-includes/blocks/home-link.php:168
Arquivos básicos do WordPress
10
  1. register_block_core_image()
    wp-includes/blocks/image.php:315
Arquivos básicos do WordPress
10
  1. register_block_core_latest_comments()
    wp-includes/blocks/latest-comments.php:153
Arquivos básicos do WordPress
10
  1. register_block_core_latest_posts()
    wp-includes/blocks/latest-posts.php:229
Arquivos básicos do WordPress
10
  1. register_block_core_list()
    wp-includes/blocks/list.php:45
Arquivos básicos do WordPress
10
  1. register_block_core_loginout()
    wp-includes/blocks/loginout.php:47
Arquivos básicos do WordPress
10
  1. register_block_core_media_text()
    wp-includes/blocks/media-text.php:123
Arquivos básicos do WordPress
10
  1. register_block_core_navigation()
    wp-includes/blocks/navigation.php:1164
Arquivos básicos do WordPress
10
  1. register_block_core_navigation_link()
    wp-includes/blocks/navigation-link.php:433
Arquivos básicos do WordPress
10
  1. register_block_core_navigation_submenu()
    wp-includes/blocks/navigation-submenu.php:292
Arquivos básicos do WordPress
10
  1. register_block_core_page_list()
    wp-includes/blocks/page-list.php:363
Arquivos básicos do WordPress
10
  1. register_block_core_page_list_item()
    wp-includes/blocks/page-list-item.php:13
Arquivos básicos do WordPress
10
  1. register_block_core_pattern()
    wp-includes/blocks/pattern.php:13
Arquivos básicos do WordPress
10
  1. register_block_core_post_author()
    wp-includes/blocks/post-author.php:73
Arquivos básicos do WordPress
10
  1. register_block_core_post_author_biography()
    wp-includes/blocks/post-author-biography.php:45
Arquivos básicos do WordPress
10
  1. register_block_core_post_author_name()
    wp-includes/blocks/post-author-name.php:55
Arquivos básicos do WordPress
10
  1. register_block_core_post_comments_form()
    wp-includes/blocks/post-comments-form.php:62
Arquivos básicos do WordPress
10
  1. register_block_core_post_content()
    wp-includes/blocks/post-content.php:71
Arquivos básicos do WordPress
10
  1. register_block_core_post_date()
    wp-includes/blocks/post-date.php:85
Arquivos básicos do WordPress
10
  1. register_block_core_post_excerpt()
    wp-includes/blocks/post-excerpt.php:74
Arquivos básicos do WordPress
10
  1. register_block_core_post_featured_image()
    wp-includes/blocks/post-featured-image.php:260
Arquivos básicos do WordPress
10
  1. register_block_core_post_navigation_link()
    wp-includes/blocks/post-navigation-link.php:131
Arquivos básicos do WordPress
10
  1. register_block_core_post_template()
    wp-includes/blocks/post-template.php:153
Arquivos básicos do WordPress
10
  1. register_block_core_post_terms()
    wp-includes/blocks/post-terms.php:121
Arquivos básicos do WordPress
10
  1. register_block_core_post_title()
    wp-includes/blocks/post-title.php:66
Arquivos básicos do WordPress
10
  1. register_block_core_query()
    wp-includes/blocks/query.php:63
Arquivos básicos do WordPress
10
  1. register_block_core_query_no_results()
    wp-includes/blocks/query-no-results.php:57
Arquivos básicos do WordPress
10
  1. register_block_core_query_pagination()
    wp-includes/blocks/query-pagination.php:43
Arquivos básicos do WordPress
10
  1. register_block_core_query_pagination_next()
    wp-includes/blocks/query-pagination-next.php:94
Arquivos básicos do WordPress
10
  1. register_block_core_query_pagination_numbers()
    wp-includes/blocks/query-pagination-numbers.php:125
Arquivos básicos do WordPress
10
  1. register_block_core_query_pagination_previous()
    wp-includes/blocks/query-pagination-previous.php:87
Arquivos básicos do WordPress
10
  1. register_block_core_query_title()
    wp-includes/blocks/query-title.php:68
Arquivos básicos do WordPress
10
  1. register_block_core_query_total()
    wp-includes/blocks/query-total.php:82
Arquivos básicos do WordPress
10
  1. register_block_core_read_more()
    wp-includes/blocks/read-more.php:55
Arquivos básicos do WordPress
10
  1. register_block_core_rss()
    wp-includes/blocks/rss.php:118
Arquivos básicos do WordPress
10
  1. register_block_core_search()
    wp-includes/blocks/search.php:202
Arquivos básicos do WordPress
10
  1. register_block_core_shortcode()
    wp-includes/blocks/shortcode.php:27
Arquivos básicos do WordPress
10
  1. register_block_core_site_logo()
    wp-includes/blocks/site-logo.php:110
Arquivos básicos do WordPress
10
  1. register_block_core_site_tagline()
    wp-includes/blocks/site-tagline.php:44
Arquivos básicos do WordPress
10
  1. register_block_core_site_title()
    wp-includes/blocks/site-title.php:61
Arquivos básicos do WordPress
10
  1. register_block_core_social_link()
    wp-includes/blocks/social-link.php:81
Arquivos básicos do WordPress
10
  1. register_block_core_tag_cloud()
    wp-includes/blocks/tag-cloud.php:55
Arquivos básicos do WordPress
10
  1. register_block_core_template_part()
    wp-includes/blocks/template-part.php:294
Arquivos básicos do WordPress
10
  1. register_block_core_term_description()
    wp-includes/blocks/term-description.php:45
Arquivos básicos do WordPress
10
  1. register_core_block_types_from_metadata()
    wp-includes/blocks/index.php:152
Arquivos básicos do WordPress
10
  1. _register_theme_block_patterns()
    wp-includes/block-patterns.php:349
Arquivos básicos do WordPress
10
  1. ITSEC_Lib_User_Activity->identify_user()
    wp-content/plugins/better-wp-security/core/lib/class-itsec-lib-user-activity.php:36
Plugin: better-wp-security
10
  1. Pixwell_Post_Elements->block_init()
    wp-content/plugins/pixwell-core/lib/pixwell-elements/pixwell-elements.php:69
Plugin: pixwell-core
10
  1. pixwell_remove_plugin_hooks()
    wp-content/plugins/pixwell-core/includes/actions.php:203
Plugin: pixwell-core
10
  1. Redux::createRedux()
    wp-content/plugins/pixwell-core/lib/redux-framework/inc/class.redux_api.php:129
Plugin: pixwell-core
10
  1. Rate_My_Post_Blocks->register_blocks()
    wp-content/plugins/rate-my-post/common/class-rate-my-post-blocks.php:12
Plugin: rate-my-post
10
  1. Rate_My_Post_Public->register_shortcodes()
    wp-content/plugins/rate-my-post/public/class-rate-my-post-public.php:155
Plugin: rate-my-post
10
  1. Encerramento na linha 23 de wp-content/plugins/remove-nofollow-links/remove-nofollow-links.php
    wp-content/plugins/remove-nofollow-links/remove-nofollow-links.php:23
Plugin: remove-nofollow-links
10
  1. Encerramento na linha 38 de wp-content/plugins/seo-by-rank-math-pro/rank-math-pro.php
    wp-content/plugins/seo-by-rank-math-pro/rank-math-pro.php:38
Plugin: seo-by-rank-math-pro
10
  1. RankMath\Settings->init()
    wp-content/plugins/seo-by-rank-math/includes/class-settings.php:52
Plugin: seo-by-rank-math
10
  1. RankMath->pass_admin_content()
    wp-content/plugins/seo-by-rank-math/rank-math.php:517
Plugin: seo-by-rank-math
10
  1. WPMailSMTP\Core->init()
    wp-content/plugins/wp-mail-smtp/src/Core.php:161
Plugin: wp-mail-smtp
10
  1. WPRM_i18n::load_plugin_textdomain()
    wp-content/plugins/wp-recipe-maker/includes/class-wprm-i18n.php:39
Plugin: wp-recipe-maker
10
  1. WPRM_Blocks::register_recipe_block()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-blocks.php:62
Plugin: wp-recipe-maker
10
  1. WPRM_Comment_Rating::wpdiscuz_compatibility()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-comment-rating.php:264
Plugin: wp-recipe-maker
10
  1. WPRM_Preview::check_for_preview()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-preview.php:48
Plugin: wp-recipe-maker
10
  1. WPRM_Print::print_page()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-print.php:54
Plugin: wp-recipe-maker
10
  1. WPRM_Recipe_Roundup::meta_fields_in_rest()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-recipe-roundup.php:203
Plugin: wp-recipe-maker
10
  1. iThemesSecurity\S\S\T\L\Last_Send_Subscriber->initialize_last_send_option()
    wp-content/plugins/better-wp-security/vendor-prod/stellarwp/telemetry/src/Telemetry/Last_Send/Last_Send_Subscriber.php:45
Plugin: better-wp-security
10
  1. iThemesSecurity\S\S\T\O\Opt_In_Subscriber->initialize_optin_option()
    wp-content/plugins/better-wp-security/vendor-prod/stellarwp/telemetry/src/Telemetry/Opt_In/Opt_In_Subscriber.php:134
Plugin: better-wp-security
10
  1. itsec_cron_test_fail_safe()
    wp-content/plugins/better-wp-security/core/modules/global/active.php:14
Plugin: better-wp-security
10
  1. ITSEC_Two_Factor_Helper->get_all_providers()
    wp-content/plugins/better-wp-security/core/modules/two-factor/class-itsec-two-factor-helper.php:72
Plugin: better-wp-security
10
  1. ITSEC_File_Change->health_check()
    wp-content/plugins/better-wp-security/core/modules/file-change/class-itsec-file-change.php:51
Plugin: better-wp-security
10
  1. ITSEC_Dashboard->register_data_storage()
    wp-content/plugins/better-wp-security/core/modules/dashboard/class-itsec-dashboard.php:56
Plugin: better-wp-security
10
  1. ITSEC_Core_Active->register_block()
    wp-content/plugins/better-wp-security/core/modules/core/class-itsec-core-active.php:243
Plugin: better-wp-security
10
  1. ITSEC_Lockout->check_for_host_lockouts()
    wp-content/plugins/better-wp-security/core/lockout.php:142
Plugin: better-wp-security
10
  1. MultipleAuthors\Plugin->action_init()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:494
Plugin: publishpress-authors
10
  1. WPRMP_License::edd_plugin_updater()
    wp-content/plugins/wp-recipe-maker-premium/includes/public/class-wprmp-license.php:120
Plugin: wp-recipe-maker-premium
10
  1. WPRMP_i18n::load_plugin_textdomain()
    wp-content/plugins/wp-recipe-maker-premium/includes/class-wprmp-i18n.php:39
Plugin: wp-recipe-maker-premium
10
  1. WPRMPRC_Blocks::register_blocks()
    wp-content/plugins/wp-recipe-maker-premium/addons-elite/recipe-collections/includes/public/class-wprmprc-blocks.php:36
Plugin: wp-recipe-maker-premium
10
  1. ShortPixel\C\F\PictureController->initWebpHooks()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/Front/PictureController.php:29
Plugin: shortpixel-image-optimiser
10
  1. ShortPixel\ShortPixelPlugin->init()
    wp-content/plugins/shortpixel-image-optimiser/shortpixel-plugin.php:88
Plugin: shortpixel-image-optimiser
10
  1. WPSweep->init()
    wp-content/plugins/wp-sweep/inc/class-wpsweep.php:77
Plugin: wp-sweep
10
  1. RankMath\Frontend\Shortcodes->init()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-shortcodes.php:39
Plugin: seo-by-rank-math
10
  1. TGM_Plugin_Activation->init()
    wp-content/themes/pixwell/backend/class-tgm-plugin-activation.php:321
Tema
10
  1. pixwell_single_load_next_endpoint()
    wp-content/themes/pixwell/includes/actions.php:254
Tema
10
  1. RankMath\Analytics\Analytics_Common->maybe_init_email_reports()
    wp-content/plugins/seo-by-rank-math/includes/modules/analytics/class-analytics-common.php:216
Plugin: seo-by-rank-math
10
  1. RankMathPro\Schema\Post_Type->register()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/schema/class-post-type.php:38
Plugin: seo-by-rank-math-pro
10
  1. RankMath\Schema\Blocks->init()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-blocks.php:39
Plugin: seo-by-rank-math
10
  1. RankMathPro\Schema\Frontend->add_endpoint()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/schema/class-frontend.php:74
Plugin: seo-by-rank-math-pro
16
  1. MultipleAuthors\Classes\Content_Model::action_init_late_register_taxonomy_for_object_type()
    wp-content/plugins/publishpress-authors/src/core/Classes/Content_Model.php:23
Plugin: publishpress-authors
20
  1. register_block_core_footnotes_post_meta()
    wp-includes/blocks/footnotes.php:86
Arquivos básicos do WordPress
20
  1. RUBY_COMPOSER->load_language()
    wp-content/plugins/pixwell-core/composer/setup.php:76
Plugin: pixwell-core
20
  1. ITSEC_Notification_Center->check_notification_schedule_fast()
    wp-content/plugins/better-wp-security/core/modules/notification-center/class-notification-center.php:706
Plugin: better-wp-security
20
  1. RankMath\Analytics\Analytics_Common->maybe_enable_email_reports()
    wp-content/plugins/seo-by-rank-math/includes/modules/analytics/class-analytics-common.php:227
Plugin: seo-by-rank-math
20
  1. RankMathPro\Monitor_Pro->maybe_export()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/404-monitor/class-monitor-pro.php:113
Plugin: seo-by-rank-math-pro
20
  1. RankMathPro\Redirections\Categories->register_categories()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/redirections/class-categories.php:71
Plugin: seo-by-rank-math-pro
21
  1. register_legacy_post_comments_block()
    wp-includes/blocks/comments.php:159
Arquivos básicos do WordPress
22
  1. WP_Block_Supports::init()
    wp-includes/class-wp-block-supports.php:66
Arquivos básicos do WordPress
25
  1. RankMath\Admin\Page->init()
    wp-content/plugins/seo-by-rank-math/includes/admin/class-page.php:155
Plugin: seo-by-rank-math
50
  1. PublishPress\W\M\M\Module->collectTheSettings()
    wp-content/plugins/publishpress-authors/lib/vendor/publishpress/wordpress-version-notices/src/Module/MenuLink/Module.php:71
Plugin: publishpress-authors
99
  1. check_theme_switched()
    wp-includes/theme.php:3476
Arquivos básicos do WordPress
99
  1. WPRM_Shortcode::fallback_shortcodes()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-shortcode.php:90
Plugin: wp-recipe-maker
99
  1. RankMathPro\Analytics\Keywords->get_post_type_list()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/analytics/class-keywords.php:62
Plugin: seo-by-rank-math-pro
1000
  1. MultipleAuthors\C\L\LegacyPlugin->action_init()
    wp-content/plugins/publishpress-authors/src/core/Classes/Legacy/LegacyPlugin.php:66
Plugin: publishpress-authors
1001
  1. MultipleAuthors\Plugin->action_init_late()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:539
Plugin: publishpress-authors
1100
  1. MultipleAuthors\C\L\LegacyPlugin->action_init_after()
    wp-content/plugins/publishpress-authors/src/core/Classes/Legacy/LegacyPlugin.php:430
Plugin: publishpress-authors
9957
  1. CMB2_Bootstrap_2110->include_cmb()
    wp-content/plugins/seo-by-rank-math/vendor/cmb2/cmb2/init.php:140
Plugin: seo-by-rank-math
9999
  1. MultipleAuthors\Classes\Post_Editor::remove_core_author_field()
    wp-content/plugins/publishpress-authors/src/core/Classes/Post_Editor.php:740
Plugin: publishpress-authors
9999
  1. RankMathPro\Schema\Taxonomy->init()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/schema/class-taxonomy.php:49
Plugin: seo-by-rank-math-pro
9223372036854775807 (PHP_INT_MAX)
  1. PIXWELL_CORE->block_shortcodes()
    wp-content/plugins/pixwell-core/pixwell-core.php:194
Plugin: pixwell-core
widgets_init1
  1. _wp_block_theme_register_classic_sidebars()
    wp-includes/widgets.php:2138
Arquivos básicos do WordPress
10
  1. PIXWELL_CORE->register_widgets()
    wp-content/plugins/pixwell-core/pixwell-core.php:126
Plugin: pixwell-core
10
  1. Rate_My_Post_Admin->register_widgets()
    wp-content/plugins/rate-my-post/admin/class-rate-my-post-admin.php:830
Plugin: rate-my-post
10
  1. MultipleAuthors\Plugin->action_widget_init()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:760
Plugin: publishpress-authors
10
  1. pixwell_register_all_sidebars()
    wp-content/themes/pixwell/backend/sidebars.php:9
Tema
100
  1. WP_Widget_Factory->_register_widgets()
    wp-includes/class-wp-widget-factory.php:90
Arquivos básicos do WordPress
register_sidebar
wp_register_sidebar_widget
registered_post_type_wprm_list
check_ajax_referer
registered_post_type_wprm_recipe
action_scheduler_init
registered_post_type_wprm_collection
registered_taxonomy_wprm_course
registered_taxonomy_for_object_type
registered_taxonomy_wprm_cuisine
registered_taxonomy_wprm_suitablefordiet
parse_term_query
pre_get_terms
registered_taxonomy_wprm_keyword
registered_taxonomy_wprm_ingredient
registered_taxonomy_wprm_ingredient_unit
registered_taxonomy_wprm_glossary_term
registered_taxonomy_wprm_equipment
registered_taxonomy_wprm_nutrition_ingredient
wp_sitemaps_init
wp_default_styles10
  1. wp_default_styles()
    wp-includes/script-loader.php:1547
Arquivos básicos do WordPress
wp_default_scripts10
  1. wp_default_scripts()
    wp-includes/script-loader.php:730
Arquivos básicos do WordPress
10
  1. wp_default_packages()
    wp-includes/script-loader.php:659
Arquivos básicos do WordPress
10
  1. wp_default_script_modules()
    wp-includes/script-modules.php:132
Arquivos básicos do WordPress
debug_bar_enqueue_scripts
registered_post_type_itsec-dashboard
registered_post_type_itsec-dash-card
post_edd_sl_plugin_updater_setup
registered_post_type_rank_math_schema
registered_taxonomy_rank_math_redirection_category
multiple_authors_module_registered
parse_query1
  1. RankMath\Sitemap\Router->request_sitemap()
    wp-content/plugins/seo-by-rank-math/includes/modules/sitemap/class-router.php:61
Plugin: seo-by-rank-math
pre_get_posts1
  1. WPRM_Taxonomies::taxonomies_archive()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-taxonomies.php:308
Plugin: wp-recipe-maker
10
  1. pixwell_blog_posts_per_page()
    wp-content/plugins/pixwell-core/includes/actions.php:58
Plugin: pixwell-core
10
  1. pixwell_filter_search()
    wp-content/plugins/pixwell-core/includes/actions.php:126
Plugin: pixwell-core
10
  1. MultipleAuthors\Classes\Query::fix_query_pre_get_posts()
    wp-content/plugins/publishpress-authors/src/core/Classes/Query.php:34
Plugin: publishpress-authors
10
  1. MultipleAuthors\Classes\Query::fix_frontend_query_pre_get_posts()
    wp-content/plugins/publishpress-authors/src/core/Classes/Query.php:125
Plugin: publishpress-authors
10
  1. MultipleAuthors\Classes\Query::filter_query_pre_get_posts()
    wp-content/plugins/publishpress-authors/src/core/Classes/Query.php:92
Plugin: publishpress-authors
10
  1. MA_Author_Boxes->author_author_boxes_default_sort()
    wp-content/plugins/publishpress-authors/src/modules/author-boxes/author-boxes.php:2694
Plugin: publishpress-authors
10
  1. MA_Author_Custom_Fields->filter_custom_fields_query()
    wp-content/plugins/publishpress-authors/src/modules/author-custom-fields/author-custom-fields.php:1106
Plugin: publishpress-authors
10
  1. MA_Multiple_Authors->authors_taxonomy_post_limit()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:4785
Plugin: publishpress-authors
posts_selection10
  1. MultipleAuthors\Plugin->fix_query_for_author_page()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1223
Plugin: publishpress-authors
multiple_authors_modules_loaded
multiple_authors_module_options_loaded
registered_post_type_ppma_boxes
registered_post_type_ppmacf_field
multiple_authors_init
registered_taxonomy_author
cmb2_init
cmb2_init_before_hookup
cmb2_after_init
wp_loaded2
  1. LiteSpeed\Core->load_thirdparty()
    wp-content/plugins/litespeed-cache/src/core.cls.php:362
Plugin: litespeed-cache
5
  1. RankMathPro\Redirections\Categories->filter_category()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/redirections/class-categories.php:256
Plugin: seo-by-rank-math-pro
8
  1. RankMathPro\Redirections\Categories->handle_bulk_actions()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/redirections/class-categories.php:128
Plugin: seo-by-rank-math-pro
10
  1. _custom_header_background_just_in_time()
    wp-includes/theme.php:2951
Arquivos básicos do WordPress
10
  1. _add_template_loader_filters()
    wp-includes/block-template.php:14
Arquivos básicos do WordPress
20
  1. _wp_cron()
    wp-includes/cron.php:1015
Arquivos básicos do WordPress
litespeed_load_thirdparty10
  1. LiteSpeed\Thirdparty\Aelia_CurrencySwitcher::detect()
    wp-content/plugins/litespeed-cache/thirdparty/aelia-currencyswitcher.cls.php:27
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\Autoptimize::detect()
    wp-content/plugins/litespeed-cache/thirdparty/autoptimize.cls.php:19
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\Avada::detect()
    wp-content/plugins/litespeed-cache/thirdparty/avada.cls.php:19
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\BBPress::detect()
    wp-content/plugins/litespeed-cache/thirdparty/bbpress.cls.php:21
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\Beaver_Builder::detect()
    wp-content/plugins/litespeed-cache/thirdparty/beaver-builder.cls.php:19
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\Caldera_Forms::detect()
    wp-content/plugins/litespeed-cache/thirdparty/caldera-forms.cls.php:13
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\Divi_Theme_Builder::detect()
    wp-content/plugins/litespeed-cache/thirdparty/divi-theme-builder.cls.php:30
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\Facetwp::detect()
    wp-content/plugins/litespeed-cache/thirdparty/facetwp.cls.php:13
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\LiteSpeed_Check::detect()
    wp-content/plugins/litespeed-cache/thirdparty/litespeed-check.cls.php:46
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\Theme_My_Login::detect()
    wp-content/plugins/litespeed-cache/thirdparty/theme-my-login.cls.php:19
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\User_Switching::detect()
    wp-content/plugins/litespeed-cache/thirdparty/user-switching.cls.php:13
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\WCML::detect()
    wp-content/plugins/litespeed-cache/thirdparty/wcml.cls.php:15
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\WooCommerce::detect()
    wp-content/plugins/litespeed-cache/thirdparty/woocommerce.cls.php:48
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\WC_PDF_Product_Vouchers::detect()
    wp-content/plugins/litespeed-cache/thirdparty/wc-pdf-product-vouchers.cls.php:18
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\Woo_Paypal::detect()
    wp-content/plugins/litespeed-cache/thirdparty/woo-paypal.cls.php:15
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\Wp_Polls::detect()
    wp-content/plugins/litespeed-cache/thirdparty/wp-polls.cls.php:15
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\WP_PostRatings::detect()
    wp-content/plugins/litespeed-cache/thirdparty/wp-postratings.cls.php:19
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\Wpdiscuz::detect()
    wp-content/plugins/litespeed-cache/thirdparty/wpdiscuz.cls.php:18
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\WPLister::detect()
    wp-content/plugins/litespeed-cache/thirdparty/wplister.cls.php:19
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\WPML::detect()
    wp-content/plugins/litespeed-cache/thirdparty/wpml.cls.php:13
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\WpTouch::detect()
    wp-content/plugins/litespeed-cache/thirdparty/wptouch.cls.php:19
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\Yith_Wishlist::detect()
    wp-content/plugins/litespeed-cache/thirdparty/yith-wishlist.cls.php:26
Plugin: litespeed-cache
parse_request10
  1. rest_api_loaded()
    wp-includes/rest-api.php:428
Arquivos básicos do WordPress
10
  1. MultipleAuthors\Classes\Content_Model::action_parse_request()
    wp-content/plugins/publishpress-authors/src/core/Classes/Content_Model.php:207
Plugin: publishpress-authors
parse_tax_query
send_headers10
  1. nocache_headers()
    wp-includes/functions.php:1537
Arquivos básicos do WordPress
wp10
  1. RankMath\Installer->create_cron_jobs()
    wp-content/plugins/seo-by-rank-math/includes/class-installer.php:603
Plugin: seo-by-rank-math
10
  1. WPRM_Admin_Bar::load_modal()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-admin-bar.php:56
Plugin: wp-recipe-maker
10
  1. RankMath\Frontend\Redirection->redirect()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-redirection.php:58
Plugin: seo-by-rank-math
10
  1. RankMath\Frontend\Frontend->integrations()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-frontend.php:88
Plugin: seo-by-rank-math
10
  1. RankMath\Schema\Schema->integrations()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-schema.php:53
Plugin: seo-by-rank-math
10
  1. LiteSpeed\Thirdparty\AMP::maybe_acc_mob_pages()
    wp-content/plugins/litespeed-cache/thirdparty/amp.cls.php:42
Plugin: litespeed-cache
10
  1. LiteSpeed\Thirdparty\AMP::maybe_google_amp()
    wp-content/plugins/litespeed-cache/thirdparty/amp.cls.php:51
Plugin: litespeed-cache
11
  1. RankMath\Redirections\Redirections->do_redirection()
    wp-content/plugins/seo-by-rank-math/includes/modules/redirections/class-redirections.php:105
Plugin: seo-by-rank-math
25
  1. RankMath\Replace_Variables\Manager->setup()
    wp-content/plugins/seo-by-rank-math/includes/replace-variables/class-manager.php:93
Plugin: seo-by-rank-math
9999
  1. RankMath\Frontend\Link_Attributes->add_attributes()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-link-attributes.php:89
Plugin: seo-by-rank-math
9999
  1. RankMath\Image_Seo\Add_Attributes->add_attributes()
    wp-content/plugins/seo-by-rank-math/includes/modules/image-seo/class-add-attributes.php:52
Plugin: seo-by-rank-math
rank_math/vars/register_extra_replacements10
  1. RankMathPro\Register_Vars->register_replacements()
    wp-content/plugins/seo-by-rank-math-pro/includes/class-register-vars.php:36
Plugin: seo-by-rank-math-pro
10
  1. RankMathPro\Image_Seo_Pro->register_replacements()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/image-seo/class-image-seo-pro.php:107
Plugin: seo-by-rank-math-pro
template_redirect0
  1. _wp_admin_bar_init()
    wp-includes/admin-bar.php:23
Arquivos básicos do WordPress
0
  1. RankMath\Sitemap\Router->template_redirect()
    wp-content/plugins/seo-by-rank-math/includes/modules/sitemap/class-router.php:99
Plugin: seo-by-rank-math
1
  1. WPRM_Preview::template_redirect()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-preview.php:74
Plugin: wp-recipe-maker
1
  1. RankMath\Frontend\Comments->replytocom_redirect()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-comments.php:78
Plugin: seo-by-rank-math
10
  1. wp_old_slug_redirect()
    wp-includes/query.php:1055
Arquivos básicos do WordPress
10
  1. redirect_canonical()
    wp-includes/canonical.php:42
Arquivos básicos do WordPress
10
  1. Encerramento na linha 9 de wp-content/plugins/firewall-parametros/firewall-parametros.php
    wp-content/plugins/firewall-parametros/firewall-parametros.php:9
Plugin: firewall-parametros
10
  1. Encerramento na linha 9 de wp-content/plugins/remover-nofollow-social/remover-nofollow-social.php
    wp-content/plugins/remover-nofollow-social/remover-nofollow-social.php:9
Plugin: remover-nofollow-social
10
  1. pixwell_single_load_next_redirect()
    wp-content/themes/pixwell/templates/ajax.php:242
Tema
10
  1. RankMath\Analytics\GTag->add_analytics_tag()
    wp-content/plugins/seo-by-rank-math/includes/modules/analytics/class-gtag.php:69
Plugin: seo-by-rank-math
10
  1. RankMathPro\Schema\Frontend->schema_preview_template()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/schema/class-frontend.php:81
Plugin: seo-by-rank-math-pro
10
  1. RankMath\Sitemap\Redirect_Core_Sitemaps->redirect_core_sitemaps()
    wp-content/plugins/seo-by-rank-math/includes/modules/sitemap/class-redirect-core-sitemaps.php:46
Plugin: seo-by-rank-math
10
  1. RankMathPro\Analytics\Analytics->local_js_endpoint()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/analytics/class-analytics.php:507
Plugin: seo-by-rank-math-pro
10
  1. WP_Sitemaps->render_sitemaps()
    wp-includes/sitemaps/class-wp-sitemaps.php:163
Arquivos básicos do WordPress
10
  1. MA_Multiple_Authors->authors_template_redirect()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:4844
Plugin: publishpress-authors
11
  1. rest_output_link_header()
    wp-includes/rest-api.php:1059
Arquivos básicos do WordPress
11
  1. wp_shortlink_header()
    wp-includes/link-template.php:4227
Arquivos básicos do WordPress
1000
  1. wp_redirect_admin_locations()
    wp-includes/canonical.php:1030
Arquivos básicos do WordPress
admin_bar_init
add_admin_bar_menus
get_header10
  1. RankMath\Monitor\Monitor->capture_404()
    wp-content/plugins/seo-by-rank-math/includes/modules/404-monitor/class-monitor.php:127
Plugin: seo-by-rank-math
9999
  1. Pixwell_AMP->get_amp_header()
    wp-content/plugins/pixwell-core/amp/helpers.php:29
Plugin: pixwell-core
wp_before_load_template
wp_head0
  1. pixwell_start_wp_head_buffer()
    wp-content/plugins/pixwell-core/includes/speed-optimized.php:14
Plugin: pixwell-core
0
  1. RankMath\Frontend\Head->front_page_init()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:81
Plugin: seo-by-rank-math
1
  1. wp_enqueue_scripts()
    wp-includes/script-loader.php:2293
Arquivos básicos do WordPress
1
  1. wp_preload_resources()
    wp-includes/general-template.php:3737
Arquivos básicos do WordPress
1
  1. wp_robots()
    wp-includes/robots-template.php:20
Arquivos básicos do WordPress
1
  1. wp_post_preview_js()
    wp-includes/functions.php:7762
Arquivos básicos do WordPress
1
  1. wp_print_auto_sizes_contain_css_fix()
    wp-includes/media.php:2079
Arquivos básicos do WordPress
1
  1. wp_maybe_inline_styles()
    wp-includes/script-loader.php:3030
Arquivos básicos do WordPress
1
  1. meta_description_auto_simples()
    wp-content/plugins/meta-description-auto-2/meta-description-auto.php:11
Plugin: meta-description-auto-2
1
  1. pixwell_bookmarklet_icon()
    wp-content/plugins/pixwell-core/includes/actions.php:30
Plugin: pixwell-core
1
  1. Rate_My_Post_Public->preload_fonts()
    wp-content/plugins/rate-my-post/public/class-rate-my-post-public.php:60
Plugin: rate-my-post
1
  1. Rate_My_Post_Public->amp_plugin_style()
    wp-content/plugins/rate-my-post/public/class-rate-my-post-public.php:689
Plugin: rate-my-post
1
  1. WPRM_Metadata::metadata_in_head()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-metadata.php:94
Plugin: wp-recipe-maker
1
  1. MultipleAuthors\Classes\Query::fix_query_pre_get_posts()
    wp-content/plugins/publishpress-authors/src/core/Classes/Query.php:34
Plugin: publishpress-authors
1
  1. RankMath\Frontend\Head->head()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:153
Plugin: seo-by-rank-math
2
  1. wp_resource_hints()
    wp-includes/general-template.php:3614
Arquivos básicos do WordPress
2
  1. feed_links()
    wp-includes/general-template.php:3234
Arquivos básicos do WordPress
2
  1. Pixwell_Optimized->site_description()
    wp-content/plugins/pixwell-core/includes/seo-optimized.php:169
Plugin: pixwell-core
2
  1. WPRM_Recipe_Roundup::metadata_in_head()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-recipe-roundup.php:48
Plugin: wp-recipe-maker
3
  1. feed_links_extra()
    wp-includes/general-template.php:3299
Arquivos básicos do WordPress
5
  1. pixwell_pingback_header()
    wp-content/plugins/pixwell-core/includes/actions.php:21
Plugin: pixwell-core
5
  1. Pixwell_Optimized->schema_organization()
    wp-content/plugins/pixwell-core/includes/seo-optimized.php:215
Plugin: pixwell-core
5
  1. Pixwell_Optimized->review_markup()
    wp-content/plugins/pixwell-core/includes/seo-optimized.php:603
Plugin: pixwell-core
7
  1. print_emoji_detection_script()
    wp-includes/formatting.php:5890
Arquivos básicos do WordPress
8
  1. wp_print_styles()
    wp-includes/functions.wp-styles.php:44
Arquivos básicos do WordPress
9
  1. wp_print_head_scripts()
    wp-includes/script-loader.php:2246
Arquivos básicos do WordPress
9
  1. pixwell_preload_font_icon()
    wp-content/plugins/pixwell-core/includes/speed-optimized.php:145
Plugin: pixwell-core
10
  1. rest_output_link_wp_head()
    wp-includes/rest-api.php:1034
Arquivos básicos do WordPress
10
  1. rsd_link()
    wp-includes/general-template.php:3529
Arquivos básicos do WordPress
10
  1. locale_stylesheet()
    wp-includes/theme.php:730
Arquivos básicos do WordPress
10
  1. wp_generator()
    wp-includes/general-template.php:5092
Arquivos básicos do WordPress
10
  1. wp_shortlink_wp_head()
    wp-includes/link-template.php:4210
Arquivos básicos do WordPress
10
  1. _custom_logo_header_styles()
    wp-includes/theme.php:2989
Arquivos básicos do WordPress
10
  1. wp_oembed_add_discovery_links()
    wp-includes/embed.php:336
Arquivos básicos do WordPress
10
  1. wp_oembed_add_host_js()
    wp-includes/embed.php:376
Arquivos básicos do WordPress
10
  1. Encerramento na linha 11 de wp-content/plugins/adsense-search-block-v3/adsense-search-block.php
    wp-content/plugins/adsense-search-block-v3/adsense-search-block.php:11
Plugin: adsense-search-block-v3
10
  1. Pixwell_Optimized->site_links()
    wp-content/plugins/pixwell-core/includes/seo-optimized.php:315
Plugin: pixwell-core
10
  1. Encerramento na linha 9 de wp-content/plugins/rg-ocultar-tags/rg-ocultar-tags.php
    wp-content/plugins/rg-ocultar-tags/rg-ocultar-tags.php:9
Plugin: rg-ocultar-tags
10
  1. video_schema_automatico_injetar()
    wp-content/plugins/video-schema-automatico/video-schema-automatico.php:11
Plugin: video-schema-automatico
10
  1. WPRM_Assets::custom_css()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-assets.php:382
Plugin: wp-recipe-maker
10
  1. Techwebux\Hfc\Front->wp_head()
    wp-content/plugins/head-footer-code/classes/techwebux/hfc/class-front.php:47
Plugin: head-footer-code
10
  1. pixwell_script_settings()
    wp-content/themes/pixwell/includes/actions.php:183
Tema
10
  1. Ruby_GTM_Integration->add_script_tag()
    wp-content/plugins/pixwell-core/lib/simple-gtm-ga4/simple-gtm-ga4.php:118
Plugin: pixwell-core
20
  1. Pixwell_Fonts_Enqueued->generate_local_font_faces()
    wp-content/plugins/pixwell-core/includes/fonts.php:48
Plugin: pixwell-core
20
  1. Pixwell_Optimized->open_graph()
    wp-content/plugins/pixwell-core/includes/seo-optimized.php:361
Plugin: pixwell-core
25
  1. Pixwell_Optimized->breadcrumb_markup()
    wp-content/plugins/pixwell-core/includes/seo-optimized.php:495
Plugin: pixwell-core
50
  1. wp_print_font_faces()
    wp-includes/fonts.php:43
Arquivos básicos do WordPress
99
  1. wp_site_icon()
    wp-includes/general-template.php:3561
Arquivos básicos do WordPress
99
  1. RankMath\Frontend\Comments->add_attributes()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-comments.php:41
Plugin: seo-by-rank-math
100
  1. pixwell_embed_dark_mode()
    wp-content/plugins/pixwell-core/includes/dark-mode.php:48
Plugin: pixwell-core
101
  1. wp_custom_css_cb()
    wp-includes/theme.php:1956
Arquivos básicos do WordPress
110
  1. RankMathPro\Image_Seo_Pro->maybe_change_attributes_case()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/image-seo/class-image-seo-pro.php:208
Plugin: seo-by-rank-math-pro
9223372036854775807 (PHP_INT_MAX)
  1. pixwell_end_wp_head_buffer()
    wp-content/plugins/pixwell-core/includes/speed-optimized.php:25
Plugin: pixwell-core
wp_enqueue_scripts0
  1. ITSEC_Core_Active->register_scripts()
    wp-content/plugins/better-wp-security/core/modules/core/class-itsec-core-active.php:45
Plugin: better-wp-security
1
  1. wp_enqueue_block_style_variation_styles()
    wp-includes/block-supports/block-style-variations.php:246
Arquivos básicos do WordPress
1
  1. PIXWELL_CORE->enqueue_style()
    wp-content/plugins/pixwell-core/pixwell-core.php:144
Plugin: pixwell-core
1
  1. WPRM_Assets::enqueue()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-assets.php:52
Plugin: wp-recipe-maker
2
  1. PIXWELL_CORE->enqueue_script()
    wp-content/plugins/pixwell-core/pixwell-core.php:149
Plugin: pixwell-core
9
  1. WP_Duotone::output_block_styles()
    wp-includes/class-wp-duotone.php:1203
Arquivos básicos do WordPress
10
  1. wp_enqueue_emoji_styles()
    wp-includes/formatting.php:5859
Arquivos básicos do WordPress
10
  1. wp_common_block_scripts_and_styles()
    wp-includes/script-loader.php:2462
Arquivos básicos do WordPress
10
  1. wp_enqueue_classic_theme_styles()
    wp-includes/script-loader.php:3386
Arquivos básicos do WordPress
10
  1. wp_enqueue_global_styles()
    wp-includes/script-loader.php:2515
Arquivos básicos do WordPress
10
  1. wp_enqueue_stored_styles()
    wp-includes/script-loader.php:3211
Arquivos básicos do WordPress
10
  1. wp_enqueue_admin_bar_bump_styles()
    wp-includes/admin-bar.php:1289
Arquivos básicos do WordPress
10
  1. wp_enqueue_admin_bar_header_styles()
    wp-includes/admin-bar.php:1273
Arquivos básicos do WordPress
10
  1. wp_enqueue_block_template_skip_link()
    wp-includes/theme-templates.php:109
Arquivos básicos do WordPress
10
  1. Pixwell_Post_Elements->enqueue()
    wp-content/plugins/pixwell-core/lib/pixwell-elements/pixwell-elements.php:49
Plugin: pixwell-core
10
  1. RUBY_COMPOSER->register_frontend()
    wp-content/plugins/pixwell-core/composer/setup.php:104
Plugin: pixwell-core
10
  1. Rate_My_Post_Public->enqueue_styles()
    wp-content/plugins/rate-my-post/public/class-rate-my-post-public.php:43
Plugin: rate-my-post
10
  1. Rate_My_Post_Public->enqueue_scripts()
    wp-content/plugins/rate-my-post/public/class-rate-my-post-public.php:77
Plugin: rate-my-post
10
  1. WPRM_Compatibility::divi_assets()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-compatibility.php:195
Plugin: wp-recipe-maker
10
  1. WPRM_Template_Manager::enqueue_legacy_template()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-template-manager.php:151
Plugin: wp-recipe-maker
10
  1. Pixwell_WPRM->enqueue_style()
    wp-content/plugins/pixwell-core/includes/recipe.php:35
Plugin: pixwell-core
10
  1. WPRMP_Assets::enqueue()
    wp-content/plugins/wp-recipe-maker-premium/includes/public/class-wprmp-assets.php:41
Plugin: wp-recipe-maker-premium
10
  1. WPRMPRC_Assets::enqueue()
    wp-content/plugins/wp-recipe-maker-premium/addons-elite/recipe-collections/includes/public/class-wprmprc-assets.php:52
Plugin: wp-recipe-maker-premium
10
  1. WPMailSMTP\Admin\AdminBarMenu->enqueues()
    wp-content/plugins/wp-mail-smtp/src/Admin/AdminBarMenu.php:75
Plugin: wp-mail-smtp
10
  1. RankMath\Frontend\Frontend->enqueue()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-frontend.php:111
Plugin: seo-by-rank-math
10
  1. pixwell_register_script_frontend()
    wp-content/themes/pixwell/functions.php:67
Tema
10
  1. RankMath\Analytics\Analytics_Stats->enqueue()
    wp-content/plugins/seo-by-rank-math/includes/modules/analytics/class-analytics-stats.php:40
Plugin: seo-by-rank-math
10
  1. RankMathPro\Analytics\Analytics->enqueue()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/analytics/class-analytics.php:192
Plugin: seo-by-rank-math-pro
10
  1. LiteSpeed\Tool->heartbeat_frontend()
    wp-content/plugins/litespeed-cache/src/tool.cls.php:70
Plugin: litespeed-cache
10
  1. LiteSpeed\GUI->frontend_enqueue_style()
    wp-content/plugins/litespeed-cache/src/gui.cls.php:444
Plugin: litespeed-cache
10
  1. LiteSpeed\GUI->frontend_enqueue_style_public()
    wp-content/plugins/litespeed-cache/src/gui.cls.php:434
Plugin: litespeed-cache
10
  1. RankMath\Schema\Block_TOC->register_block_style()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/blocks/toc/class-block-toc.php:75
Plugin: seo-by-rank-math
11
  1. WP_Duotone::output_global_styles()
    wp-includes/class-wp-duotone.php:1222
Arquivos básicos do WordPress
98
  1. pixwell_main_dynamic_style()
    wp-content/themes/pixwell/includes/dynamic-css.php:1241
Tema
99
  1. pixwell_page_dynamic_style()
    wp-content/themes/pixwell/includes/dynamic-css.php:16
Tema
1000
  1. wp_localize_jquery_ui_datepicker()
    wp-includes/script-loader.php:1960
Arquivos básicos do WordPress
1000
  1. pixwell_enqueue_optimized()
    wp-content/plugins/pixwell-core/includes/speed-optimized.php:159
Plugin: pixwell-core
qm/output/enqueued-assets
enqueue_block_assets10
  1. wp_enqueue_classic_theme_styles()
    wp-includes/script-loader.php:3386
Arquivos básicos do WordPress
10
  1. wp_enqueue_registered_block_scripts_and_styles()
    wp-includes/script-loader.php:2685
Arquivos básicos do WordPress
10
  1. Rate_My_Post_Blocks->load_assets_in_block()
    wp-content/plugins/rate-my-post/common/class-rate-my-post-blocks.php:21
Plugin: rate-my-post
30
  1. enqueue_block_styles_assets()
    wp-includes/script-loader.php:2735
Arquivos básicos do WordPress
90
  1. ShortPixel\ShortPixelPlugin->load_admin_scripts()
    wp-content/plugins/shortpixel-image-optimiser/shortpixel-plugin.php:559
Plugin: shortpixel-image-optimiser
rank_math/head1
  1. _wp_render_title_tag()
    wp-includes/general-template.php:1306
Arquivos básicos do WordPress
6
  1. RankMath\Frontend\Head->metadesc()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:208
Plugin: seo-by-rank-math
10
  1. RankMathPro\Sitemap\News_Sitemap->robots()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/news-sitemap/class-news-sitemap.php:55
Plugin: seo-by-rank-math-pro
10
  1. RankMath\Frontend\Head->robots()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:219
Plugin: seo-by-rank-math
20
  1. RankMath\Frontend\Head->canonical()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:237
Plugin: seo-by-rank-math
21
  1. RankMath\Frontend\Head->adjacent_rel_links()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:249
Plugin: seo-by-rank-math
22
  1. RankMath\Frontend\Head->metakeywords()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:278
Plugin: seo-by-rank-math
30
  1. RankMath\OpenGraph\Facebook->output_tags()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-opengraph.php:64
Plugin: seo-by-rank-math
30
  1. RankMath\OpenGraph\Twitter->output_tags()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-opengraph.php:64
Plugin: seo-by-rank-math
30
  1. RankMath\OpenGraph\Slack->output_tags()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-opengraph.php:64
Plugin: seo-by-rank-math
90
  1. RankMath\Schema\JsonLD->json_ld()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-jsonld.php:134
Plugin: seo-by-rank-math
90
  1. RankMath\Frontend\Head->webmaster_tools_authentication()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:92
Plugin: seo-by-rank-math
the_post10
  1. WPRM_Template_Shortcodes::reset_current_recipe_id()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-template-shortcodes.php:83
Plugin: wp-recipe-maker
rank_math/opengraph/facebook1
  1. RankMath\OpenGraph\Facebook->locale()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-facebook.php:108
Plugin: seo-by-rank-math
5
  1. RankMath\OpenGraph\Facebook->type()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-facebook.php:128
Plugin: seo-by-rank-math
10
  1. RankMath\OpenGraph\Facebook->title()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-facebook.php:183
Plugin: seo-by-rank-math
11
  1. RankMath\OpenGraph\Facebook->description()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-facebook.php:198
Plugin: seo-by-rank-math
12
  1. RankMath\OpenGraph\Facebook->url()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-facebook.php:212
Plugin: seo-by-rank-math
13
  1. RankMath\OpenGraph\Facebook->site_name()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-facebook.php:223
Plugin: seo-by-rank-math
14
  1. RankMath\OpenGraph\Facebook->website()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-facebook.php:233
Plugin: seo-by-rank-math
19
  1. RankMath\OpenGraph\Facebook->publish_date()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-facebook.php:309
Plugin: seo-by-rank-math
20
  1. RankMath\OpenGraph\Facebook->site_owner()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-facebook.php:245
Plugin: seo-by-rank-math
30
  1. RankMath\OpenGraph\Facebook->image()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-facebook.php:264
Plugin: seo-by-rank-math
90
  1. RankMath\Schema\Opengraph->add_schema_tags()
    wp-content/plugins/seo-by-rank-math/includes/modules/schema/class-opengraph.php:37
Plugin: seo-by-rank-math
99
  1. RankMathPro\Schema\Video->add_video_tags()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/schema/class-video.php:135
Plugin: seo-by-rank-math-pro
rank_math/opengraph/facebook/add_images
rank_math/opengraph/pre_attachment_image_check
rank_math/opengraph/facebook/add_additional_images
rank_math/opengraph/post_attachment_image_check
rank_math/opengraph/twitter1
  1. RankMath\OpenGraph\Twitter->use_facebook()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-twitter.php:89
Plugin: seo-by-rank-math
5
  1. RankMath\OpenGraph\Twitter->type()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-twitter.php:103
Plugin: seo-by-rank-math
10
  1. RankMath\OpenGraph\Twitter->title()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-twitter.php:166
Plugin: seo-by-rank-math
11
  1. RankMath\OpenGraph\Twitter->description()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-twitter.php:173
Plugin: seo-by-rank-math
14
  1. RankMath\OpenGraph\Twitter->website()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-twitter.php:180
Plugin: seo-by-rank-math
15
  1. RankMath\OpenGraph\Twitter->article_author()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-twitter.php:208
Plugin: seo-by-rank-math
30
  1. RankMath\OpenGraph\Twitter->image()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-twitter.php:192
Plugin: seo-by-rank-math
rank_math/opengraph/twitter/add_images
rank_math/opengraph/twitter/add_additional_images
rank_math/opengraph/slack20
  1. RankMath\OpenGraph\Slack->enhanced_data()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-slack.php:51
Plugin: seo-by-rank-math
wp_cache_set_last_changed
clean_object_term_cache
clean_post_cache
clean_page_cache
set_object_terms10
  1. MultipleAuthors\Plugin->clear_cache_on_terms_set()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1824
Plugin: publishpress-authors
wp_print_styles
wp_print_scripts10
  1. wp_just_in_time_script_localization()
    wp-includes/script-loader.php:1922
Arquivos básicos do WordPress
10
  1. ITSEC_Core_Active->load_profile_js_jit()
    wp-content/plugins/better-wp-security/core/modules/core/class-itsec-core-active.php:280
Plugin: better-wp-security
100
  1. ReduxFramework->vc_fixes()
    wp-content/plugins/pixwell-core/lib/redux-framework/framework.php:553
Plugin: pixwell-core
wp_body_open0
  1. wp_admin_bar_render()
    wp-includes/admin-bar.php:73
Arquivos básicos do WordPress
0
  1. pixwell_dark_mode_prefers_scheme_script()
    wp-content/plugins/pixwell-core/includes/dark-mode.php:70
Plugin: pixwell-core
1
  1. Ruby_GTM_Integration->add_noscript_tag()
    wp-content/plugins/pixwell-core/lib/simple-gtm-ga4/simple-gtm-ga4.php:195
Plugin: pixwell-core
10
  1. Techwebux\Hfc\Front->wp_body()
    wp-content/plugins/head-footer-code/classes/techwebux/hfc/class-front.php:119
Plugin: head-footer-code
15
  1. Ruby_GTM_Integration->add_amp_tag()
    wp-content/plugins/pixwell-core/lib/simple-gtm-ga4/simple-gtm-ga4.php:161
Plugin: pixwell-core
admin_bar_menu0
  1. wp_admin_bar_my_account_menu()
    wp-includes/admin-bar.php:306
Arquivos básicos do WordPress
0
  1. wp_admin_bar_sidebar_toggle()
    wp-includes/admin-bar.php:240
Arquivos básicos do WordPress
10
  1. wp_admin_bar_wp_menu()
    wp-includes/admin-bar.php:125
Arquivos básicos do WordPress
20
  1. wp_admin_bar_my_sites_menu()
    wp-includes/admin-bar.php:554
Arquivos básicos do WordPress
30
  1. wp_admin_bar_site_menu()
    wp-includes/admin-bar.php:366
Arquivos básicos do WordPress
40
  1. wp_admin_bar_edit_site_menu()
    wp-includes/admin-bar.php:466
Arquivos básicos do WordPress
40
  1. wp_admin_bar_customize_menu()
    wp-includes/admin-bar.php:504
Arquivos básicos do WordPress
50
  1. ReduxFramework->_admin_bar_menu()
    wp-content/plugins/pixwell-core/lib/redux-framework/framework.php:1461
Plugin: pixwell-core
50
  1. wp_admin_bar_updates_menu()
    wp-includes/admin-bar.php:1153
Arquivos básicos do WordPress
60
  1. wp_admin_bar_comments_menu()
    wp-includes/admin-bar.php:1039
Arquivos básicos do WordPress
70
  1. wp_admin_bar_new_content_menu()
    wp-includes/admin-bar.php:949
Arquivos básicos do WordPress
80
  1. WPRM_Admin_Bar::admin_bar_menu()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-admin-bar.php:103
Plugin: wp-recipe-maker
80
  1. wp_admin_bar_edit_menu()
    wp-includes/admin-bar.php:811
Arquivos básicos do WordPress
95
  1. LiteSpeed\GUI->frontend_shortcut()
    wp-content/plugins/litespeed-cache/src/gui.cls.php:454
Plugin: litespeed-cache
100
  1. RankMath\Admin_Bar_Menu->add_menu()
    wp-content/plugins/seo-by-rank-math/includes/admin/class-admin-bar-menu.php:100
Plugin: seo-by-rank-math
200
  1. wp_admin_bar_add_secondary_groups()
    wp-includes/admin-bar.php:1247
Arquivos básicos do WordPress
999
  1. ShortPixel\Controller\AdminController->toolbar_shortpixel_processing()
    wp-content/plugins/shortpixel-image-optimiser/class/Controller/AdminController.php:605
Plugin: shortpixel-image-optimiser
999
  1. WPMailSMTP\Admin\AdminBarMenu->register()
    wp-content/plugins/wp-mail-smtp/src/Admin/AdminBarMenu.php:100
Plugin: wp-mail-smtp
9991
  1. wp_admin_bar_my_account_item()
    wp-includes/admin-bar.php:262
Arquivos básicos do WordPress
9992
  1. wp_admin_bar_recovery_mode_menu()
    wp-includes/admin-bar.php:1221
Arquivos básicos do WordPress
9999
  1. ITSEC_Core_Admin->admin_bar()
    wp-content/plugins/better-wp-security/core/modules/core/class-itsec-core-admin.php:74
Plugin: better-wp-security
9999
  1. wp_admin_bar_search_menu()
    wp-includes/admin-bar.php:1187
Arquivos básicos do WordPress
parse_comment_query
pre_get_comments10
  1. WPRM_Comment_Moderation::comments_query()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-comment-moderation.php:77
Plugin: wp-recipe-maker
10
  1. WPRM_Comment_Rating::comments_list_sort()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-comment-rating.php:403
Plugin: wp-recipe-maker
10
  1. WPRM_Comment_Review::comments_query()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-comment-review.php:60
Plugin: wp-recipe-maker
10
  1. WPRM_Comment_Review::comments_list_sort()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-comment-review.php:129
Plugin: wp-recipe-maker
10
  1. WPRMP_User_Rating_Comments::exclude_from_comments_query()
    wp-content/plugins/wp-recipe-maker-premium/includes/public/class-wprmp-user-rating-comments.php:42
Plugin: wp-recipe-maker-premium
litespeed_frontend_shortcut
rank_math/admin_bar/items10
  1. RankMathPro\Common->add_admin_bar_items()
    wp-content/plugins/seo-by-rank-math-pro/includes/class-common.php:63
Plugin: seo-by-rank-math-pro
11
  1. RankMath\Monitor\Monitor->admin_bar_items()
    wp-content/plugins/seo-by-rank-math/includes/modules/404-monitor/class-monitor.php:94
Plugin: seo-by-rank-math
11
  1. RankMath\Analytics\Analytics_Common->admin_bar_items()
    wp-content/plugins/seo-by-rank-math/includes/modules/analytics/class-analytics-common.php:136
Plugin: seo-by-rank-math
11
  1. RankMath\Redirections\Redirections->admin_bar_items()
    wp-content/plugins/seo-by-rank-math/includes/modules/redirections/class-redirections.php:126
Plugin: seo-by-rank-math
11
  1. RankMathPro\Analytics\Analytics->admin_bar_items()
    wp-content/plugins/seo-by-rank-math-pro/includes/modules/analytics/class-analytics.php:273
Plugin: seo-by-rank-math-pro
wp_before_admin_bar_render10
  1. wp_customize_support_script()
    wp-includes/theme.php:3796
Arquivos básicos do WordPress
wp_after_admin_bar_render
metadata_lazyloader_queued_objects
get_template_part_templates/header/section
get_template_part
wp_after_load_template
get_template_part_templates/header/style
get_template_part_templates/header/module
pre_get_search_form
rbc_before_content
loop_start
pixwell_after_post_query
begin_fetch_post_thumbnail_html10
  1. _wp_post_thumbnail_class_filter_add()
    wp-includes/media.php:2411
Arquivos básicos do WordPress
10
  1. _wp_post_thumbnail_context_filter_add()
    wp-includes/media.php:2453
Arquivos básicos do WordPress
end_fetch_post_thumbnail_html10
  1. _wp_post_thumbnail_class_filter_remove()
    wp-includes/media.php:2424
Arquivos básicos do WordPress
10
  1. _wp_post_thumbnail_context_filter_remove()
    wp-includes/media.php:2465
Arquivos básicos do WordPress
wp_error_added
loop_end
rbc_after_content10
  1. pixwell_render_composer_latest_blog()
    wp-content/themes/pixwell/templates/composer.php:7
Tema
get_footer9999
  1. Pixwell_AMP->get_amp_footer()
    wp-content/plugins/pixwell-core/amp/helpers.php:41
Plugin: pixwell-core
get_template_part_templates/footer/module
wp_footer0
  1. RankMath\Json_Manager->output()
    wp-content/plugins/seo-by-rank-math/includes/class-json-manager.php:79
Plugin: seo-by-rank-math
0
  1. pixwell_dark_mode_inline_script()
    wp-content/plugins/pixwell-core/includes/dark-mode.php:84
Plugin: pixwell-core
1
  1. wp_enqueue_global_styles()
    wp-includes/script-loader.php:2515
Arquivos básicos do WordPress
1
  1. wp_enqueue_stored_styles()
    wp-includes/script-loader.php:3211
Arquivos básicos do WordPress
1
  1. wp_maybe_inline_styles()
    wp-includes/script-loader.php:3030
Arquivos básicos do WordPress
1
  1. pixwell_footer_inline_script()
    wp-content/plugins/pixwell-core/includes/dark-mode.php:127
Plugin: pixwell-core
1
  1. PIXWELL_CORE->footer_enqueue()
    wp-content/plugins/pixwell-core/pixwell-core.php:189
Plugin: pixwell-core
10
  1. wp_print_speculation_rules()
    wp-includes/speculative-loading.php:242
Arquivos básicos do WordPress
10
  1. WP_Duotone::output_footer_assets()
    wp-includes/class-wp-duotone.php:1236
Arquivos básicos do WordPress
10
  1. Encerramento na linha 9 de wp-content/plugins/consent-mode-v2/consent-mode-v2.php
    wp-content/plugins/consent-mode-v2/consent-mode-v2.php:9
Plugin: consent-mode-v2
10
  1. rb_render_cookie_popup()
    wp-content/plugins/pixwell-core/includes/actions.php:153
Plugin: pixwell-core
10
  1. Pixwell_Optimized->posts_list()
    wp-content/plugins/pixwell-core/includes/seo-optimized.php:511
Plugin: pixwell-core
10
  1. Encerramento na linha 43 de wp-content/plugins/whatsapp-banner-rodape/whatsapp-banner-rodape.php
    wp-content/plugins/whatsapp-banner-rodape/whatsapp-banner-rodape.php:43
Plugin: whatsapp-banner-rodape
10
  1. WPRM_Assets::footer_assets()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-assets.php:367
Plugin: wp-recipe-maker
10
  1. WPRM_Assets::output_js_data()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-assets.php:352
Plugin: wp-recipe-maker
10
  1. WPRM_Compatibility::jupiter_assets()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-compatibility.php:367
Plugin: wp-recipe-maker
10
  1. WPRM_Compatibility::emeals_assets()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-compatibility.php:392
Plugin: wp-recipe-maker
10
  1. WPRM_Compatibility::smartwithfood_assets()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-compatibility.php:424
Plugin: wp-recipe-maker
10
  1. WPRM_Compatibility::chicory_assets()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-compatibility.php:454
Plugin: wp-recipe-maker
10
  1. WPRM_Recipe_Manager::recipe_data_in_footer()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-recipe-manager.php:544
Plugin: wp-recipe-maker
10
  1. ITSEC_Core_Active->load_profile_js_jit()
    wp-content/plugins/better-wp-security/core/modules/core/class-itsec-core-active.php:280
Plugin: better-wp-security
10
  1. Techwebux\Hfc\Front->wp_footer()
    wp-content/plugins/head-footer-code/classes/techwebux/hfc/class-front.php:190
Plugin: head-footer-code
10
  1. pixwell_newsletter_form_popup()
    wp-content/themes/pixwell/templates/site-sections.php:549
Tema
10
  1. WP_Script_Modules->print_import_map()
    wp-includes/class-wp-script-modules.php:247
Arquivos básicos do WordPress
10
  1. WP_Script_Modules->print_enqueued_script_modules()
    wp-includes/class-wp-script-modules.php:209
Arquivos básicos do WordPress
10
  1. WP_Script_Modules->print_script_module_preloads()
    wp-includes/class-wp-script-modules.php:229
Arquivos básicos do WordPress
10
  1. WP_Script_Modules->print_script_module_data()
    wp-includes/class-wp-script-modules.php:380
Arquivos básicos do WordPress
10
  1. LiteSpeed\Core->footer_hook()
    wp-content/plugins/litespeed-cache/src/core.cls.php:372
Plugin: litespeed-cache
10
  1. Ruby_GTM_Integration->add_noscript_tag()
    wp-content/plugins/pixwell-core/lib/simple-gtm-ga4/simple-gtm-ga4.php:195
Plugin: pixwell-core
10
  1. MA_Author_Boxes->addAuthorBoxStyles()
    wp-content/plugins/publishpress-authors/src/modules/author-boxes/author-boxes.php:2622
Plugin: publishpress-authors
11
  1. pixwell_adblock_popup()
    wp-content/themes/pixwell/templates/site-sections.php:589
Tema
20
  1. wp_print_footer_scripts()
    wp-includes/script-loader.php:2276
Arquivos básicos do WordPress
20
  1. WP_Script_Modules->print_a11y_script_module_html()
    wp-includes/class-wp-script-modules.php:496
Arquivos básicos do WordPress
90
  1. rb_embed_search_svg()
    wp-content/themes/pixwell/templates/blocks/fw-search.php:69
Tema
99
  1. pixwell_load_svg_icons()
    wp-content/plugins/pixwell-core/includes/actions.php:192
Plugin: pixwell-core
99
  1. WPRM_Popup::output_html_for_all_modals()
    wp-content/plugins/wp-recipe-maker/includes/public/class-wprm-popup.php:54
Plugin: wp-recipe-maker
99
  1. WPRMPRC_Assets::custom_css()
    wp-content/plugins/wp-recipe-maker-premium/addons-elite/recipe-collections/includes/public/class-wprmprc-assets.php:311
Plugin: wp-recipe-maker-premium
1000
  1. wp_admin_bar_render()
    wp-includes/admin-bar.php:73
Arquivos básicos do WordPress
1000
  1. ITSEC_Core_Active->add_live_reload()
    wp-content/plugins/better-wp-security/core/modules/core/class-itsec-core-active.php:194
Plugin: better-wp-security
wp_print_footer_scripts10
  1. _wp_footer_scripts()
    wp-includes/script-loader.php:2266
Arquivos básicos do WordPress
shutdown-10
  1. ITSEC_Storage->shutdown()
    wp-content/plugins/better-wp-security/core/lib/storage.php:94
Plugin: better-wp-security
0
  1. LiteSpeed\Core->send_headers()
    wp-content/plugins/litespeed-cache/src/core.cls.php:542
Plugin: litespeed-cache
0
  1. ITSEC_Lib_User_Activity->update_last_seen()
    wp-content/plugins/better-wp-security/core/lib/class-itsec-lib-user-activity.php:44
Plugin: better-wp-security
1
  1. wp_ob_end_flush_all()
    wp-includes/functions.php:5468
Arquivos básicos do WordPress
10
  1. RankMath\A\N\Notification_Center->update_storage()
    wp-content/plugins/seo-by-rank-math/includes/admin/notifications/class-notification-center.php:159
Plugin: seo-by-rank-math
10
  1. ShortPixel\Model\SettingsModel->onShutdown()
    wp-content/plugins/shortpixel-image-optimiser/class/Model/SettingsModel.php:246
Plugin: shortpixel-image-optimiser
10
  1. iThemesSecurity\S\S\T\E\Event_Subscriber->send_cached_events()
    wp-content/plugins/better-wp-security/vendor-prod/stellarwp/telemetry/src/Telemetry/Events/Event_Subscriber.php:72
Plugin: better-wp-security
10
  1. iThemesSecurity\S\S\T\T\Telemetry_Subscriber->send_async_request()
    wp-content/plugins/better-wp-security/vendor-prod/stellarwp/telemetry/src/Telemetry/Telemetry/Telemetry_Subscriber.php:48
Plugin: better-wp-security
10
  1. ActionScheduler_QueueRunner->maybe_dispatch_async_request()
    wp-content/plugins/seo-by-rank-math/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php:123
Plugin: seo-by-rank-math
litespeed_tag_finalize
litespeed_purge_finalize

Idiomas

get_locale()

pt_BR

get_user_locale()

pt_BR

determine_locale()

pt_BR

get_language_attributes()

lang="pt-BR"

Domínio do textoTipoChamadaArquivo de traduçãoTamanho
better-wp-securityphp
  1. translate()
    wp-includes/l10n.php:307
wp-content/languages/loco/plugins/better-wp-security-pt_BR.l10n.phpNão encontrado
better-wp-securitygettext
  1. translate()
    wp-includes/l10n.php:307
wp-content/languages/loco/plugins/better-wp-security-pt_BR.moNão encontrado
defaultphp
  1. load_textdomain()
    wp-content/plugins/loco-translate/src/hooks/LoadHelper.php:187
wp-content/languages/loco/pt_BR.l10n.phpNão encontrado
defaultgettext
  1. load_textdomain()
    wp-content/plugins/loco-translate/src/hooks/LoadHelper.php:187
wp-content/languages/loco/pt_BR.moNão encontrado
defaultphp
  1. load_textdomain()
    wp-includes/l10n.php:960
wp-content/languages/pt_BR.l10n.php358,0 KB
default (wp-api-fetch)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/languages/pt_BR-1bba9045bb07c89671c88a3f328548e8.json0,7 KB
default (wp-a11y)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/languages/pt_BR-320f4ad9792aaa6dedb1e71cbdf85d57.json0,3 KB
default (wp-keycodes)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/languages/pt_BR-a25d1cc7bf7ca0b4e114f6bea64943f4.json0,4 KB
default (wp-rich-text)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/languages/pt_BR-17179a5f2930647c89151e365f843b6e.json0,3 KB
default (wp-components)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/languages/pt_BR-7f13c36c641b114bf18cd0bcc9ecc7e0.json12,9 KB
litespeed-cachephp
  1. Loco_hooks_LoadHelper->filter_load_translation_file()
    wp-includes/class-wp-hook.php:324
wp-content/languages/loco/plugins/litespeed-cache-pt_BR.l10n.phpNão encontrado
litespeed-cachegettext
  1. Loco_hooks_LoadHelper->filter_load_translation_file()
    wp-includes/class-wp-hook.php:324
wp-content/languages/loco/plugins/litespeed-cache-pt_BR.moNão encontrado
litespeed-cachephp
  1. translate()
    wp-includes/l10n.php:307
wp-content/languages/plugins/litespeed-cache-pt_BR.l10n.php140,8 KB
pixwellphp
  1. translate()
    wp-includes/l10n.php:340
wp-content/languages/loco/themes/pixwell-pt_BR.l10n.phpNão encontrado
pixwellgettext
  1. translate()
    wp-includes/l10n.php:340
wp-content/languages/loco/themes/pixwell-pt_BR.moNão encontrado
pixwell-corephp
  1. translate()
    wp-includes/l10n.php:340
wp-content/languages/loco/plugins/pixwell-core-pt_BR.l10n.phpNão encontrado
pixwell-coregettext
  1. translate()
    wp-includes/l10n.php:340
wp-content/languages/loco/plugins/pixwell-core-pt_BR.moNão encontrado
publishpress-authorsphp
  1. Loco_hooks_LoadHelper->filter_load_translation_file()
    wp-includes/class-wp-hook.php:324
wp-content/languages/loco/plugins/publishpress-authors-pt_BR.l10n.phpNão encontrado
publishpress-authorsgettext
  1. Loco_hooks_LoadHelper->filter_load_translation_file()
    wp-includes/class-wp-hook.php:324
wp-content/languages/loco/plugins/publishpress-authors-pt_BR.moNão encontrado
publishpress-authorsphp
  1. translate()
    wp-includes/l10n.php:340
wp-content/languages/plugins/publishpress-authors-pt_BR.l10n.php75,4 KB
query-monitorphp
  1. translate()
    wp-includes/l10n.php:307
wp-content/languages/plugins/query-monitor-pt_BR.l10n.php22,7 KB
rank-mathphp
  1. Loco_hooks_LoadHelper->filter_load_translation_file()
    wp-includes/class-wp-hook.php:324
wp-content/languages/loco/plugins/seo-by-rank-math-pt_BR.l10n.phpNão encontrado
rank-mathgettext
  1. Loco_hooks_LoadHelper->filter_load_translation_file()
    wp-includes/class-wp-hook.php:324
wp-content/languages/loco/plugins/seo-by-rank-math-pt_BR.moNão encontrado
rank-mathphp
  1. RankMath->localization_setup()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/seo-by-rank-math-pt_BR.l10n.php185,4 KB
rank-math-prophp
  1. RankMathPro->localization_setup()
    wp-includes/class-wp-hook.php:324
wp-content/languages/loco/plugins/seo-by-rank-math-pro-pt_BR.l10n.phpNão encontrado
rank-math-progettext
  1. RankMathPro->localization_setup()
    wp-includes/class-wp-hook.php:324
wp-content/languages/loco/plugins/seo-by-rank-math-pro-pt_BR.moNão encontrado
rank-math-prophp
  1. RankMathPro->localization_setup()
    wp-includes/class-wp-hook.php:324
wp-content/languages/loco/seo-by-rank-math/seo-by-rank-math-pro-pt_BR.l10n.phpNão encontrado
rank-math-progettext
  1. RankMathPro->localization_setup()
    wp-includes/class-wp-hook.php:324
wp-content/languages/loco/seo-by-rank-math/seo-by-rank-math-pro-pt_BR.moNão encontrado
rank-math-prophp
  1. Loco_hooks_LoadHelper->filter_load_translation_file()
    wp-includes/class-wp-hook.php:324
wp-content/languages/loco/plugins/rank-math-pro-pt_BR.l10n.phpNão encontrado
rank-math-progettext
  1. Loco_hooks_LoadHelper->filter_load_translation_file()
    wp-includes/class-wp-hook.php:324
wp-content/languages/loco/plugins/rank-math-pro-pt_BR.moNão encontrado
rank-math-prophp
  1. translate()
    wp-includes/l10n.php:340
wp-content/plugins/seo-by-rank-math-pro/languages/rank-math-pro-pt_BR.l10n.php68,8 KB
rank-math-pro (rank-math-analytics-pro-stats)jed
  1. load_script_translations()
    wp-includes/l10n.php:1158
wp-content/plugins/seo-by-rank-math-pro/languages/rank-math-pro-pt_BR-rank-math-analytics-pro-stats.jsonNão encontrado
rank-math-pro (rank-math-analytics-pro-stats)jed
  1. load_script_translations()
    wp-includes/l10n.php:1257
wp-content/plugins/seo-by-rank-math-pro/languages/rank-math-pro-pt_BR-f7311594d46491eca2e7144a251bcf5d.jsonNão encontrado
rank-math-pro (rank-math-analytics-pro-stats)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/languages/plugins/rank-math-pro-pt_BR-f7311594d46491eca2e7144a251bcf5d.jsonNão encontrado
rank-math-pro (rank-math-analytics-pro-stats)jed
  1. load_script_translations()
    wp-includes/l10n.php:1270
NenhumNão encontrado
rate-my-postphp
  1. Loco_hooks_LoadHelper->filter_load_translation_file()
    wp-includes/class-wp-hook.php:324
wp-content/languages/loco/plugins/rate-my-post-pt_BR.l10n.phpNão encontrado
rate-my-postgettext
  1. Loco_hooks_LoadHelper->filter_load_translation_file()
    wp-includes/class-wp-hook.php:324
wp-content/languages/loco/plugins/rate-my-post-pt_BR.moNão encontrado
rate-my-postphp
  1. translate()
    wp-includes/l10n.php:307
wp-content/languages/plugins/rate-my-post-pt_BR.l10n.php24,1 KB
redux-frameworkphp
  1. translate()
    wp-includes/l10n.php:307
wp-content/languages/loco/plugins/redux-framework-pt_BR.l10n.phpNão encontrado
redux-frameworkgettext
  1. translate()
    wp-includes/l10n.php:307
wp-content/languages/loco/plugins/redux-framework-pt_BR.moNão encontrado
wp-recipe-makerphp
  1. translate()
    wp-includes/l10n.php:307
wp-content/languages/loco/plugins/wp-recipe-maker-pt_BR.l10n.php2,8 KB
wp-recipe-maker-premiumphp
  1. _x()
    wp-content/plugins/wp-recipe-maker-premium/addons-elite/recipe-collections/includes/public/class-wprmprc-post-type.php:38
wp-content/languages/loco/plugins/wp-recipe-maker-premium-pt_BR.l10n.php1,0 KB
 893,5 KB

Idiomas: Ganchos relacionados com filtros ou ações anexados

GanchoTipoPrioridadeCallbackComponente
load_textdomainAção11
  1. Loco_hooks_LoadHelper->on_load_textdomain()
    wp-content/plugins/loco-translate/src/hooks/LoadHelper.php:119
Plugin: loco-translate
determine_localeFiltro10
  1. WP_Locale_Switcher->filter_locale()
    wp-includes/class-wp-locale-switcher.php:224
Arquivos básicos do WordPress
gettextFiltro11
  1. Loco_hooks_LoadHelper->debug_gettext()
    wp-content/plugins/loco-translate/src/hooks/LoadHelper.php:363
Plugin: loco-translate
gettext_with_contextFiltro11
  1. Loco_hooks_LoadHelper->debug_gettext_with_context()
    wp-content/plugins/loco-translate/src/hooks/LoadHelper.php:381
Plugin: loco-translate
lang_dir_for_domainFiltro11
  1. Loco_hooks_LoadHelper->filter_lang_dir_for_domain()
    wp-content/plugins/loco-translate/src/hooks/LoadHelper.php:98
Plugin: loco-translate
language_attributesFiltro10
  1. RankMath\Frontend\Head->search_results_schema()
    wp-content/plugins/seo-by-rank-math/includes/frontend/class-head.php:142
Plugin: seo-by-rank-math
15
  1. RankMath\OpenGraph\Facebook->add_namespace()
    wp-content/plugins/seo-by-rank-math/includes/opengraph/class-facebook.php:95
Plugin: seo-by-rank-math
load_script_translation_fileFiltro11
  1. Loco_hooks_LoadHelper->filter_load_script_translation_file()
    wp-content/plugins/loco-translate/src/hooks/LoadHelper.php:253
Plugin: loco-translate
load_script_translationsFiltro11
  1. Loco_hooks_LoadHelper->filter_load_script_translations()
    wp-content/plugins/loco-translate/src/hooks/LoadHelper.php:285
Plugin: loco-translate
load_translation_fileFiltro11
  1. Loco_hooks_LoadHelper->filter_load_translation_file()
    wp-content/plugins/loco-translate/src/hooks/LoadHelper.php:148
Plugin: loco-translate
localeFiltro10
  1. WP_Locale_Switcher->filter_locale()
    wp-includes/class-wp-locale-switcher.php:224
Arquivos básicos do WordPress
ngettextFiltro11
  1. Loco_hooks_LoadHelper->debug_ngettext()
    wp-content/plugins/loco-translate/src/hooks/LoadHelper.php:372
Plugin: loco-translate
ngettext_with_contextFiltro11
  1. Loco_hooks_LoadHelper->debug_ngettext_with_context()
    wp-content/plugins/loco-translate/src/hooks/LoadHelper.php:390
Plugin: loco-translate
pre_get_language_files_from_pathFiltro11
  1. Loco_hooks_LoadHelper->filter_pre_get_language_files_from_path()
    wp-content/plugins/loco-translate/src/hooks/LoadHelper.php:78
Plugin: loco-translate

Chamadas da API HTTP

Nenhuma chamada da API HTTP.

Chamadas da API HTTP: Ganchos relacionados com filtros ou ações anexados

GanchoTipoPrioridadeCallbackComponente
pre_http_requestFiltro10
  1. Encerramento na linha 39 de wp-content/plugins/seo-by-rank-math-pro/rank-math-pro.php
    wp-content/plugins/seo-by-rank-math-pro/rank-math-pro.php:39
Plugin: seo-by-rank-math-pro

Dados da solicitação

Nome do cabeçalho da solicitaçãoValor
Accept
text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
Accept-Encoding
gzip, br
Accept-Language
pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7
Authorization
Cdn-Loop
cloudflare; loops=1; subreqs=1
Cf-Connecting-Ip
2001:1284:f514:8dde:1d9e:59a7:7e12:b03c
Cf-Device-Type
desktop
Cf-Ew-Via
15
Cf-Ipcountry
BR
Cf-Pseudo-Ipv4
243.144.248.164
Cf-Ray
96a310d0d4f4255e-GRU
Cf-Visitor
{"scheme":"https"}
Cookie
wordpress_test_cookie=WP%20Cookie%20check; _ga=GA1.1.1640288940.1749469860; wp_lang=pt_BR; PHPSESSID=49810e79a450992d0e1f602463b6c6a3; wordpress_logged_in_5dd3a8f1a1e4f16ea2193705e07058f9=Anderson%7C1750104689%7CqqeY3dUAtJapVjJaNguOQX2jwqSZB9ms3V0A5K8oWO8%7C2bdfa0c7335ad4a3554a1d81a2b1e4aca7b82cab5c24840afc2779e153db4b55; wp-settings-7=editor%3Dtinymce%26ampamplibraryContent%3Dbrowse%26ampampimgsize%3Dfull%26ampampadvImgDetails%3Dshow%26ampampposts_list_mode%3Dlist%26ampampeditor_expand%3Don%26amplibraryContent%3Dbrowse%26ampposts_list_mode%3Dlist%26ampadvImgDetails%3Dshow%26libraryContent%3Dbrowse%26posts_list_mode%3Dlist%26post_dfw%3Doff%26hidetb%3D0%26editor_expand%3Don%26ed_size%3D567%26advImgDetails%3Dshow; wp-settings-time-7=1749941390; 2463ng2sn1k0-paletteCookie=light; _ga_EQDN3BWDSD=GS2.1.s1751575393$o34$g1$t1751575435$j18$l0$h0; wprm_analytics_visitor=686b15950d4058.08649986; WPRM_User_Voted_8106=5; wbr_clicked=true; WPRM_User_Voted_75136=5; SERVER=wwwb-app212; _ga=GA1.1.1640288940.1749469860; _ga_WSY13K60MN=deleted; rank_math_analytics_date_range=-7%20days; rmp-rate=56710%2C70585%2C70578%2C20668%2C60195%2C76789%2C70562%2C76860%2C75109%2C75134%2C12164%2C80325%2C58437%2C59230%2C76815%2C5885%2C83922%2C14009%2C4373%2C17413; redux_current_tab=37; cf_clearance=j8Rh2MKAkESe8wp6jKji0XI9Q_XhtWXQBDibjcs8s3k-1754097613-1.2.1.1-w6FN.gu8jXHa56rF8D7tJfoRi7OUe1TLq2jWngn8xVG9Pt1zcyiTVqX4drXg1Lq5E5D4JGNmuVaIjvrSAFz.bk2a8sRaN0Ytmb70vSV37CfsUIpoPNu5oH.pY2XxVIRPt4TTrsyxWm1grYZooLuqz_Rqp_DsSojZq82QRv_WYvfBO59AScmWXzqYrwxoCTAUlW_2SKuPKXfPLfqqDclAI2x29Xb4oX9r7h1mBhNM0Pk; _lscache_vary=b33c485d1e1bd1fa5ad6ffa7d6230943; wordpress_logged_in_022187780b970d0d1b669cc018dc7c1c=Anderson%7C1754416164%7C23JUvMZoBDzM4GPGVjfmqkJXu1E9fjhVh3edbgUvI7U%7C46c26b7b8a32e1719da4c2502f8e4ee695e80eddb691f1b391d95b67d2d1fa6f; ruby_cookie_popup=1; wp-settings-time-1=1754358823; wp-settings-1=editor%3Dtinymce%26ampamplibraryContent%3Dbrowse%26ampampimgsize%3Dfull%26ampampadvImgDetails%3Dshow%26ampampposts_list_mode%3Dlist%26ampampeditor_expand%3Don%26amplibraryContent%3Dbrowse%26ampposts_list_mode%3Dlist%26ampadvImgDetails%3Dshow%26libraryContent%3Dbrowse%26posts_list_mode%3Dlist%26post_dfw%3Doff%26hidetb%3D0%26editor_expand%3Don%26ed_size%3D567%26advImgDetails%3Dshow%26mfold%3Do%26imgsize%3Dfull; __gads=ID=3f39fb218a46d7f4:T=1750187080:RT=1754362978:S=ALNI_MZXzG8Ru5AlqH5h8PTkkG9w0pGeEg; __gpi=UID=000010d46e5180ed:T=1750187080:RT=1754362978:S=ALNI_MayFhK4vt-owAFw9siFvv9j1lMHiA; __eoi=ID=641815829cf5758d:T=1750187080:RT=1754362978:S=AA-AfjZ0qh54D0E05g1MLpdczNhR; _ga_WSY13K60MN=GS2.1.s1754354753$o77$g1$t1754363001$j31$l0$h0; FCNEC=%5B%5B%22AKsRol_2QYwFq1Zr-XcM6oGAnunWgwEUSG3REHhiVQuYWoaLq-oCTtbPTE92irE6BrZbY2ic3TdSa_nUsQfkpV4YpGr8MRF9A75hOPw0gI6hXc_HpZ7pmfa2AG0mQc2wIE04FmfasDHijpPTmtZQY1AddjKpS8GMvw%3D%3D%22%5D%5D
Host
receitagratis.com
Priority
u=0, i
Sec-Ch-Ua
"Not)A;Brand";v="8", "Chromium";v="138", "Google Chrome";v="138"
Sec-Ch-Ua-Arch
"x86"
Sec-Ch-Ua-Bitness
"64"
Sec-Ch-Ua-Full-Version
"138.0.7204.170"
Sec-Ch-Ua-Full-Version-List
"Not)A;Brand";v="8.0.0.0", "Chromium";v="138.0.7204.170", "Google Chrome";v="138.0.7204.170"
Sec-Ch-Ua-Mobile
?0
Sec-Ch-Ua-Model
""
Sec-Ch-Ua-Platform
"Windows"
Sec-Ch-Ua-Platform-Version
"19.0.0"
Sec-Fetch-Dest
document
Sec-Fetch-Mode
navigate
Sec-Fetch-Site
cross-site
Sec-Fetch-User
?1
Upgrade-Insecure-Requests
1
User-Agent
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36
X-Forwarded-For
2001:1284:f514:8dde:1d9e:59a7:7e12:b03c
X-Forwarded-Proto
https
Observe que os nomes dos cabeçalhos não diferenciam maiúsculas de minúsculas.

Dados da solicitação

Nome do cabeçalho da respostaValor
Cache-Control
no-cache, no-store, must-revalidate, max-age=0
Content-Type
text/html; charset=UTF-8
Expires
Wed, 11 Jan 1984 05:00:00 GMT
Link
<https://receitagratis.com/>; rel=shortlink
X-Litespeed-Cache-Control
no-cache
Observe que os nomes dos cabeçalhos não diferenciam maiúsculas de minúsculas.

Transientes

Nenhum transiente definido.

Verificações de permissão

Por motivos de desempenho, este painel não é ativado por padrão. Para ativá-lo, adicione o seguinte código ao seu arquivo wp-config.php:

define( 'QM_ENABLE_CAPS_PANEL', true );

Verificações de permissão: Ganchos relacionados com filtros ou ações anexados

GanchoTipoPrioridadeCallbackComponente
map_meta_capFiltro10
  1. iThemesSecurity\U\M\Module->map_meta_cap()
    wp-content/plugins/better-wp-security/core/modules/user-groups/Module/Module.php:92
Plugin: better-wp-security
10
  1. ITSEC_Dashboard->map_meta_cap()
    wp-content/plugins/better-wp-security/core/modules/dashboard/class-itsec-dashboard.php:292
Plugin: better-wp-security
10
  1. MA_Multiple_Authors->filter_term_map_meta_cap()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:4709
Plugin: publishpress-authors
11
  1. MA_Multiple_Authors->filter_map_meta_cap()
    wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:3785
Plugin: publishpress-authors
user_has_capFiltro1
  1. wp_maybe_grant_install_languages_cap()
    wp-includes/capabilities.php:1287
Arquivos básicos do WordPress
1
  1. wp_maybe_grant_resume_extensions_caps()
    wp-includes/capabilities.php:1303
Arquivos básicos do WordPress
1
  1. wp_maybe_grant_site_health_caps()
    wp-includes/capabilities.php:1334
Arquivos básicos do WordPress
10
  1. ITSEC_Core->user_has_cap()
    wp-content/plugins/better-wp-security/core/core.php:304
Plugin: better-wp-security
10
  1. MultipleAuthors\Plugin->allow_coauthors_edit_post()
    wp-content/plugins/publishpress-authors/src/core/Plugin.php:1680
Plugin: publishpress-authors

Fazendo errado

Nenhuma ocorrência.

Erros de PHP

MensagemLocalizaçãoContagem
AlertaConstant DISALLOW_FILE_EDIT already defined
  1. wp-config.php:18
1Arquivos básicos do WordPress
Total: 1

Ambiente

PHP

Versão8.3.21
SAPIlitespeed
Usuáriowww-data:www-data
max_execution_time360
memory_limit1024M
upload_max_filesize512M
post_max_size512M
display_errors
log_errors1
Relatório de erros32767
  • E_ERROR ✓
  • E_WARNING ✓
  • E_PARSE ✓
  • E_NOTICE ✓
  • E_CORE_ERROR ✓
  • E_CORE_WARNING ✓
  • E_COMPILE_ERROR ✓
  • E_COMPILE_WARNING ✓
  • E_USER_ERROR ✓
  • E_USER_WARNING ✓
  • E_USER_NOTICE ✓
  • E_STRICT ✓
  • E_RECOVERABLE_ERROR ✓
  • E_DEPRECATED ✓
  • E_USER_DEPRECATED ✓
  • E_ALL ✓
Extensões
59
bcmath8.3.21
bz28.3.21
calendar8.3.21
Core8.3.21
ctype8.3.21
curl8.3.21
date8.3.21
dom20031129
enchant8.3.21
exif8.3.21
fileinfo8.3.21
filter8.3.21
ftp8.3.21
gd8.3.21
gettext8.3.21
gmp8.3.21
hash8.3.21
iconv8.3.21
igbinary3.2.16
imagick3.8.0
imap8.3.21
intl8.3.21
json8.3.21
libxml8.3.21
litespeed
mbstring8.3.21
memcached3.2.0
msgpack3.0.0
mysqli8.3.21
mysqlnd8.3.21
openssl8.3.21
pcntl8.3.21
pcre8.3.21
PDO8.3.21
pdo_mysql8.3.21
Phar8.3.21
posix8.3.21
random8.3.21
readline8.3.21
redis6.2.0
Reflection8.3.21
session8.3.21
SimpleXML8.3.21
soap8.3.21
sockets8.3.21
sodium8.3.21
SPL8.3.21
standard8.3.21
sysvmsg8.3.21
sysvsem8.3.21
sysvshm8.3.21
tokenizer8.3.21
xml8.3.21
xmlreader8.3.21
xmlwriter8.3.21
xsl8.3.21
Zend OPcache8.3.21
zip1.22.3
zlib8.3.21

Banco de dados

Versão do servidor11.4.7-MariaDB-ubu2404
Extensãomysqli
Versão do cliente80321 (8.3.21)
Usuáriowordpress
Servidorlocalhost
Banco de dadoswordpress
innodb_buffer_pool_size134217728 (~128 MB)
key_buffer_size134217728 (~128 MB)
max_allowed_packet16777216 (~16 MB)
max_connections151

WordPress

Versão6.8.2
Tipo de ambiente (Ajuda)production
Modo de desenvolvimento (Ajuda)string vazia
WP_DEBUGtrue
WP_DEBUG_DISPLAYfalse
WP_DEBUG_LOGfalse
SCRIPT_DEBUGfalse
WP_CACHEtrue
CONCATENATE_SCRIPTSindefinido
COMPRESS_SCRIPTSindefinido
COMPRESS_CSSindefinido
WP_ENVIRONMENT_TYPEindefinido
WP_DEVELOPMENT_MODEstring vazia

Servidor

ProgramaLiteSpeed
VersãoDesconhecido
Endereço IP216.238.115.147
Servidorvultr
SOLinux 6.8.0-59-generic
Arquiteturax86_64
Autenticação básicafalse

Configurações

Autenticação

Você pode definir um cookie de autenticação que permite visualizar a saída do Query Monitor quando estiver desconectado ou quando estiver conectado como um usuário diferente.

O cookie de autenticação está definido

Editor

Você pode definir seu editor aqui para que, ao clicar nos links do rastreamento de pilha, o arquivo seja aberto no seu editor.

Salvo! Recarregar para aplicar alterações.

Aparência

O esquema de cores do navegador é respeitado por padrão. Você pode substituí-lo aqui.

Configuração

As seguintes constantes PHP podem ser definidas no seu arquivo wp-config.php para controlar o comportamento do Query Monitor:

QM_DB_EXPENSIVE
Se uma consulta individual ao banco de dados leva mais tempo do que esse tempo para ser executada, é considerada "lenta" e aciona um alerta.
Valor padrão: 0.05
QM_DISABLED
Desativar completamente o Query Monitor.
Valor padrão: false
QM_DISABLE_ERROR_HANDLER
Desativar o tratamento de erros do PHP.
Valor padrão: false
QM_ENABLE_CAPS_PANEL
Ativar o painel de verificações de permissão.
Valor padrão: false
QM_HIDE_CORE_ACTIONS
Ocultar os arquivos básicos do WordPress no painel de Ganchos e Ações.
Valor padrão: false
QM_HIDE_SELF
Oculta o próprio Query Monitor de vários painéis. Defina como false se você quiser ver como o Query Monitor se integra ao WordPress.
Valor padrão: true
QM_NO_JQUERY
Não especifique o jQuery como uma dependência do Query Monitor. Se o jQuery não estiver enfileirado, o Query Monitor ainda funcionará, mas com algumas funcionalidades reduzidas.
Valor padrão: false
QM_SHOW_ALL_HOOKS
No painel Ganchos e Ações, mostrar todos os ganchos que tenham uma ação ou filtro anexado (em vez de todos os ganchos de ação que acionaram durante a solicitação).
Valor padrão: false
QM_DB_SYMLINK
Permitir que o link simbólico do arquivo wp-content/db.php seja colocado no lugar durante a ativação. Defina como false para impedir a criação do link simbólico.
Valor padrão: true