I have a basic function running with the after_setup_theme hook. I need the function to access the current blog post’s id but it’s always false using get_the_ID. How can I access the current post’s id in this function? Code included in the description[ad_1] Hi I have a function that needs to store the current blog’s id in…