I have this manually created page: $user_login = sanitize_text_field( $_GET...
How to get current page ID outside the loop? 4 Try global $post; echo $post->ID; or (I don’t know the difference) global $wp_query; ...
-
April 6, 2022
- 0 Comments
How can I check if the current page is wp-login.php or wp-signup.php ? Are there more elegant solutions than using $_SERVER...
Is it possible to get a page’s permalink from the slug alone? I’m aware that you can get the page’s permalink from the ...
-
April 4, 2022
- 0 Comments