Guest User

Untitled

a guest
Jan 16th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. /*
  2. Чтобы отобразить массив запросов в вашей теме,
  3. добавьте следующий код в любой файл шаблона темы:
  4. */
  5. if ( current_user_can( 'manage_options' ) ) {
  6. global $wpdb;
  7. print_r( $wpdb->queries );
  8. }
Add Comment
Please, Sign In to add comment