Changes between Initial Version and Version 1 of Ticket #52537, comment 2
- Timestamp:
- 02/16/2021 11:22:20 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52537, comment 2
initial v1 1 1 By the way, these conditional tags must be used inside the loop, and functions.php is called before the loop. 2 2 3 Try `add_action( 'wp_ head', function() { var_dump( is_single() ); } );`.3 Try `add_action( 'wp_body_open', function() { var_dump( is_single() ); } );`. 4 4 5 5 ''However, please avoid to open Trac tickets for support questions ;)''